.ddsmoothmenu{
z-index:100;
font: bold 11px Verdana;
background: #444999; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
z-index:100;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
z-index:100;
display: block;
background: #444999; /*background of menu items (default state)*/
color: #9D493E;
padding: 6px 8px;
border-right: 1px solid #1887C1;

text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #952a01; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #2270D3; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
z-index:100;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid darkred;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}


/*Fieldset Design css*/

.form fieldset {   
float: left;      
clear: both;      
width: 100%;      
margin: 0 0 1em 0;      
padding: 0 0 1em 0;      
border: 1px solid #BFBAB0;     
background-color: #F2EFE9;  
}  

.form fieldset h1
{
	margin-top: 0;
}

.form fieldset h3
{
	padding-left: 1em;
	margin-bottom: 0;
	
}
.form label {    
float: left;    
width: 10em;    
padding-right: 0;
margin-right: 0.5em;   
font-size: 11px;
}

.form label.short
{
	width: 5em;
}

.wide label
{
	width: 16em;
}

.wide input[type=text],.wide input[type=password], .wide select, .wide textarea
{
	width: 13em;
}

.form span label
{
	width: auto;
}

.form input.short
{
	width: 7em;
}

.form input, .form select 
{
	float: left;
	margin-right: 10px;
}



.form legend {   
margin-left: 1em;   
color: #000000;   
font-weight: bold;  
}  

.form  ol {   
padding: 0.5em 1em 0 0;     
list-style: none;
margin-left: 1em; 
}  

.form  li   
{
	margin-left: 0; 
	padding-left: 0;
float: left;    
clear: left;    
width: 100%;    
padding-bottom: 0.5em; 
list-style: none;
}  

.form fieldset.submit {   
border-style: none;  
}

.cl50
{
	width: 50%;
}

.r 
{
	float: right;
}

.l
{
	float: left;
}

.rwd 
{
	padding:3px 5px 3px 5px;
}

.rw {
	border-bottom:1px solid #D2D2D2;
	padding:3px 5px 3px 5px;
}
.rw:hover {
	border-bottom:1px solid #D2D2D2;
	background:#f3f3f3;
	padding:3px 5px 3px 5px;
}
.rws {
	padding:15px 0px 0px 0px;
	font-weight:bold;
}
.rwh {
	font-size:11px;
	border:none;
	font-weight:bold;
	padding:5px;
	background-color:#F9F9F9;
	border-bottom:1px solid #D2D2D2;
	
}
.rwh div {
	font-size:inherit;
	color:#353535;
	font-weight:bold;
}
.rct {
	margin:10px 0px 10px 0px;
	border:solid 1px #9f9f9f;
	border-bottom:0px;

}

.cr {
	clear:both;
}
.rq {
	color:#FF0000;
}
.cl {
	position:relative;
	float:left;
	overflow:visible;
}
.cl05 {
	width:5%;
}
.cl1 {
	width:10%;
}
.cl15 {
	width:15%;
}
.cl2 {
	width:20%;
}
.cl25 {
	width:25%;
}
.cl3 {
	width:30%;
}
.cl35 {
	width:35%;
}
.cl4 {
	width:40%;
}
.cl45 {
	width:45%;
}
.cl5 {
	width:50%;
}
.cl55 {
	width:55%;
}
.cl6 {
	width:60%;
}
.cl65 {
	width:65%;
}
.cl7 {
	width:70%;
}
.cl75 {
	width:75%;
}
.cl8 {
	width:80%;
}
.cl85 {
	width:85%;
}
.cl9 {
	width:90%;
}
.cl95 {
	width:95%;
}
.cl100 {
	width:100%;
}

/*End*/





/*Submit Form Design*/

.form2 fieldset {   
float: left;      
clear: both;      
width: 100%;    
font-family:Arial;  
margin: 0 0 1em 0;      
padding: 0 0 .7em 0; 
  
border: 1px solid #96A6C5;     
background-color: #F0F1F6;  
}  

.form2 fieldset h1
{
	margin-top: 0;
}

.form2 fieldset h3
{
	padding-left: 1em;
	margin-bottom: 0;
	
}
.form2 label {    
float: left;    
width: 10em;    
font-family:Arial;
padding-right: 0;
color:#1D2A5B;
margin-right: 0.5em;   
font-size: 13px;


}

.form2 label.short
{
	width: 5em;
}

.wide label
{
	width: 16em;
}

.form2 input[type="submit"] {
	background-color: #86BE36;
	border: solid 1px #609020;
	color: #FFFFFF;
	cursor: pointer;
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form2 input[type="submit"]:hover {
	background-color: #769F29;
	border: solid 1px #609020;
}
 .form2 input[type="text"], input[type="password"],select, textarea {
	border: solid 1px #96A6C5;
	width:17em;
	height:2em;
}

 .form2 input[type="text"]:hover{
	border: solid 1px #96A6C5;
	 background-color:ButtonFace;
	width:17em;
	height:2em;
}


.form2 span label
{
	width: auto;
	font-weight:bold;
}

.form2 input.short
{
	width: 7em;
}

.form2 input 
{
	float: left;
	margin-right: 10px;
}



.form2 legend {   
margin-left: 1em;   
color: #203360;   
 font-size:25px;
font-weight: bold;  
 border-top: 1px solid #96A6C5; 

 background-color: #F0F1F6;

}  

.form2  ol {   
padding: 0.5em 1em 0 0;     
list-style: none;
margin-left: 1em; 
}  

.form2  li   
{
	margin-left: 0; 
	padding-left: 0;
float: left;    
clear: left;    
width: 100%; 
font-size:12px;   
padding-bottom: 0.5em; 
list-style: none;
}  

/*End*/

.pagination{text-align:center;margin:50px 0 25px}
.pagination span, .pagination a{display:inline-block;height:20px;margin:0 4px;padding:6px 10px 2px;font-size:12px;border:solid 1px #ccc;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}

.pagination .previous-off, .pagination .next-off{color:#888888;font-weight:bold;border-color:#fff}
.pagination a.next, .pagination a.previous{font-weight:bold;border-color:#fff}
.pagination .current{color:#222;font-weight:bold;background:#fff;border-color:#fff;padding:4px 4px 2px;margin:0 1px}
.pagination .blank{color:#222;border-color:#fff;padding:4px 0 2px;margin:0 1px}
.pagination a:link, .pagination a:visited{color:#a30006;text-decoration:none}
.pagination a:hover{background:#eee;border-color:#333}
