﻿/* Includes all the styles introduced for the application */

/* Login Control Styles */
div.login
{
	/*position: relative;*/
	top: 0px;
	margin-left: 10px;	
	border: solid 1px #7FC1FF;	
	background-color: #D1DDFF;
	margin-bottom: 15px; 
}

td.loginTitle
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 2px;
	padding-left: 7px;
    background: #FFFFFF url(_images/title_bg.gif) repeat-x top left;
    height: 23px;
    color: #000000;
    background-color: #D1DDFF;     
}

div.logincontrols
{
	padding-left: 7px;
	padding-right: 7px;
}

div.logincontrols hr
{
	color: #7FC1FF;
	height: 1px;
}


td.loginfield
{
	width: 100%;
    text-align: left; /*Changed form right to left */
    padding-right: 5px;
    padding-top: 5px;
}

a.btnLogin
{
	text-decoration: none;
    color: #000000;
    bottom: 5px;
}

/* Maste Page Main Container Styles */

div#mainContainer
{
    height: 100%;
    width: 772px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    background-color: #FFFFFF;
}

div#footer hr
{
	/* color: #000000; */
	color: #7FC1FF;
	height: 1px;
}

table#footertable
{
	width: 100%;
}

td#footerright
{
	text-align: right;
	padding-right: 5px;
}

table#footertable td
{
	padding-left: 5px;
}

table.contentSection
{
	width: 100%;
	border: solid 1px #7FC1FF;
	padding: 12px 7px 12px 7px;
	margin-bottom: 10px;
}

td.contentSectionTitle
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 2px;
	padding-left: 7px;
    background: #FFFFFF url(_images/title_bg.gif) repeat-x top left;
    height: 23px;
    color: #000000;
}

td.bulletinTitle
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 2px;
	padding-left: 7px;
    background: #FFFFFF url(_images/title_bg.gif) repeat-x top left;
    height: 23px;
    color: #000000;
    background-color: #D1DDFF;
}


td.bulletinInfo
{
	padding-top: 2px;
	padding-left: 7px;
	padding-bottom: 12px;
	color: #000000;
    font-weight: bold;
    background-color: #D1DDFF;
}

table.tblContent td
{
	width: 50%;
	padding: 12px 7px 12px 7px;	
}

.ContentSubtitle
{
	vertical-align: middle;
    padding: 7px 12px 7px 12px;
    background-color: #D1DDFF;
    border-bottom: solid 1px #D1DDFF;
    color: #000000;
    font-weight: bold;
}

table.subsections
{
	border: solid 1px #D1DDFF;
	width: 100%;
}

table.subsections td.title
{
	 vertical-align: middle;
    padding: 7px 12px 7px 12px;
    background-color: #D1DDFF;
    border-bottom: solid 1px #D1DDFF;
    color: #000000;
    font-weight: bold;
}

table.subsections td.content
{
	padding: 7px 12px 7px 12px;
	width: 100%;	
}

div.customSideBar
{
	/*position: relative;*/
	top: 0px;
	margin-left: 10px;
	border: solid 1px #7FC1FF;
	margin-bottom: 15px;	
}

td.sidebarTitle
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 2px;
	padding-left: 7px;
    background: #FFFFFF url(_images/title_bg.gif) repeat-x top left;
    height: 23px;
    color: #000000;    
}

div.customSideBarControls hr
{
	color: #7FC1FF;
	height: 1px;
}

div.customSideBarControls
{
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
}

table.homeMainTable
{
	padding: 0;
    margin: 0;
    border: none;
    width: 100%;
}

td.homeLeft
{
	width: 198px;
	/*Added height and background color*/
	height:70%;
	background-color:White;
}

td.homeRight
{    
     margin: 0;
    /*padding-left: 36px;
	padding-right: 23px;
	padding-bottom: 20px;*/ /*Changed the properties to below: */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
	vertical-align: top;
	background-color: #FFFFFF;
}

table.mainContent
{
	margin: 12px 7px 12px 7px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;	
}

