@import "layout.css";
@import "form.css";
@import "table.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
}

body{
	font:normal 62.5%/1 Helvetica, Verdana, Arial;
	color: #000000;
	background: #002b4b;
}
/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	margin:0 0 10px;
	font-weight:normal;
}

h1{
	font-size: 2.2em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.4em;
	font-weight: bold;
}

h4{
	font-size:1.3em;
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size: 1.3em;
	margin:0 0 4px 0px;
	line-height:1.3;
}

span{

}

blockquote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	list-style-type: decimal;
	list-style-position: outside;
}

ul{
	margin:0 0 10px 30px;	
}

li{
	line-height:1.4;
	font-size:1.2em;
}

.pagination{
	margin:0 0 20px;
	color: #000;
	font-size: 1.1em;
	zoom: 1;
}
.pagination:after { content: "."; clear: left; display: block; height: 0; visibility: hidden; }

.pagination span, .pagination a {
	float:left;
	margin:0 5px 0 0;
	padding: 4px 7px;
	border: 1px solid #ddd;
}

.pagination .current {
	border-color: #fff;
}

.pagination .disabled {
	display: none;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:100px;
	font-size:1.1em;
}
	
dd{
	font-size:1.1em;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	text-decoration:none;
	color: #000000;
}

a:hover{
	text-decoration:underline;
}

a:active{
	color: #000000;
}

.skip{
	position:absolute;
	left:-9999px;
}

.actions{
	margin:0;
	zoom: 1;
}
.actions:after { content: "."; clear: left; display: block; height: 0; visibility: hidden; }

.actions li{
	background: url(/images/admin/button_left.gif) no-repeat;
	float:left;
	height:21px;
	list-style:none;
	margin:0 10px 0 0;
}

.actions li a:link, .actions li a:visited{
	background: url(/images/admin/button_right.gif) no-repeat top right;
	display:block;
	float:left;
	height:21px;
	padding:3px 8px 0;
	color:#FFF;
	text-transform:uppercase;
}

.actions li a:hover{
	text-decoration:none;
}

.actions li.cancel{
	background: url(/images/admin/cancel_left.gif) no-repeat;
}

.actions li.cancel a:link, .actions li.cancel a:visited{
	background: url(/images/admin/cancel_right.gif) no-repeat top right;
	color:#333;
}

.actions li.submit_button{
	background:none;
}

.actions li.submit_button input {
	width: auto;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:pointer;
}

/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	background: transparent url(/images/home/orange_dot.png) repeat-x 10% 0; 
	clear:both;
	position: relative;
	height: 6px;
	top: -2px;
}

.solid_footer_dotrule{
	background: transparent url(/images/footer/solid_border.png) repeat-x 10% 0; 
	clear:both;
	position: relative;
	height: 7px;
	top: -2px;
}

.hrule{
	border-top: 3px solid #e3e2e2;
	width:100%;
	clear:both;
	height:3px;
	font-size:1px;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #e6e6e6;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

.dark_para{
	color:#333;
	font-size:1.2em;
}

.flash{
	padding:10px 10px 10px 27px;
	margin:0 0 20px;
	font-size:1.2em;
	line-height: 1.2em;
}

.error{
	border:1px solid #eaafa5;
	background: #fdebe8 url(/images/admin/error.gif) 10px 10px no-repeat;
	color:#333;
}

.notice{
	border:1px solid #b0d585;
	background: #ecfbd0 url(/images/admin/notice.gif) 10px 10px no-repeat;
	color:#333;
}
