/*
 	http://www.coffeebeandesign.com
	
	stylesheet.css 01/04/2007
	
	Copyright (c) 2007 Coffee Bean Design
*/
body {
	margin-top:20px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000066;
	text-align: center;
	background-color:#FFFFFF;
	line-height: 18px;
}
/* == TEXT & LINKS COLORS == */
.warning 	{color: #CC0000; font-style:italic;}
.highlight 	{
	font-weight:bold;
	color: #000066;
}
.grey		{color: #333333;}
.small		{font-size:11px;}
a 			{text-decoration:none;color: #CC0000;}
a:hover 	{color: #7FB2FF;}
a:focus 	{color: #7FB2FF;}
a img 	 	{margin:0; padding:0; border:0;}
img 	 	{margin:0; padding:0; border:0;}
h1 {display:none;font-size:10px;}
h2 {display: none;font-size:10px;}
h3 {
	font-size:44px;
	line-height:44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#BFD8FF;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 10px;
}
h4{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	letter-spacing: 0px;
	border-bottom: 3px solid #CC0000;
	padding: 4px;
	margin-top: 0px;
	padding-left: 8px;
	background-color: #e5e5e5;
	color: #333333;
}
img{padding:0;margin:0;}
p{
	padding-bottom:10px;
	margin-bottom:5px;
	margin-top:0px;
	padding-top: 0px;
}
p.breaker{padding:0px;margin-top:2px;margin-bottom:3px;}
p.dotted{
	height:5px;
	line-height:1px;
	font-size:1px;
	margin-top:10px;
	margin-bottom:20px;
	border-top:1px dotted #000066;
	border-bottom:1px dotted #000066;
	padding:2px;
	clear:both;
	padding-bottom: 0px;
}
p.blueLine{
	height:3px;
	line-height:1px;
	font-size:1px;
	border-top:1px solid #7FB2FF;
	margin-top:20px;
	margin-bottom: 10px;
}
/* == END TEXT & LINKS COLORS == */

/* MAIN LAYOUT TABLE */
#container{width: 805px;text-align:justify;margin:auto;padding:0px;}
#top {
background:url(../graphics/back_top.jpg);
background-repeat:no-repeat;
width:805px;
height:30px;
padding-top:150px;
cursor:pointer;
}
#middle{
	background:url(../graphics/back_middle.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:15px;
	min-height:550px;
	width:780px;
	float: left;
}
#footer{
background:url(../graphics/back_footer.jpg);
background-repeat:no-repeat;
height:40px;
padding-top:10px; 
padding-left:20px; 
width:785px;
clear:both;
}
#subfooter a{color:#666666;;}
#subfooter a:hover{color:#000066;}
#subfooter{padding-left:5px;padding-right:15px;padding-top:15px;font-size:10px;color:#666666;padding-bottom:40px;text-align:center;}


#mainMenu{
	padding:0px 0px 0px 5px;
	height:auto;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#e5e5e5;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 10px;
	float:left;
	width:775px;
	border-bottom: 3px solid #7FB2FF;

}
#mainMenu li {float:left;margin:0px 5px 0px 0px; padding:0px;line-height:24px;}
#mainMenu a {margin-right:20px;color:#CC0000;}
#mainMenu a:hover {color:#7FB2FF;}

#contentRight {
	float:right;
	width:200px;
	margin-top:45px;
	padding-left:0px;
	margin-right: 10px;
}
#contentLeft {
	float:left;
	width:500px;
	margin-top:15px;
	padding: 0px;
	margin-left: 10px;
}

.contentBox {
	border:2px solid #E5E5E5;
	padding:6px;
	margin-bottom:30px;
	color: #333333;

}

#pageInfo{height:20px; margin:0px; float:left;padding-left:5px;width:660px;line-height:20px;}

/*MAIN BOXES */

