/*************************************

 Containers

 *************************************/

body
{
	background-color:#eeeeee;
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size:62.5%;
	margin:0;
	padding:0;
	min-width: 990px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background-image:url(images/bg_sidebar.png);
	background-repeat:repeat-y;
}

#wrap
{
	min-width: 960px;
}

#sidebar
{
	float: left;
	width: 200px;
	padding: 10px;
	height: 0px;
}

#logo
{
	padding-bottom: 30px;	
}

#content
{
	margin-left: 220px;
	padding: 10px;
}

#footer
{
	height: 20px;
	background-color: #CCC;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: right;	
	border-top: 1px solid #999;
}

.navbox
{
	width: 210px;
	margin-bottom: 20px;
}

.navheader
{
	height: 21px;
	padding: 5px;
	background:url(images/hdr_box.png) no-repeat;
}

.navrow
{
	height: 14px;
	padding: 7px;
	font-size: 2.0em;
	cursor: pointer;
}

.navrow:hover
{
	color: #6699CC;
}

.listrow
{
	width: 100%;
	height: 35px;
	border: solid 1px #999999;
	border-top: none;
}

.listtext
{
	float: left;
	font-size: 2em;
	color: #000000;
	padding: 5px;
}

.controlbutton
{
	padding: 15px 0 15px 0;
	margin-right: 10px;
}

.controlbuttonsmall
{
	padding: 5px; 
	float:right;
}


img
{
	border: none;	
}

.imgbox
{
	float:left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	border: solid 1px #000000; 
	background-color: #FFFFFF;
}

.imgboxdel
{
	text-align: center; 
	padding: 5px;
	border-top: solid 1px #000000;
}

#filter
{
	width: 100%;
	text-align:right;
}


.showSwitch 
{
	display: block;
}

.hideSwitch 
{
	display: none;
}


.blueLink{
	color: #00F;
	text-decoration:underline;
	cursor: pointer;	
}

.week{
	background: #ccc;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight:bold;
}

.week:hover{
	background: #999;
}

.entry{
	background:#fff;
	cursor: pointer;
}

.blur {
	background:#eceded;
	cursor: pointer;
}
				
.today {
	background: #c4cacc;
	cursor: pointer;
}

.entry:hover, .blur:hover, .today:hover{
	background: #CCC;
}

.cellbox{
	height: 100px;
	overflow:hidden;
}

/*************************************

 Fonts

 *************************************/

h1
{
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	font-family: Arial, Verdana, "SF Sans Serif";
}

h2
{
	font-size: 2.0em;
	color: #FFFFFF;
	display: inline;
	font-family: Arial, Verdana, "SF Sans Serif";
}

h3
{
	font-size: 3.5em;
	font-weight: bold;
	color: #6699CC;
	display: inline;
	font-family: Arial, Verdana, "SF Sans Serif";
}

.font
{
	font-size: 12px;
}

.font14
{
	font-size: 14px;
}

.font16
{
	font-size: 16px;
}

.fontwhite
{
	font-size: 12px;
	color: #FFFFFF;
}

.fontlabel
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}

.fontgreen
{
	font-size: 16px;
	font-weight: bold;
	color: #0C0;
	margin-top: 10px;
}


.fontred
{
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	margin-top: 10px;
}

/*************************************

 Misc

 *************************************/

#content input[type="text"], #content input[type="password"]
{
	border: solid 1px #000000;
	width: 100%;
	height: 24px;
	font-size: 14px;
	font-family: Arial, Verdana, "SF Sans Serif";
	padding: 0;
}

textarea
{
	border: solid 1px #000000;
	width: 100%;
	font-size: 14px;
	font-family: Arial, Verdana, "SF Sans Serif";
	padding: 0px;
}


select
{
	height: 26px;	
	font-size: 14px;
	font-family: Arial, Verdana, "SF Sans Serif";
	border: solid 1px #000000;
	padding: 0;
	margin: 0;
}

a
{
	color:#999;
	text-decoration:none;
}

a:hover
{
	color:#6699CC;
}

a.whitelink
{
	color:#ffffff;
	text-decoration:none;
}