﻿body
{
    margin: 0px;
    font-size: 0.7em;
    background-color: #FFA284; 
    background-image: url(/images/bg.jpg);
    background-repeat:repeat;
    font-family:Verdana;
}
div span img 
{
	margin:0px;
	padding:0px;
	border-style:none;
}
a	{ text-decoration: none; }
td	{ vertical-align:top;	}
ul     {
	list-style-position: outside;
	list-style-image: url(/images/li.jpg);
}


input{width:285px;}

fieldset 
{
	width:600px;
	padding:10px;
	margin-left:100px;
}

fieldset legend 
{
	font-weight:bold;
}

fieldset dt 
{ 
	width: 170px; 
	float: left; 
	text-align: right; 
	margin-right:10px;
	margin-top:6px;
	display: block; 
} 

fieldset dd { 
	margin-left: 4.5em; 
} 










.btn
{
	width:100px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	border:solid 1px gray;
}
.base
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}


#header
{
	font-family:Verdana;
}

#header #top 
{
	background-color:#d6d3ce;
	text-align:right;
	font-size:12px;
	color:#990033;
	padding:10px 10px 10px 0px;
}
#header #logo 
{
	border-style:none;
	clear:both;	
}
#header #tbr 
{
	background-color:#494542;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing: 1px;
	padding:5px
}
#header #tbr a
{
	padding:1px 5px 1px 5px;
	color:#ffffff;
}
#header #tbr a:hover
{
	color:#494542;
	background-color:#ffffff;
}


#header #nvg 
{
	background-color:#e8e8e8;
	font-size:10px;
	font-weight:bold;
	color:#990033;	
	padding:6px 10px 6px 10px;
	height:15px;
}
#header #nvg a:link,a:visited
{
	color:#990033;	
}

#footer
{
	font-family:Verdana;
	font-weight:bold;
	background-color:#494542;
	text-align:center;
	font-size:10px;
	color:#ffffff;
	padding:10px 10px 10px 10px;
	letter-spacing:1px;
}

#leftMenuContainer
{
	background-color:#FF7542;
}

#leftMenuContainer div 
{
	padding:5px;
}

#leftMenuContainer #leftmenu a
{
	display:block;
	background-color:#e8e8e8;
	width:175px;
	border:solid 1px #cc0000;
	padding:5px;
	margin:3px;
} 

#leftMenuContainer #leftmenu a:link,a:visited
{
	color:#990033;	
}


#ContentBase
{
	line-height:20px;
	padding:10px;
	min-height:400px;
	_height:400px; /*for ie min-heigt bug*/
	text-align:justify;	
}

.ContentTitle
{
	font-weight:bold;
	font-size:16px;
	color:#CC0000;
	border-bottom:solid 2px #CC0000;		
}
.sub
{
	padding: 0px 0px 0px 0px;
}

.subtitle
{
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	border-bottom:solid 1px #CC0000;	
}

.T
{
	font-weight:bold;
}

.ITitle 
{	font-weight:bold; margin:8px 0px 8px 0px;
}

.annWarn
{
	border:solid 2px #990000; 
	padding:5px; 
	background-color:moccasin; 
	font-size:14px;
	font-weight:bold;
}
.annWarn a:link { color:#990000; }
.annWarn a:visited { color:#990000; }
.annWarn a:active { color:#990000; }
.annWarn a:hover { color:#990000; }

.fxedit{
	background: url(/css/fgimages/edit.png) no-repeat center left;
}
.fxread{
	background: url(/css/fgimages/user.png) no-repeat center left;
}
.fxemail{
	background: url(/css/fgimages/email.png) no-repeat center left;
}

.fxwait{
	background: url(/css/fgimages/wait.png) no-repeat center left;
}
.fxerror{
	background: url(/css/fgimages/error.png) no-repeat center left;
}
.fxcomplete{
	background: url(/css/fgimages/complete.png) no-repeat center left;
}
.fxrepair{
	background: url(/css/fgimages/repair.png) no-repeat center left;
}
.fxgenerate{
	background: url(/css/fgimages/generate.png) no-repeat center left;
}
.newsItem {
  height :125px;
  font-size:10px; color:#336;
  clip:rect(0, 350px, 125px, 0); overflow:hidden;
}
.newsTitle {
	font-weight:bold;
}