body 				{ background-image:url(../images/design/background.jpg); background-repeat:no-repeat; background-color:#90acc9; }

h1 					{ color:#034ea2; font-size:22px; margin-bottom:4px; }
h2 					{ color:#333; font-size:18px; margin-bottom:4px; }
h3 					{ color:#555; font-size:12px; margin-bottom:4px; margin-top:4px; }

#offline			{ background-color:#000; color:#F00; font-size:14px; font-weight:bold; padding:10px; text-align:center; }

#container 			{ background-color:#FFF; border:1px solid #EEE; margin-top:10px; text-align:left; width:98%; }
#container:after 	{ content:"."; clear:both; display:block; visibility:hidden; height:0; }

#search 			{ color:#999; float:right; padding:10px; width:240px; }

#logo				{ background-image:url(../images/design/sfp_logo.gif); height:80px; margin:10px; width:344px; }
#name				{ color:#999; margin-left:82px; margin-top:-36px; }

#menu				{ border-bottom:3px solid #CCC; padding:10px; margin:10px; }
#menu ul			{ margin:0 0 24px 0; padding:0px; }
#menu li			{ background-color:#034ea2; border:2px solid #CCC; border-bottom:none; float:left; font-size:14px; font-weight:bold; line-height:32px; list-style:none; margin-right:2px; padding-left:20px; padding-right:20px; }
#menu a				{ color:#FFF; text-decoration:none; }

#content			{ float:left; padding:10px; margin-left:10px; }

#sidebar 			{ border-left:1px dashed #CCC; float:right; padding-left:10px; margin-right:10px; }
#sidebar a 			{ color:#2769B6; text-decoration:none;}
#sidebar a:hover 	{ text-decoration:underline; background-color: #ffc; }
#sidebar h3 		{ color:#004b91; margin:0px; }
#sidebar ul 		{ margin:0px; padding:0px; }
#sidebar li 		{ list-style:none; margin-bottom:6px; margin-top:6px; }
#sidebar div 		{ background-color:#f0f3f8; border:1px solid #CCC; margin-bottom:10px; padding:8px; width:230px; }

#footer 			{ color:#555; font-size:10px; margin-top:6px; text-align:left; width:95%; }
#footer a			{ color:#555; text-decoration:none; }
#footer a:hover 	{ color:#CCC; text-decoration:underline; }

/** Box styles **/
.box				{ background-color:#F7F7F7; border-bottom:1px solid #CCC; color:#555; float:left; margin-top:10px; padding:5px; width:660px; }
.box h3				{ margin-bottom:6px; margin-top:4px; }
.box:after 			{ content:"."; clear:both; display:block; visibility:hidden; height:0; }

/** Table styles **/
table .title		{ background-color:#2769B6; color:#FFF; font-weight:bold; padding:3px; }
.details			{ background-color:#F7F7F7; border:1px solid #CCC; border-bottom:none; margin:1px; }
.details td			{ border-bottom:1px solid #CCC; padding:6px; }
.details .column	{ border-right:1px solid #CCC; padding:6px; }
.details .title td	{ border-right:1px solid #FFF; }
.details .no-right-border { border-right:none; }
.details .title .no-right-border { border-right:none; }

/** Fieldset styles **/
fieldset 			{ padding:10px; width:600px; }
fieldset legend		{ color:#004b91; font-weight:bold; margin-bottom:4px; }
fieldset div 		{ background-color:#F7F7F7; float:left; height:30px; margin-bottom:1px; margin-right:1px; padding:3px; width:290px; }
fieldset label 		{ float:left; font-weight:bold; width:280px; }