table.sidebarTable
{
	width: 100%;
}

div#homeLink a
{
	text-decoration: none;
	cursor:pointer;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #D1DDFF; /* Changed from 2F4F4F */
    color: #000000; /* Changed from white */
    background-color: white; /* Chaged from 2E4d7B */
	/*font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;*/
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#contentContainer .accordionHeader a
{
	color: #000000;
	background: none;
	text-decoration: none;
}

#contentContainer .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #D1DDFF; /* Changed from 2F4F4F */
    color: #000000;
    background-color: #D1DDFF; /* Changed from 5078B3 */
    /*
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	*/
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#contentContainer .accordionHeaderSelected a
{
	color: #000000;
	background: none;
	text-decoration: none;
}

#contentContainer .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: white;
    border: 1px solid #D1DDFF;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* .green {font-family:arial,helvetica;}*/
.green .ajax__tab_body 
{
    padding: 7px 12px 7px 12px;
    border:1px solid #D1DDFF; /* Changed from e3f0cb */
    border-top:none;
    background-color:#ffffff;
}
.green .ajax__tab_header 
{
	background-color:#D1DDFF; /* Changed from e5f1ce */
	border:solid 1px #D1DDFF; /* Changed from e3f0cb */
	border-bottom:none;
	padding:2px 2px 4px 2px;
	text-align:left; /* left the tabs horizontally */
}
.green .ajax__tab_tab
{
    /* font-size:10pt */ /* Commented the line */
	font-weight:bold;
    color:#000000; /* Changed from 99ba4e */
    text-align:center;	
	border:solid 1px #7FC1FF; /* Changed from d5e7b5 */
	padding:5px;
}
.green .ajax__tab_active .ajax__tab_tab,
.green .ajax__tab_hover .ajax__tab_tab
{
	background-color: White; /* Changed from f4f7ef */
}


table#controlpanel
{
   width: 100%;   
   color: #000000;   
}

table#controlpanel td
{
   vertical-align: middle;
   padding-left: 10px;
   padding-right: 10px;
}

table#controlpanel td.left
{
	width: 30%;
}


table#controlpanel td.right
{	
	width: 100%;
}

.gvHeaderTitle
{
	vertical-align: middle;
    height: 10px;
    background-color: #D1DDFF;
    border-bottom: solid 1px #D1DDFF;
    color: #000000;
    font-weight: bold;
}

.Hide
{
	display:none;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 8px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(_images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(_images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(_images/SavedStar.png);
}

/* Privacy And Securiy Scroll */

div#PrivacyNSecurity
{
	width: 600px;
	height: 400px;
	
	overflow-y:scroll;
    scrollbar-arrow-color:#7FC1FF;
    scrollbar-face-color: #D1DDFF; 
    scrollbar-3dlight-color: #a0a0a0; 
    scrollbar-darkshadow-color: #D1DDFF;	
}

.contentPadding
{
	padding: 12px 7px 12px 7px;	
}

.close
{
    right: 7px;	
    background: url(_images/close24.png) no-repeat 0px 0px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.EmptyDRStyle
{
	padding: 12px 7px 12px 7px;
	vertical-align: middle;    
    background-color: #D1DDFF;
    border-bottom: solid 1px #D1DDFF;
    color: #000000;
    font-weight: bold;
    width: 100%;	
}
.hline
{
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #7FC1FF;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Works only in Firefox */
input[type='text']:focus
{
    width: 200px; /* Changed from 367 */
    border: solid 2px #7FC1FF;
    margin: 2px 0px 2px 0px;
    /* Added below entries */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Works only in Firefox */
input[type='password']:focus
{
    width: 200px; /* Changed from 367 */
    border: solid 2px #7FC1FF;
    margin: 2px 0px 2px 0px;
    /* Added below entries */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Works only in Firefox */
input.TextboxFocus
{
    width: 200px; /* Changed from 367 */
    border: solid 2px #7FC1FF;
    margin: 2px 0px 2px 0px;
    /* Added below entries */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}