﻿/*A:link
{
    color: #19415D;
    font-family: Verdana;
    text-decoration: none;
}	

A:visited
{
    color: #19415D;
	font-family: Verdana;
	text-decoration: none;
}	
			
A:hover
{
    color: #19415D;
    font-family: Verdana;
    text-decoration: underline;
}

A.active
{
    color: #19415D;
    font-family: Verdana;
    text-decoration: underline;	
}*/

p
{
    font-size: 9pt;
    font-family: Verdana;
}

h1
{
    color: #174C8C;  
    font-family: Arial; 
}

body
{
    background-color: #19415D;
    font-size: 9pt;
    font-family: Verdana;
    margin: 0px;
}

.rollover a  
{
    display:block; 
    background-color: #FFFFFF
}

.rollover a:hover  
{
    background-color: #990000
}

.dataentryformlabel
{
    font-weight: bold;
    font-size: 9pt;
    color: #800000;
    font-family: Verdana;
}

.dataentryformerrormsg
{
    font-weight: bold;
    font-size: 9pt;
    /*color: darkorange;*/
    font-family: Verdana;
}

.dataentryformtextbox
{
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.dataentryformbutton
{
    font-weight: bold;
    font-size: 9pt;
    /*color: ivory;*/
    font-family: Verdana;
    /*background-color: #FF9900;*/
    width: auto;
    border-bottom-style: outset;
    border-right-style: outset;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #FF9966;
    border-left-color: #FF9966;
}


.pagetop
{
    background-color: white;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: thin solid;
}

.pageleft
{
    /* background-color: #FFFFCC; */
    background-color: white;
    padding-right: 5px;
}

.pageright
{
    background-color: white;
}

.pagebottom
{
    /*background-color: lightyellow;*/
    border-top: thin solid;
    padding-top: 5px;
}

.dataentryformheading
{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-size: 11pt;
    vertical-align: middle;
    /*color: sienna;*/
    font-family: Verdana;
    /*background-color: khaki;*/
    text-align: center;
}

.biglabel
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 2px;
    vertical-align: middle;
    padding-top: 2px;
    font-family: Verdana;
    text-align: center;
    width: 100%;
}

.dataentryformlabelbig
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 2px;
    vertical-align: middle;
    padding-top: 2px;
    font-family: Verdana;
    font-style: italic;
    /*color: #174C8C;*/
    text-align: left;
    width: 100%;
}

.marketingtext
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-family: Arial;
}

