﻿body
{
	PADDING-RIGHT: 0px; 
	MARGIN-TOP: 0px; 
	PADDING-LEFT: 0px; 
	MARGIN-BOTTOM: 0px; 
	PADDING-BOTTOM: 30px; 
	MARGIN-LEFT: 0px; 
	PADDING-TOP: 0px; 
	BACKGROUND-COLOR: White;
}
.MenuItem
{
	/*border-width: 1px 0 0 1px; 	border-style: solid; 	border-color: #FFFFFF; /*background-color: #dadada;*/
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 11px;
	font-family: Tahoma; /*background-image: url(Images/bg-button-search.gif);*/
	background-repeat: repeat-x;
}
.MenuItemSelected
{
	background-color: #e05f62;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}
.MenuItemHover
{
	color: #FF284E;
	background-color: #DADADA;
	font-size: 11px;
	font-family: Tahoma;
}
.ContainerTable
{
	width: 770px;
	height: 100%;
	font-size: 11px;
	font-family: Tahoma;
}
.HeaderTD
{
	margin-bottom: 1px;
	width: 100%;
	color: #ffffff;
	padding: 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	height: 50px;
	font-size: 11px;
	vertical-align: top;
	font-family: Tahoma;
	width: 100%;
	background-image: url(Images/bg-header.gif);
	background-color: #580808;
	background-repeat: repeat-x;
}
.ContentTD
{
	background-color: #F2F2F2;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Tahoma;
	vertical-align: top;
	height: 100%;
	width: 100%;
}

.FooterTD
{
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #7F7F7F;
	border-right: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-top: 1px solid #7F7F7F;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	vertical-align: middle;
	height: 10px;
	background-image: url(Images/bg-topnav.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.ContentTable
{
	font-size: 11px;
	font-family: Tahoma;
	width: 100%;
	height: 100%;
}
.HomeHyperLink
{
	font-size: 11px;
	font-family: Tahoma;
}
/**/
.RightColumn
{
	font-size: 11px;
	font-family: Tahoma;
	background-color: #F6F6F6;
	width: 4px;
	vertical-align: top;
	text-align: left;
}
.CenterColumn
{
	width: 100%;
	background-color: #FFFFFF;
	border-left: 1px dashed #D0D0BF;
	border-right: 1px dashed #D0D0BF;
	font-size: 11px;
	vertical-align: top;
	font-family: Tahoma;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}
/**/
.LeftColumn
{
	background-color: #F6F6F6;
	padding: 10px;
	font-size: 11px;
	font-family: Tahoma;
	width: 150px;
	vertical-align: top;
}
.TextBox
{
	font-size: 11px;
	font-family: Tahoma;
}
.DropDownList
{
	font-size: 11px;
	font-family: Tahoma;
}
.LanguageLink
{
	font-size:13pt;
	font-weight:bold;
	color:White;
}
.Button
{
	height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #4170a7;
	border-right: 1px solid #4170a7;
	border-bottom: 1px solid #4170a7;
	border-left: 1px solid #4170a7;
	background-color:#4170a7;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}
.SideBarContainer
{
	margin: 5px;
	padding: 6px;
	border: 1px solid #FFFFFF;
	background-color: #EFEFEF;
	font-size: smaller;
}
INPUT
{
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
}
A
{
	color: #fe0000;
	text-decoration: underline;
}
A:hover
{
	color: #fe0000;
	text-decoration: none;
}
A:active
{
}
A:link
{
}
A:visited
{
}
TD
{
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
}
/* MenuLinks Class */
A.MenuLinks
{
	font-weight: bold;
	font-size: 11px;
	color: #3366ff;
	font-family: Tahoma;
	text-decoration: none;
}
A.MenuLinks A:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ff6600;
	font-family: Tahoma;
	text-decoration: underline;
}
A.MenuLinks:visited A:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ff6600;
	font-family: Tahoma;
	text-decoration: underline;
}
A.MenuLinks:link
{
	font-weight: bold;
	font-size: 11px;
	color: #3366ff;
	font-family: Tahoma;
	text-decoration: none;
}
A.MenuLinks:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ff6600;
	font-family: Tahoma;
	text-decoration: underline;
}
/* SmallLinks*/

A.SmallLinks
{
	font-size: 11px;
	color: #3366ff;
	font-family: Arial;
	text-decoration: none;
}
A.SmallLinks A:hover
{
	font-size: 11px;
	color: #ff6600;
	font-family: Arial;
	text-decoration: underline;
}
A.SmallLinks:visited A:hover
{
	font-size: 11px;
	color: #ff6600;
	font-family: Arial;
	text-decoration: underline;
}
A.SmallLinks:link
{
	font-size: 11px;
	color: #3366ff;
	font-family: Arial;
	text-decoration: none;
}
A.SmallLinks:hover
{
	font-size: 11px;
	color: #ff6600;
	font-family: Arial;
	text-decoration: underline;
}
/* FooterLinks */

A.FooterLinks
{
	font-size: 11px;
	color: #9b7310;
	font-family: Tahoma;
	text-decoration: none;
}
A.FooterLinks A:hover
{
	font-size: 11px;
	color: #9B7310;
	font-family: Tahoma;
	text-decoration: underline;
}
A.FooterLinks:visited A:hover
{
	font-size: 11px;
	color: #9B7310;
	font-family: Tahoma;
	text-decoration: underline;
}
A.FooterLinks:link
{
	font-size: 11px;
	color: #9B7310;
	font-family: Tahoma;
	text-decoration: none;
}
A.FooterLinks:hover
{
	font-size: 11px;
	color: #9B7310;
	font-family: Tahoma;
	text-decoration: underline;
}
.ToolBar
{
	background-image: url(Images/mod_head3.gif);
}
/* //  Text Boxes  ///////////////*/
.fullWidthtextbox, .vvlargetextbox, .vlargetextbox, .largetextbox, .mediumtextbox, .smalltextbox, .vsmalltextbox
{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 1px;
	border: #b22222 1px solid;
	height: 14px;
}
.fullWidthtextbox
{
	width: 100%;
}
.vvlargetextbox
{
	width: 331px;
}
.vlargetextbox
{
	width: 231px;
}
.largetextbox
{
	width: 150px;
}
.mediumtextbox
{
	width: 100px;
}
.smalltextbox
{
	width: 70px;
}
.vsmalltextbox
{
	width: 39px;
}
/* //  DropDown Menus  ///////////////*/
.fullwidthdropdownmenu, .vlargedropdownmenu, .largedropdownmenu, .mediumdropdownmenu, .smalldropdownmenu, .vsmalldropdownmenu
{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	border: #b22222 1px solid;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1px;
}
.fullWidthdropdownmenu
{
	width: 100%;
}
.vlargedropdownmenu
{
	width: 250px;
}
.largedropdownmenu
{
	width: 158px;
}
.mediumdropdownmenu
{
	width: 100px;
}
.smalldropdownmenu
{
	width: 70px;
}
.vsmalldropdownmenu
{
	width: 35px;
}
/* //  Text Area  ///////////////*/
.vlargetextarea, .largetextarea, .fullWidthtextarea
{
	color: #2D7300;
	font-family: Tahoma;
	font-size: 11px;
	border: #74AD20 1px solid;
	background-image: url(../home/form_bg_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1px;
}
.vlargetextarea
{
	height: 70px;
	width: 200px;
}
.largetextarea
{
	height: 70px;
	width: 150px;
}
.fullWidthtextarea
{
	width: 100%;
}
/* //  Titles  ///////////////*/
.largetitle
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 22px;
	color: #2D7300;
	padding-left: 5px;
}
.lagetitlebold
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 22px;
	color: #2D7300;
	font-weight: bold;
	padding-left: 5px;
}
.mediumtitle
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 18px;
	color: #2D7300;
	padding-left: 5px;
}
.mediumtitlebold
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 18px;
	color: #2D7300;
	font-weight: bold;
	padding-left: 5px;
}
.title
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #2D7300;
	padding-left: 5px;
}
.titlebold
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
}
.smalltitle
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
}
.smalltitlebold
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
}
.label
{
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 1px;
	text-align: right;
	background-color: #CCCCCC;
	width: 75px;
}
.labelMandatory
{
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 1px;
	text-align: right;
	background-color: #e05f62;
	width: 75px;
	font-weight: bold;
}
.labelbold
{
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
}
.text
{
	color: #2D7300;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 5px;
}
.whitetext
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 5px;
}
.panel
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
}
.errors
{
	text-decoration: none;   
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.prime .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:9px; }
.prime .ajax__tab_outer { height:21px;}
.prime .ajax__tab_inner {padding-right:15px;}
.prime .ajax__tab_tab
{
	height: 18px;
	margin-top:2px ;
	padding-top:5px;
	background: url(Images/Tab_DeAct.png);
	width:76px;
	background-repeat:no-repeat;
}
.prime .ajax__tab_active .ajax__tab_tab
{
	height:23px;
	margin-top:2px;
	padding-top:5px;
	background: url(Images/Tab_Act.png);
	background-repeat:no-repeat;

}
.prime .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	/*padding:4px;*/
	border-top: #d8e7f8 1px solid;
	background-color: #ffffff;
	/*border-right:  #d8e7f8 1px solid;
	border-left:  #d8e7f8 1px solid;
	border-bottom:   #d8e7f8 1px solid;*/

}
.accordionHeader
{
	background-color:#d8e7f8;
	color:#252c48;
	text-align:right;
	cursor:hand;
	background-image:url(images/expand.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
	font-size:12PX;
	

}
.accordionHeaderSelected
{
	background-color:#d8e7f8;
	color:#252c48;
	text-align:right;
	font-size:12PX;
	background-image:url(images/collapse.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
	/*font-family:Verdana;*/
}
.accordionContent
{
		background-color:#d8e7f8;
		color:#0360c9;
		text-align:right;
		padding-right:20px;
		/*font-family:Verdana;*/
		
}
/************************************************************************/
/*.accordionHeader
{
	background-color:#d8e7f8;
	color:#252c48;
	text-align:right;
	cursor:hand;
	background-image:url(images/expand.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
	font-size:12PX;
	

}
.accordionHeaderSelected
{
	background-color:#d8e7f8;
	color:#252c48;
	text-align:right;
	font-size:12PX;
	background-image:url(images/collapse.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
	font-family:Verdana;
}
.accordionContent
{
		background-color:#d8e7f8;
		color:#0360c9;
		text-align:right;
		padding-right:20px;
	
		
}*/

.accordionHeaderen
{
	background-color:#d8e7f8;
	color:#252c48;
	text-align:left;
	padding-left:20px;
	cursor:hand;
	background-image:url(images/expand.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:12px;
}

.accordionHeaderSelecteden
{
	background-color:#d8e7f8;
	color:#252c48;
	text-align:left;
	padding-left:20px;
	background-image:url(images/collapse.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:12px;
	/*font-family:Verdana;*/
}
.accordionContenten
{
		background-color:#d8e7f8;
		color:#0360c9;
	
		padding-left:20px;
		
		/*font-family:Verdana;*/
		
}

.test
{
	
	background-color:#d8e7f8;
	
	
	width:100%;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	}
/*********************************************************************************/
.headerAss
{
	color:#9b7310;
}

.tabContainer .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:9px; }
.tabContainer .ajax__tab_outer { height:21px;}
.tabContainer .ajax__tab_inner {padding-right:15px;}
.tabContainer .ajax__tab_tab
{
	height: 18px;
	margin-top:2px ;
	padding-top:5px;
	background: url(Images/Tab_DeAct.png);
	width:120px;
	background-repeat:no-repeat;
	color:#0360c9;
	font-weight:bold;
	font-size:10px;
}
.tabContainer .ajax__tab_active .ajax__tab_tab
{
	height:23px;
	margin-top:2px;
	padding-top:5px;
	background: url(Images/tab-active.gif);
	background-repeat:no-repeat;
width:120px;
color:#0360c9;
font-weight:bold;
font-size:10px;
}
.tabContainer .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	/*padding:4px;*/
	border-top: #d8e7f8 1px solid;
	border-right:  #d8e7f8 0.5px solid;
	border-left:  #d8e7f8 0.5px solid;
	border-bottom:   #d8e7f8 1px solid;
	background-color: #ffffff;
	

}
.style91
{
	color:#4273AB;
	font-size:10pt;
	font-weight:bold;
}
.linknews
{
	color:#4273AB;
	font-size:11px;
	font-weight:bold;
}
.linknews:Hover
{
	color:#4273AB;
	font-size:11px;
	font-weight:bold;
}
.dateLabel
{
	color:#4273AB;
}

.style9text
{
	color:#4273AB;
	font-size:10pt;
	
}

.tabContainernews .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:9px; }
.tabContainernews .ajax__tab_outer { height:21px;}
.tabContainernews .ajax__tab_inner {padding-right:15px;}
.tabContainernews .ajax__tab_tab
{
	height: 18px;
	margin-top:2px ;
	padding-top:5px;
	background: url(Images/Tab_DeAct.png);
	width:100px;
	background-repeat:no-repeat;
	color:#0360c9;
}
.tabContainernews .ajax__tab_active .ajax__tab_tab
{
	height:23px;
	margin-top:2px;
	padding-top:5px;
	background: url(Images/tab-active.gif);
	background-repeat:no-repeat;
width:120px;
color:#0360c9;

}
.tabContainernews .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	/*padding:4px;*/
	border: #d8e7f8 1px solid;
	background-color: #ffffff;
	
	/*border-right:  #d8e7f8 1px solid;
	border-left:  #d8e7f8 1px solid;
	border-bottom:   #d8e7f8 1px solid;*/

}


