body {
	font-family: Tahoma,Helvetica,sans-serif;
	margin: 0px;
	font-size:0.75em;
}
h2 {
	color: #2c5183;
	font-size:1.2em;
	margin-top: 0;
}
input {
	font-family: sans-serif;                
}

.sounding_board h2 {
	display:inline;
	margin-left: 10px;
	vertical-align: top;
}

.help {
	vertical-align: -3px;
}
#header{
	border-bottom: 1px solid #356BA6;
}

#container {
	width:100%;
	background: #1A80A9;
	border-bottom: 1px solid #002253;
	color:#FFF;
}

#login {
	background: url(/img/login_bk.jpg) repeat-x;
	height: 230px;
}
#cred {
	left: 350px; 
	top: 15px; 
	position: absolute; 
	width: 250px;
}

#cred, #cred h2 {
	color: #fff;
}

#back {
	background: url(/img/bkgrnd.png) repeat-y;
}

#content {
	width: 1200px;
}

#title_head {
	padding: 5px 10px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.folderName, .UfolderName {
	font-size:0.875em;
	background:#A8CFDF none repeat scroll 0 0;
	font-size:0.875em;
	margin-top:10px;
	padding:4px 5px;
	background:transparent url(/img/content_tab.png) no-repeat scroll 0 0;
	font-weight:bold;
	max-width:168px;
	text-align:center;
	color:white;
}

.folderName:hover {
	background: url(/img/folder_hover.png) no-repeat;
	color: #fff;
}

.folderName a {
	text-decoration: none;
	color:#FFF;
	padding: 2px 25px;
}

#add_photo {
	border: 1px solid #002253;
	padding: 7px;
}

.photoBox img{
	border:1px solid #BBBBBB;
	padding:5px 5px 10px;
	background: #ddd;
	margin: 3px;
	vertical-align: middle;
}

.photoBox a {
	text-decoration:none;
}

.photoBox img:hover {
	background-color:#2C5183;
	padding:5px 5px 10px;
}
.photoBox {/*
	padding: 7px;
	border: 1px solid #002253;*/
}

.frontBlurb1{
	background-color:#337CC5;
	border: 1px solid #356BA6;
	color:white;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	float: left;
}

.frontBlurb2{
	background-color:#93BDE5;
	border: 1px solid #356BA6;
	color:black;
	padding:5px;
	vertical-align:middle;
	float: left;
	clear:left;
}

.frontBlurb3{
	float: left;
	margin: 25px;
	width: 315px;
}
#new_signup {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	clear:both;
}

.blogComment{
	background-color:#337CC5;
	border: 1px solid #356BA6;
	color:white;
	width:600px;
	padding:10px;
}

.blogCommentMine{
	width:600px;
	background-color:#EEEEEE;
	border: 1px solid #356BA6;
	padding:10px;
}

.blogPostGeneral{

}

.blogPostAnnouncement{

}

.cat_head {
	background:transparent url(/img/sidebar_back.png) no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	height: 31px;
}

.cat_h2 {
	display: inline;
	vertical-align: top;
	margin-left: 5px;
}

.cat_link {
	vertical-align: top;
	line-height: 1.5;
}

.sideBar{
	float: right;
}

.sideBar h2{
	position:relative;
	width:300px;
	height: 25px;
	margin-bottom: 0px;
}

.sideBar_item {
	padding: 15px 5px;

}

.side_content {
	background-color:#EEEEEE;
	border:1px solid #002253;
	padding: 10px;
}

.left_bar {
	width: 600px;
	float: left;
	margin-right: 25px;
}

.right_bar {
	width: 225px;
	vertical-align:top; 
	padding-top:25px;
	padding-left: 15px;
}

.help img:a{
	border: none;
}

#tab_bottom {
	background: url(/img/tab_bottom.png);
	background-repeat:repeat-x;
	border-left: 2px solid #002253;
	border-right: 2px solid #002253;
}

.day {
	background: #006bac;
	padding: 3px;
	color: white;
	font-weight: bold;
}
#UserLoginForm {
	text-align: right;
	color: #fff;
	width: 210px;
}

#UserLoginForm input {
	margin-bottom: 5px;
}
/* Tab Interface */

#menu {
	float: left;
	width: 170px;
	list-style-type: none;
	text-align: right;
	padding-left: 0px;
}
#menu li {
	padding-right: 24px;
	width: 155px;
}

.tab{
	padding: 1px 4px 0px 4px;
	padding: 5px 0;
}
.tab:hover {
	font-weight: bold;
	background: url(/img/menu_hover.png) no-repeat;
	background-position: left;
}

.tab a {
	text-decoration:none;
	white-space: nowrap;
	font-size:1.1em;
	color: #4073B9;
}

.tab img {
	width: 100%;
}

.emptytab{
	border-bottom: 2px solid #002253;;
}

.activetab, .activetab:hover{
	font-weight:bold;
	background: url(/img/menu_active.png) no-repeat;
	background-position: left;
	
}

.activetab a{
}

.otabactivetab{
	border-bottom: 0px solid #999;
	background:#ffffff;
	font-weight:bold;
}

#tabcontent{
	border-left: 1px solid #002253;
	background-color:#fff;
	min-height:300px;
	padding:15px;
	float:left;
}

.cake-sql-log {
	float:left;
}
/* For IE */
.ie .tab {
	margin-left: 2px;
	margin-right: 2px;
}
.generic
{
	padding: 4px;
	background-color: white;
	min-width:840px;
	max-width:1020px;
}

.privacy
{
	padding: 4px;
	background-color: white;
	width:740px;
}