/* CLASSES THAT MUST BE USED */
/* When creating a seperate style sheet, you must have classes that use these names */

/* New Grid classes */

.standardgrid-pager
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	text-decoration: none;
}

A.standardgrid-pager
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	text-decoration: underline;
}

A.standardgrid-pager:hover
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #0000ff;
	padding-top: 0px;
	text-decoration: underline;
}

.standardgrid-header /* Header row of a datagrid */
{
	background-color: #004A80;
	color: White;
	padding: 2px;
	font-weight: bold;
	font: 8pt Arial, Helvetica, sans-serif;
}

.standardgrid-footer
{
	background-color: #004A80;
	color: White;
	padding: 2px;
	font: 8pt Arial, Helvetica, sans-serif;
}

.standardgrid /* Overall style of the datagrid */
{
	background-color: #E0E0E0;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}

.standardgrid-noborder /* Overall style of the datagrid */
{
	background-color: #E0E0E0;
	border-width: 0px;
}

.standardgrid-item
{
	font: 8pt Arial, Helvetica, sans-serif;
	color: black;
	background-color: #e0e0e0;
}

.standardgrid-altitem /* Style of alternate datagrid item */
{
	color: black;
	background-color: #cccccc;
	font: 8pt Arial, Helvetica, sans-serif;
}

A.standardgrid-item, A.standardgrid-altitem
{
	font: 8pt Arial, Helvetica, sans-serif;
	color: #001C6B;
	text-decoration: underline;
}

A.standardgrid-item:hover, A.standardgrid-altitem:hover
{
	color: red;
	text-decoration: none;
	font: 8pt Arial, Helvetica, sans-serif;
}

A.standardgrid-header, A.standardgrid-footer
{
	text-decoration: underline;
	color: White;
	font-weight: bold;
	font: 8pt Arial, Helvetica, sans-serif;
}

A.standardgrid-header:hover, A.standardgrid-footer:hover
{
	text-decoration: underline;
	color: #FFFACF;
	font-weight: bold;
	font: 8pt Arial, Helvetica, sans-serif;
}


/* Popup manage menu styles */

.menuskin
{
	font-size: 11px;
	font-family: Arial;
	position: absolute;
	width: 100px;
	background-color: menu;
	border: 1px solid #004A80;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

.menuskinheader
{
	background-color: #004A80;
	color: White;
	font-weight: bold;
	border-bottom: 1px solid #004A80;
	padding-left: 10px;
	padding-right: 10px;
}

.menuskin a
{
	text-decoration: none;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}

#mouseoverstyle
{
	background-color: #004A80;
}

#mouseoverstyle a
{
	color: white;
}

/* Menu Styles */

PRE
{
	font-size: 10pt;
	color: white;
	font-family: 'Courier New' , Monospace;
}

/* Button Styles - These include the Popup Calandar buttons */
.buttoncell
{
	padding-bottom: 10px;
	padding-top: 4px;
	text-align: right;
}

.button
{
	border-right: black 1px solid;
	padding-right: 5px;
	border-top: black 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=silver);
	padding-bottom: 1px;
	text-transform: lowercase;
	border-left: black 1px solid;
	height: 10px;
	color: black;
	padding-top: 1px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: silver;
	text-decoration: none;
	margin-right: 2px;
}

.button:hover /* Mouseover style of regular buttons */
{
	/*background-color: #4B78CC;*/
	text-transform: lowercase;
	background-color: #0964a2;
	color: white;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	height: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#004ba9,endColorStr=#002a55);
	margin-right: 2px;
}

.calbutton
{
	border-right: black 1px solid;
	padding-right: 5px;
	border-top: black 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=silver);
	height: 10px;
	padding-bottom: 1px;
	text-transform: lowercase;
	border-left: black 1px solid;
	color: black;
	padding-top: 1px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: silver;
	text-decoration: none;
	margin-top: 10px;
}

.calbutton:hover /* Mouseover style of regular buttons */
{
	/*background-color: #4B78CC;*/
	text-transform: lowercase;
	background-color: #0964a2;
	color: white;
	font-family: Arial;
	text-decoration: none;
	height: 10px;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#004ba9,endColorStr=#002a55);
	margin-top: 10px;
}
/* End Button Styles */

/* Start ASPNET Menu Functions */
.mainmenu /* Background of the main menu look */
{
	background-color: #686977;
	cursor: default;
}

.submenu /* Background and shadow effect of submenus */
{
	background-color: #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'black' , Direction=135, Strength=2);
}

