﻿
h3
{
	color: #000000;
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 2px;
}

h5
{
	font-family: Arial,helvetica,arial,sans-serif;
	font-size: 13px;
	text-align:left;
}

td
{
	font-size: 13pt;
}

#homepagetext
{
	font-size: 12pt;
	color:Red;
	font-family:Georgia,Arial,helvetica;
}


div.Test
{
	font-size: 8pt;
	padding: 3px;
	background-image: url(../_images/ball1.jpg) no-repeat; 
	background-color:Black;
}

div._contentDiv
{
	font-size: 8pt;
	padding: 3px;
	background-image: url("../_images/bkground400x400.jpg"); 
	
}

div._contentDiv td
{
	font-size: 10pt;
	/*background-image: url(../_images/ball1.jpg) no-repeat; */
}




.required
{
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

.errorPanel
{
	padding: 5px;
	margin-bottom: 10px;
	color: #FF0000;
	font-weight: bold;
	font-size: 9pt;
	width: 98%;
}

.errorPanel img
{
	vertical-align: text-bottom;
}

.title
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: tahoma,helvetica,arial,sans-serif;
	border-bottom: 1px solid gray;
}

.spacer
{
	padding: 10px;
}

table.formTable
{
}

table
{
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 11px;
	background-image: url(../_images/ball1.jpg) no-repeat; 
}



.formTable td
{
	height: 20px;
}

input
{
	font-size: 9pt;
}

input[type=text]
{
	padding: 3px;
}

.watermark
{
	color: Gray;
	font-size: 9pt;
}

/* base table styles  */
table.grid
{
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 11px;
	border: solid 1px #99aabd;
	border-top: 0px;
	border-collapse: collapse;
	background-image: url(../_images/ball1.jpg) no-repeat right 50%; 
}

/* header cell styles */
.grid th
{
	padding: 4px 4px;
	text-align: left;
	background: url(../_images/sprite.gif) repeat-x 0px -1100px;
	color: #fff;
	height: 24px;
	vertical-align:top;
}

.grid .headerstyle td
{
	vertical-align:top;
	text-align: left;
	background: url(../_images/sprite.gif) repeat-x 0px -1100px; /*background: url(../_images/listheadergrad.gif) repeat-x;*/
	color: #fff;
	font-weight: bold;
	border-right: 1px solid white;
	height: 36px;
	padding: 0px 10px 3px 10px;
}

.grid .headerstyle a
{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 3px;
}

.grid .headerstyle a:hover
{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-left: 3px;
}


/* data cell styles  */
.grid .rowstyle td
{
	height: 18px;
	vertical-align: middle;
	border-bottom: 1px solid #ededed;
	padding: 3px 10px 3px 10px;
}

.grid .rowstyle td.noPadding
{
	padding: 3px 0px 3px 10px;
}

/* alternating data cell styles */
.grid .altrowstyle
{
	background-color: #F8F8F8;
}

.grid .altrowstyle td
{
	height: 18px;
	vertical-align: middle;
	border-bottom: 1px solid #ededed;
	padding: 3px 10px 3px 10px;
}

/* command cell styles */
.grid td.command
{
	padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
}

/* command input cursor styles */
.grid td.command input
{
	cursor: hand;
}

/* edit data cell styles */
.grid .editrowstyle
{
	background-color: #feffc5;
}

/* sort asc header style */
.grid .sortascheader a
{
	background: url(img/dt-arrow-up.png) no-repeat right 50%;
}

/* sort desc header style  */
.grid .sortdescheader a
{
	background: url(img/dt-arrow-dn.png) no-repeat right 50%;
}

.grid td.commandCell
{
	text-align: center;
	padding: 3px 2px 4px 2px;
}

td.commandCell
{
	padding: 3px 2px 4px 2px;
}

td.commandCell a
{
	border: transparent 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	color: #0033cc;
	font-family: Verdana;
	text-decoration: none;
}

td.commandCell a:hover
{
	border: #a1c6eb 1px solid;
	background-color: #e3ebf2;
	text-decoration: none;
}

td.commandCell a IMG
{
	vertical-align: text-bottom;
}

