
/* CSS Document */

body
{
	margin-top:0;margin-bottom:0;margin-left:0;margin-right:0; 
}

.Gradient
{
	 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType='0', StartColorStr='#E6E6E6', EndColorStr='#FBFBFB');
}

.Gradientimg
{
	background-image:url('../Image/Gradient_bg_img.jpg');
	background-repeat:repeat-x;			
	width:100%;	
}

.Tablebg
{
	background-image:url('../image/bg_flower.jpg');
	background-repeat: no-repeat;		
	background-position: center;	
}
.Number_bg_img
{
	color:#54B40C;
	font-family:Arial;
	font-weight:bolder;
	font-size:13px;
	
}



.Leftmenubg
{
	background-image:url('../image/Left_menu_bg.jpg');
	background-repeat: no-repeat;	
	background-position: center;
	height:50px;
	width:185px		
}

.Footer
{
	background-image:url('../image/Footer_bg.jpg"');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;	
}


.tabHeader {
	color: #FFF;
	background-color: #4B84B0;
	font-weight: bold;
	font-family:Arial;	
	background-image: url(../image/header_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 15px;
	padding: 3px 2px 2px 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.Folder
{
	background-image:url('../image/images/Gallery_bg_img.jpg');
	background-repeat:no-repeat;	
	background-position:center;	
	width:175px;
	height:128px;	
}
.Folder1
{
	background-image:url('../image/images/Inner_img_bg.gif');
	background-repeat:no-repeat;		
	width:193px;
	height:146px;	
}


/* Border Style */

.Border
{
	border: 1px solid #999999;
}

/* Inputbox Style */

.ContactusinputBox
	{
		BACKGROUND:white; 
		BORDER-BOTTOM: #86B5DF 1px solid; 
		BORDER-LEFT: #86B5DF 1px solid; 
		BORDER-RIGHT: #86B5DF 1px solid; 
		BORDER-TOP: #86B5DF 1px solid; 
		COLOR: #000000; 
		FONT: 11px verdana; 
		WIDTH: 210px;
		height:18px
	}	
	
	.ContactusinputBox1
	{
		BACKGROUND:white; 
		BORDER-BOTTOM: #86B5DF 1px solid; 
		BORDER-LEFT: #86B5DF 1px solid; 
		BORDER-RIGHT: #86B5DF 1px solid; 
		BORDER-TOP: #86B5DF 1px solid; 
		COLOR: #000000; 
		FONT: 11px verdana; 
		WIDTH: 62px;
		height:18px
	}
	
.aptinputBoxsmall
	{
		BACKGROUND:white; 
		BORDER-BOTTOM: #86B5DF 1px solid; 
		BORDER-LEFT: #86B5DF 1px solid; 
		BORDER-RIGHT: #86B5DF 1px solid; 
		BORDER-TOP: #86B5DF 1px solid; 
		COLOR: #000000; 
		FONT: 11px verdana; 
		WIDTH: 45px;
		height:18px
	}	
	
.CustomerinputBox
	{
		BACKGROUND:white; 
		BORDER-BOTTOM: Gray 1px solid; 
		BORDER-LEFT: Gray 1px solid; 
		BORDER-RIGHT: Gray 1px solid; 
		BORDER-TOP: Gray 1px solid; 
		COLOR: #000000; 
		FONT: 11px verdana; 
		WIDTH: 170px;
		height:20px
	}		

.Newsinputbox 
	{
		BACKGROUND:white; 
		BORDER-BOTTOM: #999999 1px solid; 
		BORDER-LEFT: #999999 1px solid; 
		BORDER-RIGHT: #999999 1px solid; 
		BORDER-TOP: #999999 1px solid; 
		COLOR: #000000; 
		FONT: 10px verdana; 
		WIDTH: 160px;
		height:18px
	}		

.inputbox 
	{
		BACKGROUND:white; 
		BORDER-BOTTOM: #999999 1px solid; 
		BORDER-LEFT: #999999 1px solid; 
		BORDER-RIGHT: #999999 1px solid; 
		BORDER-TOP: #999999 1px solid; 
		COLOR: #000000; 
		FONT: 11px Arial; 
		WIDTH: 100px;
		height:18px
	}		

/* Hyperlink Style  */

.Orengelnk:link 
	{
		font-family:Arial;
		font-size:9pt;
		color:#F37010; 		
	}
	
.Orengelnk:visited 
	{
		font-family:Arial;
		font-size:9pt;
		color: #F37010; 		
	}	
	
.Orengelnk:hover 
	{
		font-family:Arial;
		font-size:9pt;
		color: #F37010; 
		text-decoration: none  
	}

.sitemaplnk:link 
	{
		font-family:Arial;
		font-size:8pt;
		color:#223041; 
		text-decoration: underline
	}
	
.sitemaplnk:visited 
	{
		font-family:Arial;
		font-size:8pt;
		color: #223041; 
		text-decoration: underline
	}	
	
.sitemaplnk:hover 
	{
		font-family:Arial;
		font-size:8pt;
		color: #223041; 
		text-decoration: overline  
	}

.Morelnk:link 
	{
		font-family:Arial;
		font-size:8pt;
		color:#232F81; 
		text-decoration: none
	}
	
.Morelnk:visited 
	{
		font-family:Arial;
		font-size:8pt;
		color: #232F81; 
		text-decoration: none
	}	
	
.Morelnk:hover 
	{
		font-family:Arial;
		font-size:8pt;
		color: #232F81; 
		text-decoration: underline
	}

.menulink 
{
width:140px;
height:15;
text-align: left;
padding: 3px 7px;
margin-right: 5px;
text-decoration: none;
font-family:Arial;
font-weight:bold;
font-size:11px;
color: #377E98;
BORDER: none;
}

.menulink:hover {
color:Gray;
background-color:#DAEAF5;
}	

.lnkLightblack:link 
	{
	color:#777778; 
	font-size:8pt; 
	font-weight:normal;
	font:Arial;	
	text-decoration:none 	
	}
.lnkLightblack:visited
	{
	color:#777778; 
	font-size:8pt;
	font-weight:normal; 
	font:Arial;	
	text-decoration:none 	
	}
.lnkLightblack:hover 
	{
	color:#777778; 
	font-size:8pt; 
	font-weight:normal;
	font:Arial;	
	text-decoration:underline	
	}  			

.lnkblue:link 
	{
	color:#377E98; 
	font-size:8pt; 
	font-weight:bold;  
	font:Times New Roman;	
	text-decoration:none 	
	}
.lnkblue:visited
	{
	color:#377E98; 
	font-size:8pt; 
	font-weight:bold;  
	font:Times New Roman;	
	text-decoration:none 	
	}
.lnkblue:hover 
	{
	color:#377E98; 
	font-size:8pt; 
	font-weight:bold;  
	font: Times New Roman;	
	text-decoration:underline	
	}  			
	
.closelnk:link 
	{
	color: #3B5A93; 
	text-decoration: none; 
	font-family:Arial;
	font-size:11px;
	font-weight:normal
	}
		
.closelnk:visited 
	{
	color: #3B5A93; 
	font-weight:normal;
	font-family:Arial;
	font-size:11px;
	text-decoration: none
	}
	
.closelnk:hover 
	{
	font-weight:normal;
	font-family:Arial;
	font-size:11px;
	text-decoration: underline
	}
		
.emilbluelnk:link 
	{
	color:#5781B1; 
	font-size:8pt; 
	font:Verdana;	
	text-decoration:none 	
	}
.emilbluelnk:visited
	{
	color:#5781B1; 
	font-size:8pt; 
	font:Verdana;	
	text-decoration:none 	
	}
.emilbluelnk:hover 
	{
	color:#5781B1; 
	font-size:8pt; 
	font:Verdana;	
	text-decoration:underline	
	}  				
	
.Availablelnk:link 
	{
	color: #3B5A93; 
	text-decoration: none; 
	font-family:Arial;
	font-size:12px;
	font-weight:normal
	}
		
.Availablelnk:visited 
	{
	color: #3B5A93; 
	font-weight:normal;
	font-family:Arial;
	font-size:12px;
	text-decoration: none
	}
	
.Availablelnk:hover 
	{
	font-weight:normal;
	font-family:Arial;
	font-size:12px;
	text-decoration: underline
	}
	
.Galleryredlnk:link 
	{
	color: #FA0102; 
	text-decoration: none; 
	font-family:Arial;
	font-size:10px;
	font-weight:normal
	}
		
.Galleryredlnk:visited 
	{
	color: #FA0102; 
	font-weight:normal;
	font-family:Arial;
	font-size:10px;
	text-decoration: none
	}
	
.Galleryredlnk:hover 
	{
	font-weight:normal;
	font-family:Arial;
	font-size:10px;
	text-decoration: underline
	}	
	
.Blacklnk:link 
	{
	color: #4c4c4c; 
	text-decoration: none; 
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal
	}
		
.Blacklnk:visited 
	{
	color: #4c4c4c; 
	font-weight:normal;
	font-family:Tahoma;
	font-size:11px;
	text-decoration: none
	}
	
.Blacklnk:hover 
	{
	font-weight:normal;
	font-family:Tahoma;
	font-size:11px;
	text-decoration: underline
	}		
	
.Blackboldlnk:link 
	{
	color: #4c4c4c; 
	text-decoration: none; 
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	font-weight:bold
	}
		
.Blackboldlnk:visited 
	{
	color: #4c4c4c; 
	font-weight:normal;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration: none
	}
	
.Blackboldlnk:hover 
	{
	font-weight:normal;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline
	}			
	
.Signoutlnk:link 
	{
	color: #660000; 
	text-decoration: none; 
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	font-weight:bold
	}
		
.Signoutlnk:visited 
	{
	color: #660000; 
	font-weight:normal;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration: none
	}
	
.Signoutlnk:hover 
	{
	font-weight:normal;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration: overline underline 
	}							

.menu4link 
{
width:85px;
height:15;
text-align: left;
padding: 3px 7px;
margin-right: 5px;
text-decoration: none;
font-family:Arial;
font-weight:bold;
font-size:11px;
color: #377E98;
BORDER: none;
}

.menu4link:hover {
color:Gray;
border:0px;
background-color:#DAEAF5;
}	

.menu3link 
{
width:100px;
height:15;
text-align: left;
padding: 3px 7px;
margin-right: 5px;
text-decoration: none;
font-family:Arial;
font-weight:bold;
font-size:11px;
color: #377E98;
BORDER: none;
}

.menu3link:hover {
color:Gray;
border:0px;
background-color:#DAEAF5;
}			
/* Text Style */

.Moretxt
{
	font-family:Arial;
	font-size:9pt;
	color:#232F81; 
}

.Resoucestxt
{
	font-family:Arial;
	font-size:8pt;
	color:#555555; 
}

.DarkblueText
    {  
		FONT-SIZE: 11px; 
		COLOR: #4c4c4c; 
		FONT-FAMILY: Tahoma		
	}  	

.GalleryblueText
    {  
		FONT-SIZE: 12px; 
		COLOR: #225583; 		
		FONT-FAMILY: Arial;
		font-weight:bold		
	}  	
	
.BlackmenuText
    {  
		font-family: Arial; 
		font-weight:bold;  
		font-size:9pt;  
		color:#848484 		
	}  	

.menuText
    {  		
		color:#377E98 		
	}  	

.Blacktxt
    {  
		FONT-SIZE: 11px;
		COLOR: #4c4c4c; 
		line-height:150%;
		FONT-FAMILY:Tahoma 	
	}
	
.Black1txt
    {  
		FONT-SIZE: 12px;
		COLOR: #4c4c4c; 
		line-height:150%;
		FONT-FAMILY:Tahoma 	
	}	
	
.Whitetxt
    {  
		FONT-SIZE: 12px;
		COLOR: #FFFFFF; 
		line-height:150%;		
		FONT-FAMILY: Tahoma		
	}
		
.DownBlacktxt
    {  
		FONT-SIZE: 11px; 
		font-weight:normal;
		COLOR: #777778; 
		FONT-FAMILY: Arial		
	} 

.orangetxt
    {  
		FONT-SIZE: 11px; 
		COLOR: #205484; 
		font-weight:bold;
		FONT-FAMILY: Tahoma	
	}  	
	
.popupheadtxt
    {  
		font-family: Arial; 
		font-weight:normal;  
		font-size:10pt;  
		color:#6686AF; 
		text-align:left 
	}  
	
.LightblackText
    {  
		font-family: Arial; 
		font-weight:normal;  
		font-size:8pt;  
		color:#848484 		
	}  
	
.DarkblueText
    {  
		FONT-SIZE: 11px; 
		COLOR: #4c4c4c; 
		FONT-FAMILY: Tahoma		
	}  	

.ExperienceBlueText
    {  
		font-family: Arial; 
		font-weight:normal;  
		font-size:8pt;  
		color:#3990A6; 		
	}  
/* Button Style */  	
.Button 
	{
	font-family: Arial; 
	font-size: 11px; 
	color:#FFFFFF; 
	font-weight: bold;                            
	border: 0px; 
	padding: 1; 
	background-color:#86B5DF;
	width:55px;
	height:20px;
	text-decoration:none;
	cursor:hand;
	}	
	

.Button1 
	{
	font-family: Arial; 
	font-size: 11px; 
	color:#FFFFFF; 
	font-weight: bold; 
	border: 0px; 
	padding: 1; 
	background-color:#86B5DF;
	width:110px;
	height:20px;
	text-align:center;
	text-decoration:none;
	cursor:hand;
	}					
	
/* Menu bg Change Style */

.menuon
{
	background-image: url(../image/Back_menu.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 0px solid #63A6FF;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;		
	font-weight: bold;	
	vertical-align: middle;
	text-align: left;
	padding: 8px 3px 5px 3px;	
	padding-left:30px;
	width:186px;
	height:30px
}
.menuon a
{
		color: #FFF;
		text-decoration:none;
}
.menuon a:hover
{
		text-decoration:underline;
}
.menuoff
{
	background-image: url(../image/Front_menu.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	padding: 8px 3px 5px 3px;	
	padding-left:30px;	
	margin-top:5px;
	vertical-align:middle;
	text-align: left;	
	background-color: transparent;
	width:186px;
	height:30px
}
.menuoff a
{
	color: #Fff;
	text-decoration: none;
}
.menuoff a:hover
{
		text-decoration:underline;
}

.sepcmenuon
{
	background-image: url(../image/Back_menu.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 0px solid #63A6FF;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;		
	font-weight: bold;		
	text-align: left;
	padding-left:30px;
	width:186px;
	height:30px
}
.sepcmenuon a
{
		color: #FFF;
		text-decoration:none;
}
.sepcmenuon a:hover
{
		text-decoration:underline;
}

.sepcmenuoff
{
	background-image: url(../image/Front_menu.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;	
	padding-left:30px;	
	background-color: transparent;
	width:186px;
	height:30px
}
.sepcmenuoff a
{
	color: #Fff;
	text-decoration: none;
}
.sepcmenuoff a:hover
{
		text-decoration:underline;
}

.menufront
{
	background-image: url(../image/Front_menu.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 0px solid #63A6FF;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;		
	font-weight: bold;	
	vertical-align: middle;
	text-align: left;
	padding: 8px 3px 5px 3px;	
	padding-left:30px;
	width:186px;
	height:30px
}
.menufront a
{
		color: #FFF;
		text-decoration:none;
}
.menufront a:hover
{
		text-decoration:underline;
}

.menusub
{
	background-image: url('../image/Front_Sub_sub_menu.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 0px solid #63A6FF;
	font-family: Arial;
	font-size: 10px;
	color: #7D7CBB;		
	font-weight: bold;	
	vertical-align: middle;
	text-align: left;		
	padding-left:70px;
	width:186px;
	height:24px
}
.menusub a
{
		color: #7D7CBB;
		text-decoration:none;
}
.menusub a:hover
{
		text-decoration:underline;
}

.menusub1
{
	background-image: url(../image/Sub_menu_bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 0px solid #63A6FF;
	font-family: Arial;
	font-size: 10px;
	color: #3F5AB1;		
	font-weight: bold;	
	vertical-align: middle;
	text-align: left;	
	padding-left:50px;
	width:186px;
	height:22px
}
.menusub1 a
{
		color: #3F5AB1;
		text-decoration:none;
}
.menusub1 a:hover
{
		text-decoration:underline;
}

.menutitle
{
	background-image: url(../image/Menu_title_leftbg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: Arial;
	font-size: 13px;
	color: #FFF;		
	font-weight: bold;	
	vertical-align: middle;
	text-align: left;		
	padding-left:20px;
	width:186px;
	height:44px
}

.managementmenuon
{
	background-image: url('../image/managementmenuon.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 0px solid #63A6FF;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;		
	font-weight: bold;	
	vertical-align: middle;
	text-align: left;
	padding: 8px 3px 5px 3px;	
	padding-left:30px;
	width:186px;
	height:30px
}
.managementmenuon a
{
		color: #FFF;
		text-decoration:none;
}
.managementmenuon a:hover
{
		text-decoration:underline;
}


.Blocksubmenuon
{
	background-image: url(../image/Back_sub_menu.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 0px solid #63A6FF;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;		
	font-weight: bold;	
	vertical-align: middle;
	text-align: left;	
	padding-left:50px;
	width:186px;
	height:27px
}
.Blocksubmenuon a
{
	color: #FFF;
	text-decoration:none;
}
.Blocksubmenuon a:hover
{
	text-decoration:underline;
}
.Blocksubmenuoff
{
	background-image: url(../image/Front_sub_menu.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 10px;
	color: #3E5BB1;
	font-weight: bold;	
	padding-left:50px;	
	vertical-align:middle;
	text-align: left;	
	background-color: transparent;
	width:186px;
	height:27px
}
.Blocksubmenuoff a
{
	color: #3E5BB1;
	text-decoration: none;
}
.Blocksubmenuoff a:hover
{
	text-decoration:underline;
}


.Teammenuon
{
	background-image: url('../image/Back_sub_menu.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border-right: 0px solid #63A6FF;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;		
	font-weight: bold;	
	vertical-align: middle;
	text-align: left;
	padding: 8px 3px 5px 3px;	
	padding-left:50px;
	width:186px;
	height:27px
}
.Teammenuon a
{
		color: #FFF;
		text-decoration:none;
}
.Teammenuon a:hover
{
		text-decoration:underline;
}

.Teammenuoff
{
	background-image: url(../image/Front_sub_menu.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 10px;
	color: #3E5BB1;
	font-weight: bold;	
	padding-left:50px;	
	vertical-align:middle;
	text-align: left;	
	background-color: transparent;
	width:186px;
	height:27px
}
.Teammenuoff a
{
	color: #3E5BB1;
	text-decoration: none;
}
.Teammenuoff a:hover
{
	text-decoration:underline;
}
.TextGrey
{
	font-family:Verdana;
	font-size:11;
	font-weight:bold;
	color:#999999;
}

.TextBalck
{
	font-family:Verdana;
	font-size:10;	
	color:#000000;
	font-weight:normal;
}
.ErrorMsg
{
	font-family:Verdana;
	font-size:10;	
	color:#FF0000;
	font-weight:normal;
}
.Blacktxt1
    {  
		font-family:Tahoma; 
		font-size:9pt;
		color:#4c4c4c;
		font-weight:bold; 
	}
	.Blacktxt2
    {  
		font-family:Tahoma; 
		font-size:7pt;
		color:#4c4c4c;
		font-weight:bold; 
	}
	
	.BlackBoldtxt
    {  
		FONT-SIZE: 11px;
		COLOR: #4c4c4c; 
		line-height:150%;
		FONT-FAMILY:Tahoma;
		font-weight:bold;  	
	}
.DivText
{  
	position:relative;
	left:-196px;
	top:-34px;
	font-family:Arial; 
	font-size:8pt;
	color:#333355;
	font-weight:bold; 
}
	.TitleText
    {  
		font-family:Tahoma; 
		font-size:7pt;
		color:#ffffff;
		font-weight:bold; 
	}
	
	.RedBoldtxt
    {  
		FONT-SIZE: 12px;
		COLOR: #EE0000; 
		FONT-FAMILY:Tahoma;
		font-weight:bold;  	
	}
		.ErrorAdjacent
    {  
		FONT-SIZE: 10px;
		COLOR: #EE0000; 
		FONT-FAMILY:Tahoma;
		font-weight:bold;  	
	}	
		.Fieldlabel
       {  
		FONT-SIZE: 11px;
		COLOR: #4c4c4c; 
		line-height:150%;
		FONT-FAMILY:Tahoma;
		font-weight:bold;  
		text-align:right;	
		padding-right:20px;	
		width:15%;
	}
	
	.TitleCombo
	{
		BACKGROUND:white; 
		BORDER-BOTTOM: Gray 1px solid; 
		BORDER-LEFT: Gray 1px solid; 
		BORDER-RIGHT: Gray 1px solid; 
		BORDER-TOP: Gray 1px solid; 
		COLOR: #000000; 
		FONT: 11px verdana; 
		WIDTH: 100px;
		height:20px
	}		

