/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Softened Cells
       DATE: 2005.08.26
        USE: Free use as long as this notice is
             kept in place.  If you would like 
             to remove it, please contact me at
             http://fullahead.org/contact.html.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: .7em;
  color: #666;
  background-color: #EEE;
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#text h1 {
  background: url(../img/h1_bg.jpg) no-repeat bottom center;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}


#news p {
  padding: 8px;
}

a {
  color: #031851;
}

a:hover {
  color: #031851;
  background-color: #DDD;
}

#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../img/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 588px;
  margin: 0px auto;
  text-align: left;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
  background: url(../img/hdr_cones.jpg) no-repeat top center;
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding: 0 0 0 12px;
  color: #EEE;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}





/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 10px 0 10px;
  font-size: .8em;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background: url(../img/menu_tab.gif) no-repeat top center;
}





/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}

#news .block {
  margin-bottom: 20px;
  background: #DDD url(../img/block_top.gif) no-repeat top center;
}

#news .block .bottom {
  height: 28px;
  background: #DDD url(../img/block_bottom.gif) no-repeat bottom center;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background: #DDD url(../img/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}





/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
  float: left;
  width: 375px;
}






/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background: url(../img/footer.gif) no-repeat top right;
}


#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(../img/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../img/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(../img/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(../img/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../img/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}


form fieldset {
  border: 1px solid #AAA;
  padding: 10px;        
  margin: 0;
}

form label { 
	display: block;
	float: left;  
	width: 80px; 
	margin-top: 5px; 
	margin-bottom: 5px;
	clear: both;
}

form input {
	margin-top: 5px; 
	margin-bottom: 5px;
	
	
	
}

form fieldset fieldset {
	width: 200px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}

form fieldset fieldset label {
	width: auto;
	
}


#registrationtype_companion .option_list fieldset {
	width: 275px;
}

div.option_list label ,form  div.option_list label{
	float: none;
	display: inline;
	margin: 0;
	padding: 0;

}

div.option_list input ,form div.option_list input {
	float: none;
	display: inline;
	margin: 5px 5px 0 0px;
	padding: 0;
}


.highlight label {
	color: red;
}

form small {
	display: block;
	margin: 0 0 5px 90px; 
	padding: 1px 3px;
	font-size: 88%;
}

form .error-message {
	color: red;
	margin-left: 20px;
	margin-bottom: 5px;
}

/*form {  
  min-width: 300px;
  max-width: 588px;
  width: 588px; 
}


form fieldset legend {
	font-size:1.1em; 
}


form input, form textarea, form select {
	width:auto;      
	margin:5px 0 0 10px; 
}

div.input label {
	font-weight: normal;
}
div.radio legend {
	font: 100% verdana,arial,sans-serif;
}







div.radio fieldset,div.checkbox fieldset {
	width: 250px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.radio label,div.checkbox label {
	margin: 0;
	width: auto;
	display: block;
	margin-left: 5px;	
	margin-top: 3px;
}

div.radio input,div.checkbox input {
	margin-top: 3px;
	float: left;
	clear: both;
	
}

div.input {
	clear: both;	
}

form .error-message {
	color: red;
	margin-left: 20px;
	margin-bottom: 5px;
}


form input#reset {
	margin-left:0px; 
}

textarea { overflow: auto; }


form .required{font-weight:bold;} 

form br {
	clear:left; 
}

*/

td {
  vertical-align: top;
}




/* Added by zahid */
#registration-info .bordered{
width:100%;
 }
#registration-info .altrow{
background-color:#CCCCFF;
padding-top:5px;
padding-bottom:5px;

}
div.paging{
text-align:center;
padding-top:20px;
padding-bottom:10px;
 }
div.disabled{
display:inline;

}
.altrow{
background-color:#CCCCFF;
padding-top:5px;
padding-bottom:5px;

}
.submit-button{
border:1px solid #CCCCCC;
cursor:pointer;

}

table.bordered {
	border: 1px solid black;
	border-collapse: collapse;
	width:100%;

}
table.bordered td, table.bordered th {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;
}
.edit-link{
padding-right:20px;
 }
.no-record-fount{
padding:20px;
color:#FF0000 ; 
 
 }
 .add-registration-ledger{
 padding-left:20px;
 
 }
 #flashMessage{
 color:#99203F;
 font-weight:bold;
 }


table.report{
border: 1px solid black;
border-collapse: collapse;
}
table.report td{
padding: 3px;
border: 1px solid black

}