/* grid Pager Style */
.grid .pager
{
	border-top: solid 1px #99aabd;
	background-color: #EDEDEF;
}

.grid td.pager
{
	border-top: solid 1px #99aabd;
	border-top-color: #CCCCCE;
	padding: 0px 10px 0px 10px;
}

.pager div.pagerContainer
{
	padding-top: 3px;
	font-size: 9pt;
}

.pager div.pagerCommand
{
	float: left;
	padding-right: 5px;
	font-size: 11px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: bottom;
	padding-top: 0px;
	text-align: left;
}

.pager div.pagerCommand input
{
	cursor: pointer;
}

.pager .pagerInfo
{
	font-size: 11px;
	padding: 2px 0px;
	float: right;
}

.pager div.pagerCommand a
{
	text-decoration: none;
	border: 1px solid #EDEDEF;
	padding: 5px;
	height: 40px;
}
.pager div.pagerCommand a img
{
	vertical-align: text-bottom;
}

.grid .pager a
{
	text-decoration: none;
	border: 1px solid #EDEDEF;
}

.grid .pager a:hover
{
	text-decoration: none;
	border: 1px solid #EDEDEF;
}

.grid .pager a.buttonEnabled
{
	text-decoration: none;
	border: 1px solid #EDEDEF;
}

.grid .pager a.buttonEnabled:hover
{
	border: 1px solid #a1c6eb;
	background-color: #e3ebf2;
	text-decoration: none;
}





