/**************************************************/
/*   CSS Body Defaults section.					*/
/**************************************************/
BODY {
	background : 		#868686 repeat-y scroll center;
	font-family : 		Arial, Helvetica, sans-serif;
	font-size : 		12px;
	color : 			#727272;
	margin:				0px;	
}
/**************************************************/


/**************************************************/
/*   CSS For Header section.						*/
/*											*/
/*   This includes the following sections:				*/
/*   - Logo, Login and Menu 						*/
/**************************************************/
#Header A {
	margin-right :		4px;
    padding :			4px 4px;
    text-decoration :	none;
    font-weight :		bold;
    color : 			#FFFFFF;
}

#Header A.hover {
    color :				#000000;
}

#Header TD.Menu {
    text-decoration :	none;
    font-weight :		bold;
	text-align :		left;
    color : 			#FFFFFF;
}

#Header TD.SupportNo{
    text-decoration :	none;
    font-size :			12px;
    font-weight :		normal;
	text-align :		left;
    color : 			#FFFFFF;
}

#Header TD.MenuItem {
    text-decoration :	none;
    font-weight :		bold;
	text-align :		center;
    background : 		url('../img/layout/MenuSplit.png') no-repeat top right;
}

#Header INPUT.Menu {
    text-decoration :	none;
	text-align :		left;
	height :			12px;
	font-size :			9px;
    color : 			#00137F;
    background : 		#D6EFFF;
	padding :			2px;
	border :			1px solid #B0D1E8;
}

#Header INPUT.MenuButton {
    text-decoration :	none;
	text-align :		center;
	height :			18px;
	font-size :			9px;
    color : 			#FFFFFF;
    background : 		#868686;
	border :			0px;
}

#Header span {
    display :			none;
}
/**************************************************/


/**************************************************/
/*   CSS For Contect section.						*/
/**************************************************/
#Content
{
	text-align :		left;
	background : 		url('../img/layout/Content.gif');
}

#Content TD.Split
{
	width : 			40px; 
	background : 		url('../img/layout/Split.png') repeat-y 50% 0% #FFFFFF;
}

#Content P.HeadBigLR
{
    text-decoration :	none;
    font-weight :		bold;
	font-size :			18px;
	color :				#388EA5;
}

#Content P.HeadBigC
{
    text-decoration :	none;
    font-weight :		bold;
	font-size :			18px;
	color :				#FAB653;
	border-bottom : 	1px solid #388EA5;
	margin-bottom : 	2px;
}

#Content P.HeadSmallLR
{
    text-decoration :	none;
    font-weight :		bold;
	font-size :			14px;
	color :				#F7A636;
	padding : 			0px 0px;
	margin-bottom : 	0px;
}

#Content P.Warning
{
    text-decoration :	none;
	font-size :			14px;
	color :				#AA0000;
	padding : 			10px 5px;
	border :			1px solid #FF0000;
	margin-bottom : 	0px;
}

#Content P.HeadSmallC
{
    text-decoration :	none;
    font-weight :		bold;
	font-size :			12px;
	color :				#388EA5;
	padding : 			0px 0px;
	margin-top : 		5px;
	margin-bottom : 	0px;
}

#Content P.ClearLine
{
    line-height : 		6px;
    font-weight :		normal;
	font-size :			4px;
	padding : 			0px 0px;
	margin : 			0px;
}

#Content A.LR {
    text-decoration :	underline;
    font-weight :		normal;
    color : 			#F7A636;
}

#Content A.C {
    text-decoration :	underline;
    font-weight :		normal;
    color : 			#388EA5;
}

#Content INPUT {
    text-decoration :	none;
    font-weight :		bold;
	text-align :		left;
	height :			12px;
	font-size :			9px;
    color : 			#727272;
    background : 		#EEEEEE;
	padding :			2px;
	border :			1px solid #B0D1E8;
}

#Content TEXTAREA {
    text-decoration :	none;
    font-weight :		bold;
	text-align :		left;
	height :			60px;
	font-size :			12px;
    color : 			#727272;
    background : 		#EEEEEE;
	padding :			2px;
	border :			1px solid #B0D1E8;
}

#Content SELECT {
    text-decoration :	none;
	text-align :		left;
	height :			18px;
	font-size :			9px;
    color : 			#727272;
    background : 		#EEEEEE;
	padding :			2px;
	border :			1px solid #B0D1E8;
}

#Content INPUT.Button {
    text-decoration :	none;
    font-weight :		normal;
	text-align :		center;
	height :			18px;
	font-size :			9px;
    color : 			#FFFFFF;
    background : 		#868686;
	border :			0px;
}

#Content INPUT.Radio {
    text-decoration :	none;
    font-weight :		normal;
	text-align :		center;
	height :			10px;
	font-size :			9px;
	margin-bottom : 	2px;
    color : 			#FFFFFF;
    background : 		#FFFFFF;
	border :			0px;
}

#Content INPUT.Checkbox {
    text-decoration :	none;
    font-weight :		normal;
	text-align :		center;
	height :			8px;
	font-size :			9px;
	margin-bottom : 	4px;
    color : 			#FFFFFF;
    background : 		#FFFFFF;
	border :			0px;
}
/**************************************************/

/**************************************************/
/*   CSS For Footer section.						*/
/**************************************************/
#Footer  {
    text-decoration :	none;
    font-weight :		bold;
	text-align :		center;
    color : 			#FFFFFF;
	background : 		url('../img/layout/Footer.gif');	
}

#Footer A.C {
    text-decoration :	underline;
    font-weight :		normal;
    color : 			#FFFFFF;
}

/**************************************************/

