
/* CSS Document */
body{
	margin-top:0;
	margin-bottom:0;
	background-image:url(../images/background.jpg); background-position:top; background-repeat:repeat-x;
}
.GlassNavigator{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
 	background-image:url(../images/GlassNavigator_blue.gif);
 	background-repeat:repeat-x;
}
.TabbedContainer{
	background-image:url(../images/tabbed_container.jpg);
	text-align:center;
	vertical-align:middle;
}
.GlassFooter{
	text-align:left;
	text-indent:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:200;
	background-image:url(../images/glass_footer.jpg);background-position:top;background-repeat:no-repeat;

}
.FooterControl
{
	width: 100%;
	height:25px;
	border-top: #839ca1 1px solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.FooterControl a
{
	font-size:smaller;
	text-decoration:none;
	
}
.FooterControl a:hover
{
	text-decoration:underline;
}
.search{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:200;
	color:#FFFFFF;
}
.LeftPanel
{
	padding-left: 5px;
	width: 20%;
	vertical-align: top;
	border-right: lightgrey 1px dashed;

}
.MiddlePanel
{
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	
	text-align:justify;
	vertical-align:top;
	width:92%;
	
}
.OneColMaster
{
	width:850px;
	background-image:url(../images/one_table_bg.jpg);
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
}
.ThreeColumnLeft
{

	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
	vertical-align: top;
	border-right: lightgrey 1px dashed;
	background-position: left top;
}
.ThreeColumnMiddle
{
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:15px;
	
	text-align:justify;
	vertical-align:top;
	width:80%;
}
.ThreeColumnRight
{
	padding-left: 0px;
	padding-right: 0px;
	width: 0%;
	vertical-align: top;
	border-left: lightgrey 0px dashed;
	background-position: left top;
}

/* Spot Light Styles*/
.SpotLight
{
	padding:5px 5px 5px 5px;
	background-image:url(../images/spotlightBG.jpg);
	width:146px;
	height:222px;
	vertical-align:top;
}
.SpotLight a
{
	color:White;
	text-decoration:none;
}
.SpotLight a:hover
{
	color:#FFCC00;
}
.SpotLightPhoto
{
	width:1px;
	height:1px;
	border-right: #999999 3px solid;
	border-top: #999999 3px solid;
	border-left: #999999 3px solid;
	border-bottom: #999999 3px solid;
	color:#999999;
	font-size:small;
}
.SpotLightPhoto a
{
	display:table-cell;
	border:none;
}
.SpotLightImage
{
	border:none;
	border-width:0;
}
.SpotLightNameText
{
	padding-left:5px;
	font-size: 15px;
	color: white;
	font-family: Tahoma;
	text-align:left;
}
.SpotLightDesText
{
	padding-left:5px;
	font-size:10px;
	color: #999999;
	font-family: Tahoma;
	text-align:left;
}
.NameHeadding
{
	font-size: 20pt;
	color: dimgray;
	font-family: 'Arial Rounded MT Bold';
}
.DesignationText
{
	color: gray;
	font-family: 'Arial Rounded MT Bold';
}
.EmployeeDesc
{
	color: darkgray;
	font-family: Verdana;
	line-height:10px;
}
/* Search Style*/
.Search
{
	font-size: 12px;
	font-family: Tahoma;
	color: #5a747a;
	
}
.Search a
{
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.Search a:hover
{
	color: #0099FF;
}
.SearchDescription
{
	display:block;
	padding-left:10px;
	font-size:11px
}

/* Chat*/
.ChatBox
{
	width:100%;
}
.ChatBox td
{
	border-top-style: none;
	border-bottom: #cccccc 1px dotted;
	border-right-style: none;
	border-left-style: none; /*background-position: center bottom; background-image: url(images/tree_menu_bg.jpg); background-repeat: no-repeat;*/
}

.headerbg { background-image:url(../images/search_area.jpg); }

A:link
{
	color:#3A7A9C;
	text-decoration:none;
}
A:hover
{
	text-decoration:underline;
}
a
{
	color:#3A7A9C;
	text-decoration:none;
}
/*Site Map */
.siteMap
{
	color:#000066;
}
.siteMap a
{
	color:#000066;
	text-decoration:none;
}
.siteMap a:hover
{
	color:#3A7A9C;
	text-decoration:underline;
	
}
/* Login */

.LoginBody{
	background-image:url(../images/login_body.jpg);
	background-position:top;
	background-repeat:repeat-y;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
.LoginBody input{
background-color:#F7F7F7;
color:#333333;

border-style:solid;
border-width:1px;
border-color:#82899D;
}
.LoginBody input:hover{
background-color:#82899D;
}
.LoginBody input checkBox
{
	border-style:none;
	border-width:0px;
	border-color:#82899D;
	
}