/*

simple8_tab theme

*/
.simple8_tab .ajax__tab_header
{
	font-family: Tahoma, Arial, Sans-Serif;
	background: url(../_Images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
	font-weight: bold;
}
.simple8_tab .ajax__tab_header .ajax__tab_outer
{
	background: url(../_Images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}
.simple8_tab .ajax__tab_header .ajax__tab_inner
{
	background: url(../_Images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.simple8_tab .ajax__tab_hover .ajax__tab_inner
{
	color: #000000;
}
.simple8_tab .ajax__tab_active .ajax__tab_outer
{
	background: url(../_Images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}
.simple8_tab .ajax__tab_active .ajax__tab_inner
{
	background: url(../_Images/tab.png) no-repeat right -40px;
	color: #000000;
	border-color: #333;
}
.simple8_tab .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 8pt;
	background-color: #ffffff;
	border: solid 0px #d7d7d7;
	border-top-width: 0;
}


/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.simple8_tab_blue .ajax__tab_header
{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 9pt;
	border-bottom: solid 4px #03447A;
	white-space: normal !important;
	
}
.simple8_tab_blue .ajax__tab_header .ajax__tab_outer
{
	background: url(../_images/sprite2.png) #d8d8d8 repeat-x;
	margin: 0px 0.16em 0px 0px;
	padding: 1px 0px 1px 0px;
	vertical-align: bottom;
	border: solid 1px #a3a3a3;
	border-bottom-width: 0px;
	white-space: normal !important;
}
.simple8_tab_blue .ajax__tab_header .ajax__tab_tab
{
	font-size: 9pt;
	color: #000;
	padding: 0.20em 0.75em;
	margin-right: 0.01em;
}
.simple8_tab_blue .ajax__tab_hover .ajax__tab_outer
{
	background: url(../_images/sprite2.png) #bfdaff repeat-x left -1300px;
}

.simple8_tab_blue .ajax__tab_hover .ajax__tab_inner
{
	background: url(../_images/sprite2.png) #bfdaff repeat-x left -1300px;
}
.simple8_tab_blue .ajax__tab_active .ajax__tab_tab
{
	color: #fff;
}
.simple8_tab_blue .ajax__tab_active .ajax__tab_outer
{
	background: url(../_images/sprite2.png) #2647a0 repeat-x left -1410px;
	border: 1px solid #03447A;
}

.simple8_tab_blue .ajax__tab_active .ajax__tab_inner
{
	background: url(../_images/sprite2.png) #2647a0 repeat-x left -1410px;
	border: 1px solid #03447A;
}


.simple8_tab_blue .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 8pt;
	padding: 0.25em 0.5em;
	background-color: #ffffff;
	border: solid 0px #808080;
	border-top-width: 0px;
}


/*

end simple8_tab theme

*/

.ruleFaqCell
{
	font-size: 16pt;
	color: White;
}

.FooterCell
{
	font-size: 12pt;
	color: Black;
}

.FooterCell a
{
	color:White
}

div.commandBar
{
	text-align: left;
	color: #000;
	padding: 5px 3px;
	margin-bottom: 10px;
}

div.commandBar A
{
	border-right: transparent 1px solid;
	padding-right: 5px;
	border-top: transparent 1px solid;
	padding-left: 5px;
	padding-bottom: 3px;
	border-left: transparent 1px solid;
	color: #0033cc;
	padding-top: 2px;
	border-bottom: transparent 1px solid;
	font-family: Verdana;
	text-decoration: none;
}

A img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: none;
}

div.commandBar A IMG
{
	vertical-align: text-bottom;
}

div.commandBar A:hover
{
	border-right: #a1c6eb 1px solid;
	border-top: #a1c6eb 1px solid;
	border-left: #a1c6eb 1px solid;
	border-bottom: #a1c6eb 1px solid;
	background-color: #e3ebf2;
	text-decoration: none;
}


div.command
{
	padding: 5px 3px;
	margin-bottom: 10px;
	height: 30px;
}

div.command A
{
	border-right: transparent 1px solid;
	padding-right: 5px;
	border-top: transparent 1px solid;
	padding-left: 5px;
	padding-bottom: 3px;
	border-left: transparent 1px solid;
	color: #0033cc;
	padding-top: 2px;
	border-bottom: transparent 1px solid;
	font-family: Verdana;
	text-decoration: none;
}

A img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: none;
}

div.command A IMG
{
	vertical-align: text-bottom;
}

div.command A:hover
{
	border-right: #a1c6eb 1px solid;
	border-top: #a1c6eb 1px solid;
	border-left: #a1c6eb 1px solid;
	border-bottom: #a1c6eb 1px solid;
	background-color: #e3ebf2;
	text-decoration: none;
}

a.commandLink
{
	border: transparent 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	color: #0033cc;
	font-family: Verdana;
	text-decoration: none;
}

a.commandLink:hover
{
	border: #a1c6eb 1px solid;
	background-color: #e3ebf2;
	text-decoration: none;
}




a.commandLink IMG
{
	vertical-align: text-bottom;
}


a.Link
{
	border: transparent 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-family: Verdana;
	text-decoration: underline;
	color:Navy;
}

a.Link:hover
{
	/*border: #a1c6eb 1px solid; */
	/*background-color: #009900; */
	text-decoration: underline;
	font-style:italic;
}


a.Link IMG
{
	vertical-align: text-bottom;
}




.background
{
	background-color: gray;

	/*filter: alpha(opacity=30);
	opacity: 0.3; */
}


div.customMenu
{
	background: url(../_images/sprite2.png) #d8d8d8 repeat-x;
	height: 25px;
	width: 100%;
}

div.customMenu ul
{
	border-collapse: collapse;
	margin: 0px;
	margin-top: 3px;
}

div.customMenu li
{
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0 10px;
	border-right: 1px solid navy;
	height: 25px !important;
}

div.customMenu li a
{
	font-size: 10pt;
	color: navy;
	text-decoration: none;
	height: 25px;
}

div.customMenu li a:hover
{
	font-size: 10pt;
	color: navy;
	text-decoration: underline;
	height: 25px;
}

div.customMenu li a.customSelected
{
	color: navy;
	text-decoration: underline;
	font-weight: bold;
}

.quickLinks
{
}

.quickLinks li
{
	color: #ffffff;
	list-style-type: square;
	padding-bottom: 5px;
	list-style-position: outside;
	margin: 0;
}

.quickLinks li a
{
	color: #ffffff;
}

.quickLinks li a:hover
{
	color: #ffffff;
}

.quickLinks li a:active
{
	color: #ffffff;
}

.simple8_loading_panel
{
}

.simple8_groupingRow
{
	border-bottom: 2px solid gray;
	font-weight: bold;
	color: Gray;
	font-size: 13px;
}


.hidden
{
	display: none;
	visibility: hidden;
}