/* == BORDERS == */
.borRight 		{border-right: 1px solid #CCCCCC;}
.borLeft 		{border-left: 1px solid #CCCCCC;}
.borTop 		{border-top: 1px solid #CCCCCC;}
.borBottom 		{border-bottom: 1px solid #CCCCCC;}
.borAll 		{border: 1px solid #CCCCCC;}

.borRightDotted	{border-right: 1px dotted #CCCCCC;}
.borLeftDotted  {border-left: 1px dotted #CCCCCC;}
.borTopDotted 	{border-top: 1px dotted #CCCCCC;}
.borBottomDotted{border-bottom: 1px dotted #CCCCCC;}
.borAllDotted	{border: 1px dotted #CCCCCC;}
/* == END BORDERS == */

/* FORMS */
form {margin:0px;padding:0px;}
form input {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
form select {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
form submit  {padding:3px;}
form textarea{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}

.input_text{width:300px;}
.input_text:focus, textarea:focus, .input_text:hover, textarea:hover{background-color: #F2F2F2;border:1px solid #CCCCCC;padding:2px;margin:0px;} 
.input_text, textarea{border:1px solid #CCCCCC;padding:2px;margin:0px;} 

/* END FORMS */

/* DATA TABLE */

.data_table td{border:1px dotted #E5E5E5;text-align:right;font-size:10px;}
.data_table .total{border-top:1px solid #CC0000;border-bottom:1px solid #CC0000;font-weight:bold;}
.data_table .col_right{width:100px;}

/* END DATA TABLE */

/** Image Shadow Styles **/
.image_thumbs{
display:inline;
float:left;
margin-bottom:2px;
margin-right:35px;
text-align:center;
}

.image_over {padding:5px; font-size: 1px; margin:0px;border:1px solid #CC0000;}
.image{padding:5px; font-size: 1px; margin:0px;border:1px solid #CCCCCC;background:url(../graphics/loading.gif);background-position:center;background-repeat:no-repeat;}

/** IMAGE OVER ALPHA
.image_over a img {opacity:1;MozOpacity:1;filter:alpha(opacity=100);}
.image_over a:hover img {opacity:0.8;MozOpacity:0.8;filter:alpha(opacity=80);}
**/

.image_spacer {width:0px;display:inline;float:left;}


.shadow_box {font-size:1px; margin:0; padding:0;}
.shadow_right {opacity:0.5;MozOpacity:0.5;filter:alpha(opacity=50);
width:10px; background:url(../graphics/shadow_right.jpg); background-repeat:no-repeat;font-size:1px;}
.shadow_bottom {opacity:0.5;MozOpacity:0.5;filter:alpha(opacity=50);
height:10px; background:url(../graphics/shadow_bottom.jpg); background-repeat:no-repeat;font-size:1px;}
.shadow_corner {opacity:0.5;MozOpacity:0.5;filter:alpha(opacity=50);
height:10px; background:url(../graphics/shadow_corner.jpg);background-repeat:no-repeat;font-size:1px;}


.social {margin:2px;display:inline;padding:2px;}
.social li{display:inline;margin:0px;padding:0px;list-style:none;text-align:center;}
.social li img{float:left;margin:3px;}

.update_table{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
.update_table td{padding:4px;}
.update_table .row td{border-bottom:1px solid #CCCCCC;}
.update_table .header{	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	border-bottom: 3px solid #CC0000;
	padding: 4px;
	background-color: #e5e5e5;
	color: #333333;}

.update_form {}
.update_form input:hover, .update_form textarea:hover, .update_form input:focus, .update_form textarea:focus{background-color: #f9f9f9;border:1px solid #CCCCCC;padding:5px;margin-top:5px;margin-bottom:15px;} 
.update_form textarea, .update_form input{width:480px;clear:both;border:1px solid #CCCCCC;padding:5px;margin-top:5px;margin-bottom:15px;} 
.update_form select{margin-top:5px;margin-bottom:15px;padding:2px;}
.update_form .submit{width:150px;float:right;color:#CC0000;background:#f9f9f9;}
.em,.sm{display:block;padding:5px;margin-bottom:10px;font-weight:bold;}
.em{background:#FEEAE7;border:1px solid #FF0000;}.sm{background:#D2FCC5;border:1px solid #00FF00;}

