/* CSS Document */

* {
	margin: 0;
	padding: 0;
}




.subcatlist{width:1100px; margin: 0 auto; float:left;z-index:1000;margin-top:0px;text-align:left; }

.subcatlist li{
	list-style-type:none;
	float: left; position: relative;height:25px;
	width:180px;border:0px #ccc solid;

	margin:0;
	padding:5px;
	line-height:25px;
	}
	
	
	
.subcatlist
{
	float:left;
	
}

.link
{
	clear:both;font-size:24px;color:#000000; text-decoration:none;
}

.link:hover
{
	clear:both;font-size:24px;color:#28ADE5;  text-decoration:none;
}

.link:visited {
	clear:both;font-size:24px;color:#28ADE5;  text-decoration:none;
}
.submitbtn
{ 
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;    
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}


.submitbtn:hover
{
		 background-color:#28ADE5;
		 color:#ffffff;
}
body {
	font: 12px  Arial, Helvetica, sans-serif;
	color: #000000;	
	margin: 0;
	padding: 0;
	letter-spacing:0.10em;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	padding: 0 0 1.6em;
}
img {
	border: none;
}
a {
	color: #002200;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.activeclass {
	color: #89b5c6;
	text-decoration: none;
	outline: none;
	font-weight:bold;
}


.logo
{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:left;

	
}
#container { height: 100%; }
#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -3em;
}

.submitcolor
{
	background-color:#D27F1D;
	border:none;
	width:60px;
	height:20px;
	 color: #463933
}

.LabelBigHeading
{
	font-style:normal;
	font-size:15px;

	
	color:#FFFFFF;
}


.topbarcolor
{
	color:#373737;
	height:13px;
	background-color:#808080;
}


.topbartext
{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
}


.headingsize
{
	
	font-size:12px;
	
}


.headingheight
{
	
	height:30px;
	
}

.headerrowcolor
{
	background-color:#373737;
}

.selectedcolor
{
	background-color:#3366FF;
}

.Clsdivfirstrow
{
	
	height:35px;
	width:100%;
}

.Clsdivsecondrow
{
	
	height:120px;
	width:100%;
}

.ClsdivBody
{
	
	height:240px;
	width:100%;
}

.ClsdivLogo
{
	background-image:url(../images/logo2.jpg);
	height:78px;
	width:282px;
	background-repeat:no-repeat;
	
}

.ClsDivCenter
{
	
	height:248px;
	width:13px;
	background-repeat:repeat;
}

.ClsdivFooter
{
	
	height:245px;
	width:100%;
}

.ClsTextColumn
{
 	color: #FFFFFF;
    font-size: 13px;
    line-height: 1.5em;
    text-align: left
}

.ClsTextHeaderColumn
{
 	color: #00ACA0;
    font-size: 20px;
	padding-bottom:15px;
	font-weight:bold;
    line-height: 1.5em;
    text-align: left
}


.IndexTextBox
{
	height:26px;
	width:220px;
}

label
{
	color:#333333;
	font-size:15px;
}

.formtextbox
{

/* -moz-border-radius:10px;
 -webkit-border-radius:10px;
  border-radius:10px;
  background: #fff; /* fallback for browsers that don't understand rgba */
  border: #solid 10px #000; /* fallback for browsers that don't understand rgba */
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#CFCFCF;
  
    border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#CFCFCF;
  
    border-top-style:solid;
  border-top-width:2px;
  border-top-color:#9F9F9F;
  
  
    border-left-style:solid;
  border-left-width:2px;
  border-left-color:#9F9F9F;
  
  background-color: #FFFFFF;/* slighly transparent white */
  border-color: solid 10px rgba(0,0,0,0.2); /*Very transparent black*/
  
  }

.barbackground
{
	background-color:#D2E9FF;height:20px;font-weight:bold;padding-left:20px;
}


.bordertable
{
	

  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#CFCFCF;
  
    border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#CFCFCF;
  
    border-top-style:solid;
  border-top-width:1px;
  border-top-color:#CFCFCF;
  
  
    border-left-style:solid;
  border-left-width:1px;
  border-left-color:#CFCFCF;
  

  
  }

text {
    border: 1px solid #006;
    background: #ffc;
	width:150px;
}
text:hover {
    border: 1px solid #f00;
    background: #E3EECC;
	width:200px;
}
.button {
    border: none;
    background: url('/forms/up.png') no-repeat top left;
    padding: 2px 8px;
}
.button:hover {
    border: none;
    background: url('/forms/down.png') no-repeat top left;
    padding: 2px 8px;
}

.exceltable
{
	

	background-color:#F0EEE2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:1px;  
	

  
  }


.tablerow
{
	background-color:#F0EEE2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;  
	
}

.tablerow:hover
{
	background-color:#64C4EC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;  
	
}


.alternatetablerow
{
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;  
}

.alternatetablerow:hover
{
	background-color:#64C4EC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;  
}



.redbg
{
	background-color:#CA2139;
}