/* ------------------------------------------------------------------
Link
Imports styles to be used throughout site
------------------------------------------------------------------ */


@import url("reset-fonts-grids.css");


body{font-family:'Lucida Grande'; background:#ddd;}
table{width:100%;border:0px solid #000;background-color:#fff;}
table tr.odd{background:#eee;}
table tr td{padding:3px;font-family:'Lucida Grande';font-size:10px;}
table tr th{
	color:#999;font-family:'Lucida Grande';
	font-size:10px;
	text-transform:lowercase;
	text-align:left;padding:3px;
	border-bottom:1px solid #999; 
}


a{text-decoration:underline;}
.posttd{overflow:hidden;width:100%;height:1.1em;line-height:1em;font-size:1em;}
.over{height:auto;}
.out{height:1.1em;}


h1.bar{background-color:#999;padding:10px;font-size:16px;}	

dd{margin:0;padding:10px 0;background-color:#eee;margin-bottom:5px;}     
dt{background-color:#eee;}  
  

.tabs-hide{display:none;} 
.selected{display:block;}        

#nav{     
	text-align:right;
	      padding:10px 10px 0px 10px;
 
	
}   
#nav ul{list-style:none;margin:0;padding:0;}
#nav ul li{display:inline;padding:0;margin:0;}     

.bar{ background-color:#999;margin-top:5px;padding:5px 20px;}
.bar h1{font-size:120%;color:#fff;padding:0;margin:0;}
div.bar div.options{float:right;color:#fff;} 
div.bar div.options a{color:#fff;} 

.section{padding:10px;} 

.editforms textarea{
	width:99%;
	height:100px;
	padding:5px; 
	border:1px solid #666;
} 
label{	
      line-height:160%;
}    

.editforms select{
	font-size:80%;
	
} 

.fieldWithErrors input{
	
	border:3px solid #c00;
}   

.alert{ 
   margin:10px 10px 10px 10px; 
	border:3px solid #c00;
	background-color:#6A9ABE;
 }
