/***********************************
CSS Document by Tygostudios Productions
A Sondroyo Communications Network Group
October 2nd, 2008
Respect Copyright
************************************/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
	background-color:#266689;
	}
	
hr {
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ 
	color:#CCCCCC;
	border: none 0; 
	border-top: 1px solid #CCCCCC;/*the border*/ 
	}
	
#focusBox {
	border: 1px solid #CCCCCC;
	background-color: #b9d9e3;
}
	
A:link {text-decoration: underline; color: #266689; }
A:visited {text-decoration: underline; color: #266689;} /*green*/
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #234456;}/*red*/

#topbar {
	background:url(/framework/topbar_back.png);
	background-repeat:repeat-x;
	}
	
#content {
	background:url(/framework/contentback.jpg);
	background-repeat:no-repeat;
	background-color:#f0f4f7;
	}
	
#basebar {
	background:url(/framework/basebar_back.png);
	background-repeat:repeat-x;
	}
	
#basebar-main {
	/*background:url(/framework/basebar.jpg);
	background-repeat:no-repeat;*/
	}
	
/****** classes! *********/

.titlebar {
	background-color: #0f2228;
	text-align:center;
	padding-left:12px;
	padding-top: 2px;
	font-weight:bold;
	font-size:18px;
	line-height:32px;
	color:#FFFFFF;
	}
	
.right {
	margin: 0 0 20px 20px;
	}
	
.style2 {font-size: 11px; line-height: 20px; font-style:italic; }

/* search */

.searchBox {
	background-image: url('/framework/options/09search.png');
	border: 1px solid #61869c;
	background-color: #0f2228;
}

.searchBoxText {
	width: 60px;
	padding: 2px;
	font-size: 0.9em;
	border: 1px solid #61869c;
	color: white;
	background-color: #385462;
}

.redText {
	color: red;
}
