/* CSS Document */

BODY{
background-color:#e9e6e7;
margin:0px;
scrollbar-base-color: #e4e4e4;
scrollbar-arrow-color: #0b0b0b;
scrollbar-darkshadow-color: #e4e4e4;
scrollbar-face-color: #e4e4e4;

}
TD{
FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    COLOR: #333;
}
A{
FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color:#d4a02a;
}
A:Hover{
FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color:#9e2c21;
}

.navonly{
FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
COLOR: #333;
font-weight:bold;
}
a.navonly{
FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
COLOR: #333;
font-weight:bold;
text-decoration:none;
}
a.navonly:hover{
FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
COLOR: #d4a02a;
font-weight:bold;
text-decoration:none;
}
.newhead{
FONT: 13px /13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    COLOR: #9e2c20;
	font-weight:bold;
}
.bluehead{
FONT: 13px /13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    COLOR: #0088cc;
	font-weight:bold;
}

h1 { 
	FONT: 1.2em /18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    COLOR: #333;
	font-weight:bold;
	margin:1.2em 0 1em 0; 
  }
  h3 { 
	FONT: 1.2em /18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    COLOR: #333;
	font-weight:bold;
	margin:1.2em 0 1em 0; 
  }

h6 { 
FONT: 1.5em /26px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    COLOR: #333;

margin:1.2em 0 1em 0; 

}   
.red{
FONT: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color:#9e2c20;
}
a.red{
FONT: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color:#363636;
text-decoration:none;
}
a.red:hover{
FONT: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color:#9e2c20;
text-decoration:none;
}

.vertnav {FONT: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #999999; text-decoration:none; line-height:16px; padding-left:5px; }
a.vertnav {FONT: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #999999; text-decoration:none;line-height:16px; padding-left:5px;}
a.vertnav:hover {FONT: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #d4a02a;line-height:16px; text-decoration:none; padding-left:5px;}

.vertnavheader {color: #5c5c5c; text-decoration:none;}
a.vertnavheader {color: #5c5c5c; text-decoration:none;}
a.vertnavheader:hover {color: #d4a02a; text-decoration:none;}

 #bullet ul {
 	list-style:none;
	margin:0px 0px 0px 3px;
	padding:0px;
	font-size:11px;
}
#bullet ul li {
	background:url(../images/arrow-right.gif) no-repeat 1px 10px;
	padding: 8px 0px 0px 16px;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#3B3B3B;
	text-decoration:none;
}
#bullet ul li a:link {
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#3B3B3B;
	text-decoration:none;
}
#bullet ul li a:hover {
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#E15417;
	text-decoration:none;
}



.glossymenu{
margin: 0px 0;
padding: 0;
width: 180px; /*IE6 CSS hack*/
border: 1px solid #e5e5e5;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../images/main/menu/glossyback.gif) repeat-x bottom left;
font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 5px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 3px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/main/menu/glossyback2.gif);
}
.glossymenu a.menuitem:active{
background-image: url(../images/main/menu/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #e5e5e5;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 4px 0;
padding-left: 5px;
}

.glossymenu div.submenu ul li a:hover{
background: #F4F4F4;
colorz: white;
}
.glossymenu div.submenu ul li a:active{
background: #F4F4F4;
colorz: white;
}

.textfield
{
	BORDER-BOTTOM: #bcbcbc 1px solid;
	BORDER-LEFT: #bcbcbc 1px solid;
	BORDER-RIGHT: #bcbcbc 1px solid;
	BORDER-TOP: #bcbcbc 1px solid;
	COLOR: #000000;
	height:18px;
	width:200px;
	FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	FONT-SIZE: 12px;
	background-color: #FFFFFF;
	}
.teaxtarea
{border:#c8e3ed 1px solid;
}

#mytable {
 	background-color: #FFFFFF;
border-collapse: collapse;
border-spacing: 0px;
border: 1px #cfcfcf solid;
border-width: 1px;
border-style: solid;
border-color: #cfcfcf;

}

#mytable th {
	border: 1px #cfcfcf solid;
border-width: 1px;
border-style: solid;
border-color: #cfcfcf;
    background-color: #f2b574;
	FONT: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;

}
#mytable th a{
	border: 1px #cfcfcf solid;
border-width: 1px;
border-style: solid;
border-color: #cfcfcf;
    background-color: #f2b574;
	FONT: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#999;
}

#mytable td {
border: 1px #cfcfcf solid;
border-width: 1px;
border-style: solid;
border-color: #cfcfcf;
}

.footer {FONT: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #545454; text-decoration:none; line-height:16px;
}
a.footer {FONT: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #545454; text-decoration:none;line-height:16px;
}
a.footer:hover {FONT: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #d4a029;line-height:16px; text-decoration:none;
}

.cal {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
text-decoration: none;
border: 1px solid #CCCCCC;
text-align: right;
vertical-align: top;
}
.calBig {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
border: 1px solid #CCCCCC;
text-align: left;
vertical-align: top;
}

  
  
.errormsg{
	FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#FF0000;
	font-weight:bold;
}


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
FONT: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color:#c00515;	
border: 1px solid #dedddd;
background: #eaeaea;
background-image:url(../images/faqclose.gif); background-position:right; background-repeat:no-repeat;

}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #c00515;
border: 1px solid #D24A0F;
color:#FFFFFF;	
background-image:url(../images/faqopen.gif); background-position:right; background-repeat:no-repeat;
}

