/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	background:#FFFFFF;
	color:#000000;
    font-family: 'Verdana', 'Geneva', sans-serif;
	margin:0px; 
	font-size: 77%;	  
}

/******* hyperlink and anchor tag styles *******/

a , a:link { text-decoration:none; color:#005699; }
a:visited {color:#7B0099;}
a:hover {text-decoration:underline;}
a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/ 

/********* form and related tag styles *********/
p{
	font-size:12px;
	LINE-HEIGHT: 15px;
}

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em 'Verdana', 'Geneva', sans-serif;
 color: #334d55;
}
				
input{
    font-family : 'Verdana', 'Geneva', sans-serif;
}

/***********************************************/
/* Top                                         */
/***********************************************/
#all 
{
	width: 850px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}

#all #top
{
/*	background-color:#D0D5D5; */
	background-color: white;
	width:100%;
	margin-bottom:5px;
}

/***************** header ***********************/
#headerimg
{
	clear:both;
	background-color:#D0D5D5;
	height:0px;
}


/************** utility styles *****************/
#utility{
    font: 12px 'Verdana', 'Geneva', sans-serif;
	margin-right:15px;
	margin-top:35px;
	float:right;
}

#utility a:hover{
	text-decoration: underline;
}

#hline
{
	clear: both;
	margin-top:0px;
	border-bottom: 1px dashed #cccccc ;
	height:3px;
}
.hline
{
	clear: both;
	margin-top:0px;
	border-bottom: 1px dashed #cccccc ;
	height:3px;
}

/***********************************************/
/* Pagecell                                    */
/***********************************************/
#pagebody{
	width:100%;
/*	position: relative;
	padding-left:10px;*/
	margin-top: 5px;
	padding:0px;
    text-align:left;	
}

#left{
	padding:5px 10px;
	background-color: #FFFFFF;
	float: left;
	width: 170px;
	font: small 'Verdana', 'Geneva', sans-serif;
    overflow:hidden; 
}

#vistorcontent
{
	font: small 'Verdana', 'Geneva', sans-serif;
	width: 620px;
	padding-left: 20px;
	padding-right: 10px;
	min-height: 400px;
	border-left: 1px dashed #ccd2d2;
    overflow:hidden;	
}

#mainContent
{
	font: small 'Verdana', 'Geneva', sans-serif;
    overflow:hidden;	
}


/***********************************************/
/* SiteMap                                     */
/***********************************************/
.sitemap
{
	font-size:12px;
	MARGIN-BOTTOM: 12px; 
	LINE-HEIGHT: 15px;
}
.Sitemapnode
{
	color :#8b9eb1; 
}
.Sitemap A {
	TEXT-DECORATION: none
}

/************** pageName styles ****************/

#pageName{
	padding: 15px 0px 15px 0px;
	margin: 0px;
}

#pageName h2{
	font: bold 250% 'Verdana', 'Geneva', sans-serif;
	color: #993300;
	margin:0px;
	padding: 0px;
}


/************** feature styles *****************/
.linkb
{
	text-decoration: underline;
	color: blue;
	font-weight:bold;
}

.feature
{
	list-style-image: url(../images/interface/bullet_small_green.gif);
}
/************* Panel **********************/

#panel,#right
{
	text-align: left;
	float: left;
	margin:3px;
}

#panel H2 {
	CLEAR: left; 
	height:21px;
	text-align:center;
	PADDING: 2px ; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	MARGIN: 0px; 
	COLOR: #fff; 
	BACKGROUND: url(h3_bg.gif) repeat-x top center;
}

#panel p,#newspanel p{
	MARGIN: 5px; 
	font-size :11px;
	line-height:13px;
}

#newspanel
{
	margin:0px;
	border:1px solid #ccc;
	padding:0px;
}

#right .news {
	CLEAR: left; 
	text-align:center;
	PADDING-top: 0px; 
	FONT-SIZE: 10pt; 
	COLOR: #333;
	margin:0px;/*!!!*/
	height : 21px; 
	line-height:21px;
	BACKGROUND: url(news_right.gif) no-repeat top right;
}

#right .news span
{
	float:left;
	BACKGROUND: url(news_left.gif) no-repeat top left;
}


/***************** footer ***********************/
#footerimg
{
	clear:both;
	background-color:#D0D5D5;
	height:3px;
}

#footer
{
	font-size :12px;
	text-align:center;
}

.EditItemValue
{
    text-align: left; 
    font-size: 13px;
    font-family: 'Verdana', 'Geneva', sans-serif;
    vertical-align:middle;
}

TD.ITEMLABEL
{
	font-size: 11px;
	font-weight: bold;    
    font-family: 'Verdana', 'Geneva', sans-serif;
    color: black;
    text-align: right; 
    padding: 0px 0px 0px 0px;
    border-bottom-width: 0px;
}

.ITEMLABEL
{
	font-size: 11px;
	font-weight: bold;    
    font-family: 'Verdana', 'Geneva', sans-serif;
    color: black;
    vertical-align: middle;
    padding:  0px 15px 0px 0px;
}
