﻿body
{
	border:0px;
	background-color:#d0d7e7;
	font-family: Calibri;
	height:100%;
}
hr { height: 0px; border-bottom: 1px solid #f4f6f9; border-top: 1px solid #9196a1; border-right:0px; border-left:0px;}
table
{
	border-collapse:collapse;
}
td
{
	padding:0px;
	vertical-align:top;
}
td.bottom
{
	vertical-align:bottom;
}
a:link		{ color:#000000; text-decoration:none; }
a:visited	{ color:#000000; text-decoration:none; }
a:hover		{ color:#000000; text-decoration:underline; }
a:active	{ color:#000000; text-decoration:none; }
a.regular:link		{ color:#0167a4; text-decoration:underline; }
a.regular:visited	{ color:#0167a4; text-decoration:underline; }
a.regular:hover		{ color:#0167a4; text-decoration:underline; }
a.regular:active	{ color:#0167a4; text-decoration:underline; }
img { border: none; } 
img.rollover {/* This class is used by the jquery in main.js to handle the rollovers */}
hr { padding:0px; margin:15px 0px; }
hr.top { padding:0px; margin:0px 0px 15px 0px; }
h1 
{
	padding:0px; 
	margin:0px; 
	font-family:Times New Roman;
	font-size:27px;
	font-weight:normal;
}
h2
{
	font-size:18px;
	font-weight:normal;
	background-color:#d0d7e7;
	width:100%;
	padding-left:5px;
}
h3
{
	font-size:inherit;
	font-weight:bold;
	border-bottom: solid 1px #d0d7e7;
	width:100%;
	padding-left:5px;
}
#tableMainContainer
{
	width:974px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#tableTopMenu
{
	margin-left:auto;
	margin-right:0px;
}
#tdInsuranceMenu
{
	width:377px;
	height:310px;
	background-image:url("../Images/BlueGradientBackground.png");
	background-repeat:repeat-y;
	text-align:center;
	vertical-align:top;
}
#tdStSeSp
{
	width:600px;
	height:312px;
	background-color:#FFFFFF;
	vertical-align:top;
	position:relative;
}
.insuranceImage
{
	margin-top:9px;
}
.insuranceImageExtraSpace
{
	margin-top:28px;
}
.topMenuRow
{
	text-align:right;
	vertical-align:bottom;
}
td.shadowTopLeft
{
	background-image:url("../Images/ShadowTopLeft.png");
	background-repeat:no-repeat;
	width:5px;
	height:3px;
}
td.shadowTop
{
	background-image:url("../Images/ShadowTop.png");
	background-repeat:repeat-x;
	height:3px;
}
td.shadowTopRight
{
	background-image:url("../Images/ShadowTopRight.png");
	background-repeat:no-repeat;
	width:3px;
	height:3px;
}
td.shadowRight
{
	background-image:url("../Images/ShadowRight.png");
	background-repeat:repeat-y;
	width:3px;
}
td.shadowBottomRight
{
	background-image:url("../Images/ShadowBottomRight.png");
	background-repeat:no-repeat;
	width:3px;
	height:5px;
}
td.shadowBottom
{
	background-image:url("../Images/ShadowBottom.png");
	background-repeat:repeat-x;
	height:5px;
}
td.shadowBottomLeft
{
	background-image:url("../Images/ShadowBottomLeft.png");
	background-repeat:no-repeat;
	width:5px;
	height:5px;
}
td.shadowLeft
{
	background-image:url("../Images/ShadowLeft.png");
	background-repeat:repeat-y;
	width:5px;
}
table.inputForm td
{
	padding:2px 2px 2px 0px;
}
table.outputForm td
{
	padding:5px 5px 5px 5px;
	border:solid 1px grey;
	text-align:left;
}
table.tableBorders td
{
	padding:2px 5px 2px 5px;
	border:1px solid gray;
}
table.tableBorders th
{
	padding:2px 5px 2px 5px;
	border:1px solid gray;
	font-weight:bold;
	background-color:#d0d7e7;
}
td.rightCol
{
	padding-left:10px !important;
}
td.label
{
	min-width:200px;
}
td.labelOutput
{
	font-weight:bold;
}	
td.privateLabel
{
	padding-right:5px;
}
.dropDown
{
	width:186px;
}
.textBox
{
	width:180px;
}
.textBoxWide2
{
	width:394px;
}
.textBoxMultiline
{
	width:180px;
	height:90px;
}
.textBoxMultilineWide2
{
	width:600px;
	height:90px;
}
.textBoxMultilineWide
{
	width:383px;
	height:90px;
}
.bottomMenu
{
	padding-top:10px;
	text-align:center;
}
.errorInput
{
	background-color:Red;
}
.errorText
{
	color:Red;
}
.hidden
{
	/* This is used for the ModalForms */
	visibility:hidden;
}
.modalBackground 
{
	background-color:gray;
	filter: Alpha(Opacity=40); /* Note that sometimes the compiler does not like these two lines.  If you fix */
	opacity: 0.4;              /* all other errors the compiler will not complain about these two lines       */
	-moz-opacity:0.4;
}
.modalWindow 
{
    border:3px solid #27567D;
    background-color:White;
    padding:0px;
    /*display:none; NOTE that we cannot have the display:none here because the modal window never shows for some reason.  The display:none must be in the "style=" attribute on the div itself. */
}
.modalWindowBorder
{
    /*this is the style that should be used for the td cell that holds the text in the top border of the modal windows*/
    background-color:#27567D; 
    padding-bottom:3px;
    color:#FFFFFF;
}
.modalWindowContent
{
    /*this is the style that should be used for the td cell that contains the content in the modal windows*/
    padding:6px;
}
.modalWindowButtons
{
    /*this is the style that should be used for the td cell that contains the buttons at the bottom of the modal windows*/
    background-color:#ccc;
    padding:4px 4px;
    text-align:right;
}
.modalWindowIcon
{
    /*this is the style that should be used for the td cell that contains the icon in the modal window (if an icon is used) */
    vertical-align:top;
    padding-right:10px;
}
.partnerCell
{
	text-align:center;
	padding:10px;	
}
img.wrapLeft
{
	float:left;
	margin-right: 5px;
}
img.wrapRight
{
	float:right;
	margin-left: 5px;
}
.gvHeaderCell
{
	background-color:#676a6a;
	text-align:left;
	padding:2px;
	color:#FFFFFF;
}
.gvCell
{
	padding:2px;
}
.gvAlternatingCell
{
	background-color:#d0d7e7;
	padding:2px;
}
.searchTextCell
{
	height:40px;background-repeat:repeat-x;background-image:url('../Images/SearchMiddle.png');padding-top:7px;padding-right:2px;padding-left:2px;
}
div.ajax__calendar_days table tr td
{
	/* this fixes the calendarExtender clipping problem */
  padding-right:0px;
}
