body {
	padding:0;
	margin:0;
	color:#333;
	font-family:"Trebuchet MS","Lucida",Georgia,Verdana,"Times New Roman",serif;
	font-size:12px;
	background:#fff;
}
pre{
	font-family:"Trebuchet MS","Lucida",Georgia,Verdana,"Times New Roman",serif;
	font-size:13px;
}

td {
	font-family:"Trebuchet MS","Lucida",Georgia,Verdana,"Times New Roman",serif;
}

th {
	font-family:"Trebuchet MS","Lucida",Georgia,Verdana,"Times New Roman",serif;
}

a{
	color:#EF4E23;
}
h1{
	margin:0;
	padding:0;
	margin-left:5px;
	font-size:12px;
	color:#003399;
	float:left;
}
h5{
	margin:0;
	padding:0;
	border-bottom:#eee 1px solid;
	margin-bottom:7px;
	font-size:16px;
	color:#003399;
}

#container{
	padding:0;
	margin:0;
}

#header{
	background:#1E4580;
}

#header h1{
	margin-top:0px;	
	margin-left:30px;
	padding-top:10px;
	font-family:"Trebuchet MS","Lucida",Georgia,Verdana,"Times New Roman",serif;
	color:#fff;
	font-size:3em;
}

.mattblacktabs{
	width: 100%;
	overflow: hidden;
	/*border-bottom: 1px solid black;*/ /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 30px; /*offset of tabs relative to browser left edge*/
	font-family:"Trebuchet MS","Lucida",Georgia,Verdana,"Times New Roman",serif;
	font-size:16px;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid #1E4580; /*right divider between tabs*/
	color: white;
	background: #5884B8; /*background of tabs (default state)*/
}


.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #fff; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #1E4580
}

.navline{
	/*border-bottom: 1px solid #535353;*/
	border-bottom: 1px solid #fff;	
	margin-top:36px;
}

#content{
	width:100%;
	margin:20px auto;
}

.leftpane{
	float:left;
	width:700px;
	text-align:left;
	margin-left:35px;
}

.rightpane{
	float:left;
	width:200px;
	text-align:left;
	margin-left:10px;
}

.contentbody{
	background:#fff;
	height:100%;
	overflow-y:auto;
}

.rightControls{
	float:right;
}

table.tablelist  tr th{
	border-bottom:#eee 2px solid;
	padding:5px;
	background:#ff9966;
	color:#fff;
}

table.tablelist  tr td{
	border-bottom:#eee 1px solid;
	padding:5px;
}

table.tablelist  tr td a{
	text-decoration:none;
	color:#1E4580;
}

table.tablelist  tr td a:hover{
	text-decoration:underline;
}

.formholder{
	background:#f5f5f5;
	padding:20px;
	border:#eee 5px solid;
}

.smalltext{
	font-size:12px;
	color:#999;
}

.smalltextblack{
        font-size:11px;
        color:#000;
}

.smalllink{
        font-size:11px;
        color:#0055aa;
}

.formbox{
	background:#f5f5f5;
	padding:20px;
	border:#eee 5px solid;
}

.squarelink{
	background:#f5f5f5;
	padding:5px;
	border:#eee 1px solid;
	text-decoration:none;
	color:#1E4580;
	font-weight:bold;
}

input.txt_newtype{
	font-size:20px;
}

input.btn_newtype{
	font-size:20px;
}

#photopane{
	background:#fff;
	border:#ddd 1px solid;
	padding:10px;
	height:100%;
	overflow:auto;
}

#photopane div{
	float:left;
}

/*etc*/
.red{
	background:#ff0000;
}

.yellow{
	background:#ffff00;
}

.green{
	background:#00ff00;
}

.tst{
	float:left;
	width:10px;
	height:10px;
	border:#ccc 1px solid;
	margin:5px;
	-moz-border-radius: 100%;
}

.contentbody{
	padding:10px;
}

#searchbox{
	background:#eee;
	color:#999;
	float:left;
	margin-left:40px;
}

#searchbox{
	background:#f1f1f1;
	color:#4E859C;
	height:21px;
	border:#9cbec7 1px solid;
	border-right:none;
	font-size:14px;
}

#searchbtn{
	float:left
}

.heading{
	font-size:20px;
}

.featuredpane table tr td{
	color:#4E8595;
	border-bottom:#DAEFF5 1px solid;
	font-family:arial;
}

.featuredpane table{
	border:#C7E9F2 1px solid;
	background:#C7E9F2;
}

#logout{
	position:absolute;
	margin-top:10px;
	margin-left:800px;
}

div.attention{
	margin-right:10px;
	float:left;
	display:block;
	padding:10px;
	width:250px;
	height:100px;
	color:#555;
	font-size:12px;
	text-align:center;
}

div.attention_divider{
	margin:1px;
	float:left;
	display:block;
	width:3px;
	height:100px;
	border-left:#E1DFD2 3px dotted;
	margin-top:100px;
}

span.attn{
	color:#D21119;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
}

div.photo_block{
	width:500px;
	float:left;
	clear:both;
}

div.photo_block img{
	margin:3px;
	padding:3px;
	border: 1px solid #CCCCCC;
	float:left;
}

div.fb_info{
	float:left;
	clear:both;
	border:#ccc 1px solid;
	background-color:#eee;
	padding:3px;
	width:300px;
	margin-top:10px;
}
div#ribbon{
	margin-top:-7px;
	height:10px;
	background:url('../images/ribbon.gif');
}

