/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*
Example
	.table{}    : Tag class (Evaluation order 1)
	#table{}    : Tag ID    (Evaluation order 2)
	 table{}    : All Tag   (Evaluation order 3)
	 table:""{} : Tag Property
*/
.gridPager
{
    background-color:#c6d7eb;
    Color:#FFFFFF;
    font-weight:bold;
    /*text-align:right;*/
}
.gridPager a {Color:#284E98;}
.gridPager a:hover{Color:#284E98;}

body{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 130%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 110%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 105%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;	
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

#contentWithOutPanel{
	float: left;
	width: 78%;
	
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 20px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	width: 95%;	
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*position: relative;*/
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;		
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display:  block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

#relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

#relatedLinks h3{
	padding: 10px 0px 2px 10px;
}

#relatedLinks a{
	padding: 0px 0px 2px 10px;
}

#relatedLinks a:link,
#relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/****************** ----------------------- *******************/
/****************** Added by Ova to Webpart *******************/
/****************** ----------------------- *******************/

.ZoneHeader, .ZoneHeader table
{
	color: black;
	background-color: #C0C0C0;
	text-align: center;	
}

.EditorZone, .CatalogZone
{
	background-color: #E1E1E1;
}

.ZoneInstruction, .EmptyZone
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #5072CB;
}

.CatalogPartLink
{
	color: Green;
}

.WebPart
{
	background: white;/*#E1EDFF;*/	
}
.WebPartTitle, .WebPartTitle SPAN, .WebPartTitle a, .WebPartTitle a:visited, .WebPartTitle a:link , .WebPartTitle a:hover, .WebPartTitle a:active 
{
	color: white; 
	font-family: Arial;
	background-color: #006699;
	width: 100%;
	font-size: 100%;
	font-weight: bold;
}

.WebPartMenu
{
	background-color:Lime;
}

WebPartMenuPopup, WebPartMenuPopup span, WebPartMenuPopup table
{
	background-color: Blue;
}

.WebPartMenuHover {
	font-family: Garamond;
	background-color: #163A98;
	font-family: Lucida Console;
}

.FormFirstColumn
{
 width: 20%;
}
	
.FormSecondColumn
{
 width: 80%;
}
	
.TitleDataList
{
	background-color: #EEE;
}

.TitleBPList
{
	font-family: Arial;
	font-size: 110%;
	font-weight: bold;
	color: Black; 
}

.vspacer
{
	height: 10px;
}

.subtitle
{
	height: 30px;
	font-weight: bold;  
	color: #006699;
	padding-top: 20px;
	border-bottom: solid 1px #006699;
}

.subtitle2
{
	height: 15px;
	font-weight: bold;  
	color: #000000;
	padding-top: 10px;
	border-bottom: solid 1px #006699;
}

.LabelData
{
	height: 30px;
	font-weight: bold;  
	color: #000000;
	padding-top: 20px;
}

.LabelEdit
{
	font-weight: bold;  
	color: #000000;
	/*vertical-align:top;*/
	/*width: 112px;*/
	text-align:right;
}

.LabelEditII
{
	font-weight: bold;  
	color: #000000;
	/*vertical-align:top;*/
	/*width: 112px;*/
	text-align:left;
}

.LabelEditMiddle
{
	font-weight: bold;  
	color: #000000;
	vertical-align:middle;
	/*width: 112px;*/
	text-align:right;
}

.grayLine
{
	height:1px;
	width:250px;
	background-color:#666666; 
}
.blackLine
{
	height:1px;
	width:250px;
	background-color:#FFFFFF; 
}
.LinkButton
{
	border: solid 1px #8080FF;
	text-decoration:none; 
	padding:2px;
	background-color:#EFF3FB;
}

.LinkButton:hover
{
	border: solid 1px #8080FF;
	text-decoration:none; 
	padding:2px;
	background-color:#EFF3FB;
}
.txtCalendar
{
	font-size:small; 
	font-family:Verdana,Arial;
	width:80px;
	/*height:15px;*/ 
}
.weekdayStyle
{
	background-color: White;
	font-family:Verdana,Helvetica,Tahoma,Arial;
	font-size:xx-small;
	/*color : green;	 */
}
.calendarPopup
{
}	
	
.txtShort
{
	font-size:small; 
	font-family:Verdana,Arial;
	width:160px;	
}

