﻿/*
	Common Styles
	Applicable for the entire website
*/
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #271641;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

a
{
	color: #6D54A1;
}
a:link
{
	color: #6D54A1;
}
a:visited
{
	color: #6D54A1;
}
a:hover
{
	color: #6D54A1;
}
a:active
{
	color: #6D54A1;
}

.CommonTableApplicationHeaderStyle
{
	background-image: url(../Images/Common.ApplicationHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
	height: 140px;
}

.CommonTableApplicationFooterStyle
{
	background: url(../Images/Common.ApplicationFooter.gif);
	background-repeat: no-repeat;
	width: 950px;
	height: 110px;
}
/* 
	Main Menu - Start 
*/
.staticMenuItemStyle
{
	font-weight: bold;
	font-size: 1.0em;
	color: #5C74A3;
}

.staticSelectedStyle
{
	background-color: #A1B6EF;
	color: #67A54B;
}

.staticHoverStyle
{
	background-color: #A1B6EF;
}

.CommonTableRowMainMenuStyle
{
	background-color: #DFD3E7;
	height: 30px;
}

.CommonNavListLink
{
	display: block;
	padding: 0.25em 0.25em 0.25em 0.25em;
	background: White;
	font: bold 11px Verdana;
	text-decoration: none;
}

#CommmonBWCMenu
{
	padding: 0px 1px 1px 0px;
	margin: 0;
	font: bold 11px Verdana;
	width: 100%;
}

#CommmonBWCMenu a:link
{
	color: #6D54A1;
}
#CommmonBWCMenu a:hover
{
	color: #FFF;
	background: #6D54A1;
}

.CommonMenuHeaderDiv
{
	background: url(../Images/Common.MenuHeader.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 25px;
}

.CommonPageHeaderDiv
{
	background: url(../Images/Common.PageHeader.png);
	background-repeat: no-repeat;
	width: 740px;
	height: 25px;
}
.CommonHomePageHeader1Div
{
	background: url(../Images/Common.HomePageHeader.1.png);
	background-repeat: no-repeat;
	width: 265px;
	height: 25px;	
}
.CommonHomePageHeader2Div
{
	background: url(../Images/Common.HomePageHeader.2.png);
	background-repeat: no-repeat;
	width: 410px;
	height: 25px;	
}
/* 
	Main Menu - End 
*/

/* 
	Common Controls - Start
*/
.CommonFlatTextbox
{
	border: 1px solid #000000;
	font-size: small;
}

.CommonFlatSearchTextbox
{
	padding-left: 2px;
	border: 1px solid;
	border-color: #c0c0c0 #fff #fff #c0c0c0;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: left center;
}

.CommonFlatButton
{
	background-color: #DFD3E7;
	color: #231747;
	border: 1px solid #000000;
	font-size: small;
}

.CommonFlatCheckBox
{
	font-size: small;
	color: #5C74A3;
}

.CommonFlatCheckBox
{
	font-size: small;
}

.CommonRadioButton
{
	font-size: small;
	color: #5C74A3;
}

/* 
	Common Controls - End
*/

/* 
	Common Table styles - Start
*/
.CommonTable1
{
	border: 0px solid;
}
.CommonTableRow1
{
	border: 1px solid gray;
}
.CommonTableHeader1
{
	background-color: #D9BCFF;
	border: 1px solid gray;
	height: 24px;
}

.CommonTable2
{
	background-color: #64B95C;
	border: 0px solid;
}
.CommonTableRow2
{
	border: 1px solid #64B95C;
}
.CommonTableHeader2
{
	background-color: #64B95C;
	border: 1px solid #64B95C;
	height: 24px;
}

.CommonTable3
{
	border: 0px solid;
}
.CommonTableRow3
{
	background-color: White;
	border: 1px solid #64B95C;
	height: 24px;
}
.CommonTableHeader3
{
	background-color: #CEE47F;
	border: 1px solid #64B95C;
	height: 24px;
}
/* 
	Common Table styles - End
*/

/*
	Common Hyperlink styles - Start
*/
.CommonHyperlink1Style
{
	color: #5C74A3;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}
.CommonHyperlink2Style
{
	color: #FFFFD4;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}
.CommonHyperlink3Style
{
	color: #5C74A3;
	font-size: small;
	text-decoration: none;
}
.CommonHyperlink4Style
{
	color: #800080;
	font-size: small;
	text-decoration: none;
}
.CommonHyperlink5Style
{
	color: #666666;
	font-size: small;
	text-decoration: none;
}
a.CommonHyperlink7Style
{
	color: #000000;
	font-size: small;
	text-decoration: none;
}
a.CommonHyperlink6Style
{
	color: #231747;
	font-size: small;
	font-family: Verdana;
	text-decoration: none;
}
a.CommonHyperlink6Style:link
{
	color: #231747;
	font-size: small;
	font-family: Verdana;
	text-decoration: none;
}
a.CommonHyperlink6Style:visited
{
	color: #231747;
	font-size: small;
	font-family: Verdana;
	text-decoration: none;
}
a.CommonHyperlink6Style:hover
{
	color: #231747;
	font-size: small;
	font-family: Verdana;
	text-decoration: none;
}
a.CommonHyperlink6Style:active
{
	color: #231747;
	font-size: small;
	font-family: Verdana;
	text-decoration: none;
}
.CommonHyperlink8Style
{
	color: #231747;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

/* 
	Common Hyperlink styles - End
*/

/*
	Common Label styles - Start
*/
.CommonLabel1Style
{
	color: #333333;
	font-size: small;
}

.CommonLabel2Style
{
	color: #231747;
	font-size: small;
}

.CommonLabel3Style
{
	color: #666666;
	font-size: small;
}

.CommonLabel4Style
{
	color: #333333;
	font-size: x-small;
}

.CommonLabel5Style
{
	color: #3C3C3C;
	font-size: small;
}

.CommonLabel6Style
{
	color: Black;
	font-size: 0.8em;
}

.CommonLabel7Style
{
	color: #07153C;
	font-weight: bold;
	font-size: small;
}

.CommonLabel8Style
{
	color: #3C3C3C;
	font-size: small;
}

.CommonLabel9Style
{
	color: #666666;
	font-size: medium;
	font-family: Verdana;
}

.CommonLabel10Style
{
	color: #1F497D;
	font-weight: bold;
}

.CommonLabel11Style
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
}
.ContactUs1Style
{
	color: Black;
	font-size: 0.8em;
	font-family: Platino;
}
.ContactUs2Style
{
	color: #07153C;
	font-weight: bold;
	font-size: small;
	font-family: Platino;
}
/* 
	Common Label styles - End
*/


/* 
	Common Error styles - Start
*/
.CommonErrorLabel1Style
{
	color: #FF2A2A;
	font-weight: bold;
}
/* 
	Common Error styles - End
*/


/* 
	Common styles - Start
*/
h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #333333;
}

h1
{
	font-size: 44px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

p
{
	padding: 0;
	margin: 0;
}

/* 
	Common styles - End
*/

/* 
	Common Exception Display styles - Start
*/
.ErrorMessage
{
	font-weight: bold;
	color: #FF2A2A;
}
.ErrorExceptionMessage
{
	font-weight: bold;
	color: #FF2A2A;
}
.ErrorExceptionSource
{
	font-size: small;
	color: #3C3C3C;
}
.ErrorExceptionStackTrace
{
	font-size: small;
	color: #3C3C3C;
}
/* 
	Common Exception Display styles - End
*/

/* 
	Common Background Display styles - Start
*/
.CommonBackground1
{
	background-color: #F5F3F8;
	border: thin solid #D1D7DC;
}
/* 
	Common Background Display styles - End
*/


/* 
	Common Rounded Corners - Start
*/
.CommonBoxLeft
{
    background: url(../Images/Common.SideLine1.gif) repeat-y left top;
}
.CommonBoxRight
{
    background: url(../Images/Common.SideLine2.gif) repeat-y right top;
}
.CommonBoxTop
{
    background: url(../Images/Common.TopLine.gif) repeat-x top right;
}
.CommonBoxBottom
{
    background: url(../Images/Common.BottomLine.gif) repeat-x bottom right;
}
/* 
	Common Rounded Corners - End
*/