/* RESET STYLE */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* COMMON STYLE */

body
{
	font-family: 'MS Sans Serif' Arial;
	font-size: small;
	margin: 5 5 5 5;
}
.CompanyLogo
{
	background-image: url(Images/Logo.gif);
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
}
.ProductLogoPMA
{
	background-image: url(Images/planconnect_color_web.jpg);	
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position:right;
}
.ProductLogoPASS
{
	background-image: url(Images/viewconnect_color_web.jpg);	
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position:right;
}
.ProductLogoSecurity
{
	background-image: url(Images/secureconnectcolor.jpg);	
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position:right;
}
.ProductLogoRules
{
	background-image: url(Images/rulesconnect_web.jpg);	
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position:right;
}
.button
{
	background-image: url(Images/buttonBackground.gif);
	background-repeat: repeat-x;
}
hr
{
	background-color: #D0DAE2;
}
.sectionTable
{
	width: 100%;
	border-collapse: collapse;
	border-collapse: separate;
	border-collapse: separate;
	background-color: white;
	border-top-color: #D0DAE2;
	border-left-color: #D0DAE2;
	border-bottom-color: #D0DAE2;
	border-right-color: #D0DAE2;
	border-top-style: Solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}
.mainTable
{
	width: 100%;
	border-collapse: collapse;
	border-collapse: separate;
	border-collapse: separate;
	background-color: #E2EBF2;
	border-top-color: #D0DAE2;
	border-left-color: #D0DAE2;
	border-bottom-color: #D0DAE2;
	border-right-color: #D0DAE2;
	border-top-style: Solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}
.menuItem
{
	color: White;
	text-decoration:none;
}
.paneHeader
{
	background-image: url(Images/blue_th.gif);
	color: White;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}
td.nbc
{
	color: White;
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	width: 100%;
}
div.nbhr
{
	background-image: url(Images/nbhr.gif);
}
div.nbhl
{
	background-image: url(Images/nbhl.gif);
}
table.nbh
{
	background-color: #5C8AC4;
	background-image: url(Images/nbh.gif);
	background-repeat: repeat-x;
	border: medium none;
	border-collapse: collapse;
	height: 29px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.ajax__calendar_body table tr td { padding: 0px; }

.calendar .ajax__calendar_container
{
	border: 1px solid #c8d6ff;
	background-color: #f6f6ff;
	color: blue;
}

.calendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: black;
}
.calendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: black;
}
.calendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}
 
.CustomTabStyle  .ajax__tab_tab
{
	height: 29px;
	background: url(Images/nbh.gif) repeat-x bottom;
	color: White;
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	width: 100%;
	vertical-align:middle;
}

.modalBackground {
    background-color:#414141;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalTitle
{
    background-color:#003399;
    font-weight:bold;
    color:#FFFFFF;
}
.modalContent{
    padding:5px;
}

.msgContainer
{
    position:relative;
    padding:0px;
    margin:0px;
    border:0px;  
    left:2px;  
}

th {
    padding-left:2px;
    padding-right:2px;
    border-right:solid 1px #FFFFFF
}

td{
    padding-left:2px;
    padding-right:2px;
}

.validationSummary
{
	border-style:solid;
	border-color:Red;
	border-width:thin;
	background-color:#FF9999;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}

.successfulSummary
{
	border-style:solid;
	border-color:#006643;
	border-width:thin;
	background-color:#8FBC8F;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}

.opaqueLayer
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.6;
	filter: alpha(opacity=30);
	background-color: #000000;
	z-index: 1000;
	vertical-align:middle;
	color:White;
	font-weight:bold;
}

.loadingFrame
{
	display: none;
	position:absolute ;
	border: solid 1px black;
	width:200px;
	color:gray;
	font-family:Verdana;
	font-size:small ;
	font-weight:bold;
	top:0px;
	vertical-align:middle;
	background-color:White;
	z-index:1001;
    border:2px solid gray;
    text-align:center;
    vertical-align:middle;
}

.waitingImage
{
	background-image:url(Images/BlueCircle.gif);
	background-repeat:no-repeat;
	width:50px;
	height:50px;		
}

.cancelImage
{
	background-image:url(Images/cancel.gif);
	background-repeat:no-repeat;
	width:50px;
	height:50px;		
}

.content
{
	background: lightsteelblue;
}
.whiteSection
{
	background-color: #FFFFFF;
}
.tableHeader
{
	background-image: url(Images/blue_th.gif);
	color: White;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}
.gridHeader
{
	background-color: #004A8D;
	color: White;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	height: 10px;
	vertical-align: middle;
}
.gridContent
{
	font-size: 10px;
	font-family: verdana;
}
.tabContent
{
	font-size: 12px;
	font-family: verdana;
}
.ulContent
{
	list-style-position: outside; /*list-style-image: url(../Images/blue_dot.png);*/
	list-style-type: square;
}
.accordionLink
{
	color: White;
	text-decoration: none;
}
.actionButton
{
	background-color: #004A8D;
	color: White;
	font-weight: bold;
}

.selectButton
{
	
	 background-image:url(Images/view.gif);
	 background-repeat:no-repeat;
}

.excelButton
{
	
	 background-image:url(Images/excel.gif);
	 background-repeat:no-repeat;
	 background-color:Transparent;
	 border-bottom-style:none;
	 width:22px;
	 height:20px;
	 cursor:hand;
	 border-bottom-style:none;
	 border-bottom-color:White;
}

.menuItemPASS
{
	color: White;
	text-decoration:none;
}
.modalPopup
{
	background-color: white;
	border-width: 5px;
	border-style: solid;
	border-color: #003399;
	padding: 5px;
	width: 200px;
	font-size: 12px;
	font-family: verdana;
}

.banner
{
    height:72px;
}
.LockedUserAccount
{
	background-image: url(Images/Keys.gif);
	background-repeat:no-repeat;
	height: 17px;
	width: 32px;
}