.submenu1 /* Background and shadow effect of submenus */
{
	background-color: #CCCCCC; /*background-image: url(./../../../images/MAIN-table-background.jpg);*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'black' , Direction=135, Strength=3);
}

.submenu2 /* Background and shadow effect of submenus */
{
	background-color: #BBBBBB; /*background-image: url(./../../../images/MAIN-table-background.jpg);*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'black' , Direction=135, Strength=3);
}

.submenu3 /* Background and shadow effect of submenus */
{
	background-color: #CCCCCC; /*background-image: url(./../../../images/MAIN-table-background.jpg);*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'black' , Direction=135, Strength=3);
}

.submenu4 /* Background and shadow effect of submenus */
{
	background-color: #BBBBBB; /*background-image: url(./../../../images/MAIN-table-background.jpg);*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'black' , Direction=135, Strength=3);
}

.subItemHeading
{
	border-right: #000000 0px solid;
	padding-right: 10px;
	border-top: #000000 0px solid;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	border-left: #000000 0px solid;
	cursor: default;
	color: black;
	padding-top: 2px;
	border-bottom: #000000 0px solid;
	font-family: Arial;
	background-color: #eeeeee;
}

.submenu2 /* Background and shadow effect of submenus */
{
	background-color: #BBBBBB;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'black' , Direction=135, Strength=3);
}

.mainmenuitem /* default style for main menu items */
{
	background-color: #686977;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: default;
}

.mainmenuitemover /* Mouseover style for main menu items */
{
	background-color: #044D7D;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: default;
}