.loginpanel
{
    /*padding: Same for all;
    border-style: Same for all;
    border-width: Same for all;
    border-color: Same for all;*/
    border-top-width: 2px;
    border-top-style: Solid;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    width: 300px;
    border-right-style: Solid;
    border-bottom-style: Solid;
    border-left-style: Solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.tooltippanel
{
    /*padding: Same for all;
    border-style: Same for all;
    border-width: Same for all;
    border-color: Same for all;*/
    border-top-width: 2px;
    border-top-style: Solid;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    width: 400px;
    border-right-style: Solid;
    border-bottom-style: Solid;
    border-left-style: Solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.companyprofilepanel
{
    /*padding: Same for all;
    border-style: Same for all;
    border-width: Same for all;
    border-color: Same for all;*/
    border-top-width: 2px;
    border-top-style: Solid;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    border-right-style: Solid;
    border-bottom-style: Solid;
    border-left-style: Solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.waitmessage
{
    border-style: ridge;
    padding: 10px;
    font-size: 12pt;
    font-weight: Bold;
    font-family: arial, Helvetica, sans-serif;
}

.errorlabel
{
    font-family: verdana;
    font-size: 12pt;
    font-weight: bold;
    color: Red;
}

.activebutton
{
    border: 2px solid #FF9900;
}

.inactivebutton
{
    border: 2px solid #FFFFCC;
}

.statstable
{
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 2px;
}


.loginName
{
    color: #19415D;
    font-family: verdana; 
}

.loginDiv
{
    float: right; 
    margin-right: 30px; 
    margin-Top: 135px;
    /*height: 14px; */
    clear: both;
}

.collapsePanel {
      width: 100%;
      height:0px;
      background-color:White;
      overflow:hidden;
}
 
.collapsePanelHeader{   
      width:100%;            
      height:20px;
      color: #93C3B2;
      background-color: #174C8C;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}

.container, .containerDefault
{
    float: none;
	width: 986px;
	margin-left: auto; 
	margin-right: auto;
}

.menu
{
    margin-Top: 140px; 
}

.header
{
	clear: both; 
	border-spacing: 0px; 
	height:173px;
	width: 986px;
	background-image: url('../SystemImages/Top-Logo.gif'); 
	background-repeat: no-repeat;  
	background-position: top right;
}

.header-right
{
	float: right; 
	background-image: url('../SystemImages/header-right-bg.gif'); 
	background-repeat: no-repeat;  
	background-position: top right;
    height: 173px; 
    width: 338px;
    position: relative;
	vertical-align: bottom;
}

.header-middle
{
	float: right; 
	background-image: url('../SystemImages/header-bg.gif'); 
	background-repeat: repeat-x;  
	background-position: top;
	height: 108px; 
	width: 61px;
}

.header-left
{
	float: left; 
	background-image: url('../SystemImages/header-left.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 108px; 
	width: 351px;
	position: relative;
}

.content
{
	clear: both; 
	border-spacing: 0px; 
	width: 986px;
	position: relative;
	left: 0px;
}


.content-right
{
	/*float: right;*/ 
	background-image: url('../SystemImages/Right_Side.gif'); 
	background-repeat: repeat-y; 
	background-position: right top;
	background-color: White;
    width: 36px;
    height: 100%;	
    /*position: relative;*/
	top: 0px;
	border-collapse: collapse;
}

.content-middle
{
	/*float: right; 
	width: 938px; 
	height: auto;
	position: relative;
	width: 100%;*/
	background-color: White;

}

.content-left
{
	/*float: left;*/ 
	background-image: url('../SystemImages/Left_Side.gif'); 
	background-repeat: repeat-y;  
	background-position: left top;
	background-color: White;
    width: 31px;
    height: 100%;
    /*position: relative;*/
	top: 0px;
    border-collapse: collapse;
}

.footer
{
	clear: both; 
	border-spacing: 0px; 
	height:74px; 
	width: 986px;
	background-image: url('../SystemImages/Bottom.gif'); 
	background-repeat: no-repeat; 
	background-position: right top;
}

.footer-right
{
	float: right; 
	background-image: url('../SystemImages/Footer-right.gif'); 
	background-repeat: no-repeat; 
	background-position: right top;
    width: 338px; 
    height: 80px;
}

.footer-middle
{
	float: right; 
	background-image: url('../SystemImages/footer-bg.gif'); 
	background-repeat: repeat-x;  
	background-position: top;
    height: 80px; 
    width: 61px;
}

.footer-left
{
	float: left; 
	background-image: url('../SystemImages/Footer-left.gif'); 
	background-repeat: no-repeat; 
	background-position: left top;
    width: 351px; 
    height: 80px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup
{
	border: 3px solid #666666;
	background-color: #ffffdd;
	padding: 3px;
	width: 250px;
}

.navigation
{
    float: left; 
    margin-top: 30px; 
}

.pageFooter
{
    float:none; 
    clear:both;
}

.contact
{
    text-align:center;
    width: 100%;
    font-size: large;
    font-family: Times New Roman;
}

.SmallViewLeft
{
    float: left; 
    width: 200px;
    margin-left: 25px;
}

.LargeViewRight
{
    float: Left; 
    width: 600px; 
    margin-left: 75px;
}

.SmallViewRight
{
    float: left; 
    width: 200px; 
    margin-left: 75px;
}

.LargeViewLeft
{
    float: Left; 
    width: 600px; 
    margin-left: 25px;
}

.ResetView
{
    float: none; 
    clear: both;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

