body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff url("../../imgs/bg_grad.jpg") fixed repeat-x;
}

 #clear { clear: both; }
 
 .lblLogin
 {
	text-align:center;
	color: red
 }
 
 .DataGrid
 {
	font-family: Arial,sans-serif;
	font-size:12px;
	
 }
 
 
 .CenterText 
 {
	text-align:center;
 }

img {
	border:0px;
}
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

#hidden
{
	display:none;
}
a:hover{
	text-decoration: underline;
}

h1{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font: normal 120% Arial,sans-serif;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				

/*textarea{
	width: 100%;
	height: 100%;
	border: 0;
	overflow: visible;
	font-family: Arial,sans-serif;
	font-size: 100%;
	padding-top: 10px;
}*/


table{
	font-size: 1em;
}
th{
	text-align: right;
}
	
	.enqforms
	{
		font: bold 12px Arial,sans-serif;
	}
	
.enqforms table{		
font: bold 12px Arial,sans-serif;
	}
	
	.enqforms textbox{
	background: blue;
	color: blue;
	}

.enqforms th{
	width: 150px;
	padding-top: 8px;
}
.enqforms tr{
	vertical-align: top;
}


.reqforms{
border: 1px Black;
		border-style:solid;
	width: 156px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 20px;
	left: 2%;
	right: 2%;
	width:95.6%;
	min-height:480px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;	
z-index: 10; /*required  or menus get lost under*/
}

#mastheadtwo{
position:relative;
text-align:center;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;	
}

#pageNav{
	float: right;
	width:250px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 12px Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #ccd2d2;
}

html>body #content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
/*
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
*/
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	/*color: #919999;*/
	color: #fafafa;
}
#utility .text{
	color: #ffffff;
}
#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("imgs/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	/*z-index: 100;*/
}

a.glink, a.glink:visited{
  	/*font-size: small;*/
	font-size: 13px;
  	color: #003399;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("imgs/glblnav_selected.gif");
	text-decoration: none;
	color: #376EC8;
}

/*
.skipLinks {display: none;}
*/

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	/*padding: 30px 0px 5px 0px;*/
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

#strap{
	/*height: 200px;*/
}


/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 12px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
.siteKW{
	font-size: 1px;
	color: rgb(255, 255, 255);
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #dbeaf5;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#rightMenu{
	padding: 10px;
}

#advert img{
	display: block;
}

#red{
	color: #FF4500;
}

/********************* end **********************/


#EditSelect {
border: thin ridge Black;
padding: 5px;
margin: 5px;

 }
 
#BoxOut 
{
	border: thin solid black;
}

#MailPreview
{
	border: thin solid black;
	background : #FFFFFF;
	width : 80%;
	}
 
 
 /* YAKUMO CSS MAIN MENU STYLES --------------------------------------------------------*/

 #TopNavMenu
 {
	position:relative;
	z-index:99;
	text-align:justify;
 }

div#TopNavMenu {
background: url(../../imgs/menu/glbnav_background.gif) #A0C6E5 repeat-x 0 0;
float:left;
z-index:35;
}

div#TopNavMenu, #TopNavMenu ul {
display:inline;
	height: 32px;
	line-height: 32px;
	list-style: none;
	margin: 0;
	padding: 0; /*width: 955px;*/
	width: auto;
	
}

#TopNavMenu a {
	color: #003399;
	display: block; /*clear: none; margin: 0;*/
	font-size: 13px; /*font for whole menu*/
	font-weight: bold;
	text-decoration: none; /* height: 16px;*/
	white-space: nowrap;
	
}

#TopNavMenu a:hover {
	color: #376EC8;
}

#TopNavMenu li {
	background: url(../../imgs/menu/glbnav_background.gif) #A0C6E5 repeat-x 0 0;
	float: left; /*width: 100px;*/
	height: 32px;
	padding: 0px 6px 0px 6px;
	border-right: 1px solid #8FB8BC;
}

#TopNavMenu li ul {
	background: transparent url(../../imgs/menu/dropback.gif) no-repeat 0 100%;
	filter: alpha(opacity=90);
	height: auto;
	left: -999em;
	-moz-opacity: .9;
	opacity: .9;
	padding-bottom: 4px;
	position: absolute;
	width: 200px;
	border-right: none;
	border: none;
}

#TopNavMenu li ul a {
	/*background: #B3ACA6;*/
	background: #c0dbf1;
	margin: 0px -6px 0px -6px;
	text-align: left;
	text-indent: 8px;
	width: 200px;
}

#TopNavMenu li ul a:hover {
	
	background-color: #ffffff;
}

#TopNavMenu li ul li {
	margin: 0px !important; /*padding-top: 5px; width: 190px; float: none; */
}

#TopNavMenu li:hover ul, #TopNavMenu li.sfhover ul {
	left: auto;
	display:inline;
}

#TopNavMenu ul li a {
	text-align: center;
}

#mgnl {
display:inline;
	background: url(../../imgs/menu/gblnav_left.gif) no-repeat;
	float: left;
	height: 32px;
	width: 5px;
	}
#mgnr {

	background: url(../../imgs/menu/glbnav_right.gif) no-repeat;
	 float: left; /*width: 100px;*/
	height: 32px;
	width: 5px;
	}

/* YAKUMO CSS MAIN MENU STYLES END --------------------------------------------------------*/