.submenuitem /* Default syle for submenu items */
{
	background-color: Transparent;
	color: black;
	font-family: Arial;
	font-size: 12px;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.submenuitemover /* Mouseover style for submenu items */
{
	background-color: #044D7D;
	color: white;
	font-family: Arial;
	font-size: 12px;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.menubreak /* Style of rule seperating submenu items */
{
	background-color: #bbbbbb;
	height: 1px;
}

.menubreakdark /* Style of rule seperating submenu items */
{
	background-color: #aaaaaa;
	height: 2px;
}

/* End ASPNET Menu Function */

/* Datagrid Classes */
.datagridheader /* Header row of a datagrid */
{
	background-color: #004A80;
	color: White;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

.datagridfooter
{
	background-color: #004A80;
	color: White;
	padding: 2px;
}

.datagrid /* Overall style of the datagrid */
{
	background-color: #E0E0E0;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}

.datagriditem /* Style of individual datagrid item */
{
	color: black;
	font-family: Arial;
	font-weight: normal;
	background-color: #E0E0E0;
}

.datagridaltitem /* Style of alternate datagrid item */
{
	color: black;
	font-family: Arial;
	font-weight: normal;
	background-color: #cccccc;
}

.datagridlink /* Style of individual datagrid link */
{
	color: #001C6B;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
}

a.datagridlink:hover /* Style of individual datagrid link (on mouseover) */
{
	color: red;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.innerdatatable /* Used in Generating Reports */
{
	background-color: #686977;
	color: White;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

/* End of Datagrid styles */

/* Other must-have classes */

.titletext
{
	color: #000000;
	font-weight: bold;
	font-family: Arial;
}

.domaintext
{
	color: #222222;
	font-weight: bold;
	font-family: Arial;
}

.tiptext
{
	color: #333333;
	font-family: Arial;
	padding-top: 10px;
}

.tiptextsmall
{
	color: #333333;
	font-family: Arial;
	padding-top: 5px;
}

A.toplink
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

A.toplink:hover
{
	font-size: 10pt;
	color: #FFFACF;
	font-family: Arial;
	text-decoration: underline;
}

.readcomposetitle
{
	color: white;
	font-size: 14px;
	font-family: Arial;
}

.nodata
{
	color: #CCCCCC;
	font-family: Arial;
	padding-top: 10px;
}

.tiptextcaution
{
	color: chocolate;
	padding-top: 10px;
	font-family: Arial;
}

.tiptextsuccess
{
	font-weight: bold;
	color: black;
	padding-top: 10px;
	font-family: Arial;
}

.tiptextfailure
{
	color: #FF0000;
	font-family: Arial;
	padding-top: 10px;
}

.errortext
{
	margin-top: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #ff0000;
	padding-top: 2px;
	font-style: italic;
	font-family: Arial;
}

.subtext /* textfield labels (dark) */
{
	color: #686977;
	font-family: Arial;
}

.subtext2 /* textfield labels (light) */
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
}

.boxes /* form objects (text fields, listboxes, combo boxes, etc. */
{
	color: Black;
	background-color: White;
	font-family: Arial;
}

/* Start of Datatable Styles */
TABLE.datatable /* table holding information */
{
	background-color: #E0E0E0;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	font-size: 11px;
	font-family: Arial;
}

TABLE.datatablenoborder /* table holding information */
{
	background-color: #E0E0E0;
	font-size: 11px;
	font-family: Arial;
}

TABLE.datatablelarger /* Used in Welcome Page only */
{
	background-color: #E0E0E0;
	border-style: none;
	font-size: 13px;
	font-family: Arial;
}

.normalblack /* For tables that require black font */
{
	color: Black;
	padding: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

TD.datatablealt /* Holds alternating colors for tables Used in Reports */
{
	background-color: #CCCCCC;
	font-size: 11px;
	font-family: Arial;
}

TH.datatable /* header of datatable */
{
	background-color: #004A80;
	color: White;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	padding: 4px;
}

TH.datatableheadersmall /* Used in Service Settings Page in Admin Area*/
{
	background-color: #004A80;
	color: White;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
}

TD.datatablealtheader /* Used in Place of TH.Datatable on Reports. Used due to colspan errors in TH*/
{
	background-color: #004A80;
	color: White;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
}

TD.innerdatatable /* Used in Generating Reports */
{
	background-color: #686977;
	color: White;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

TD.datatable /* For Normal TD cells */
{
	color: Black;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

TD.smallergray /* For tables that require black font */
{
	color: #333333;
	padding: 2px;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial;
}

/* End of Datatable Styles * /

/* CALENDER STYLES */
/* These styles are used by the calender tool */

.maincal
{
	background-color: #E0E0E0;
	border-color: #B0b0b0;
	border-style: solid;
	border-width: 2px;
}

.calheader
{
	background-color: #004A80;
	border-color: #B0b0b0;
	border-style: solid;
	border-width: 2px;
}

.calmonthyear
{
	font-size: 12pt;
	color: #333333;
	padding-top: 10px;
	font-family: Arial;
}

.calcell
{
	color: Black;
	border-color: #B0b0b0;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
}

.calcelllink
{
	font-size: 11px;
	width: 30px;
	color: black;
	padding-top: 8px;
	font-family: Arial;
	position: relative;
	height: 30px;
	text-align: center;
	text-decoration: none;
}

.calcelllink:hover
{
	font-size: 11px;
	width: 30px;
	color: black;
	font-family: Arial;
	height: 30px;
	position: relative;
	padding-top: 8px;
	text-align: center;
	background-color: white;
	text-decoration: underline;
}


.calheadercell
{
	color: white;
	border-color: #B0b0b0;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* End of Calendar Styles * /

/* CUSTOM STYLES */
/* These styles are used by the default template pages */

/* Login Page styles */

.logintable
{
	border-width: 0px;
	width: 373px;
}

.loginlowertable
{
	background-image: url('../images/login-back.gif');
	height: 285px;
	width: 373px;
	border-width: 0px
}

/*Other styles */

BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #111111;
	text-decoration: none;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

.pager
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	text-decoration: none;
}

A.pager
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: x-small Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	text-decoration: underline;
}

A.pager:hover
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: x-small Arial, Helvetica, sans-serif;
	color: #0000ff;
	padding-top: 0px;
	text-decoration: underline;
}

.headerlink
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}

a.headerlink:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: red;
}

.copyright
{
	font-size: 9px;
	font-family: Arial;
	color: White;
}

A:hover
{
	color: red;
}

A
{
	color: #001C6B;
}

A.attachment:hover
{
	color: navy;
	text-decoration: underline;
}

A.attachment
{
	color: black;
	text-decoration: none;
}

.popupmenuitem /* default style for main menu items */
{
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: default;
}

A.popupmenuitem /* default style for main menu items */
{
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: default;
	text-decoration: none;
}

A.popupmenuitem:Hover
{
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 1px;
	cursor: hand;
	color: mediumblue;
	padding-top: 1px;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
}

popupmainmenuitem /* default style for main menu items */
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: default;
	text-decoration: none;
}

A.popupmainmenuitem /* default style for main menu items */
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: default;
	text-decoration: none;
}

A.popupmainmenuitem:Hover /* default style for main menu items */
{
	color: yellow;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: hand;
	text-decoration: none;
}

.width-100percent
{
	width: 100%;
}

