/***********************************************/
/* itvuran.css                             */
/* Use with template index.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
a{
	color: #ffffff;
	text-decoration: none;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #00cc00;
	text-decoration: underline;
}

h1{
 cxily: "Times New Roman", Times, serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 114%;
	color: #ffffff;
	margin: 0px;
	padding: 8px;
	
	
}

h3{
 font-family: font-family: "Times New Roman", Times, serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: font-family: "Times New Roman", Times, serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: font-family: "Times New Roman", Times, serif;
 font-size: 100%;
 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: "Times New Roman", Times, serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 57%;
}

/***********************************************/
/* 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: 12px;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 85%;
	visibility: inherit;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #ffffff;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

.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: 0px 0px 0px 4px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

.sikdir:hover {
		text-decoration: underline;
}

/*********** #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: 90%;
}

#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: #6d6d8a;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.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%;
	background-color:#ccff99;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#content .feature h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	position: absolute;
	z-index: auto;
	cursor: default;
	page-break-before: right;
	page-break-after: left;
}
#content .story p1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #00FF00;
}
#style41 {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#table41 {
	background-color: #ffffff;
}

body         { }
                             
h1           { 
               padding:0; color: #000000; 
               text-decoration: none; 
               font-family: Georgia, "Times New Roman", Times, serif; 
               font-size: 19px;
               margin-top:0; 
               margin-bottom:0; 
               font-weight:normal }
    
        
h1 a {                   
               text-decoration: none; 
               font-family: Georgia; 
               font-size: 19px;   
		line-height:95%;             
                  }
               
h1 a:hover { 
               text-decoration: underline;
		line-height:95%;  
             }  
 

h5           { 
               padding:0; 
               text-decoration: none; 
              margin-top:1; 
               margin-bottom:1; 
               font-weight:normal }
    
        
h5 a {                   
               text-decoration: none; 
              	line-height:126%;             
                  }
               
h5 a:hover { 
               text-decoration: underline;
		line-height:126%;  
             } 


      
               
h2           { font-family: "Times New Roman", Times, serif; 
               font-size: 10pt; 
               color: #000000; 
               font-weight: bold }
h3           { 
               padding:0; color: #0063CE; 
               text-decoration: none; 
              font-family: "Times New Roman", Times, serif; 
               font-size: 12px;
               margin-top:3; 
               margin-bottom:0; 
               font-weight:bold  }
               
                              
h3 a {                   
               text-decoration: none; 
               font-family: "Times New Roman", Times, serif; 
               font-size: 12px;
               color: #0063CE;
               
                  }
               
h3 a:hover { 
               text-decoration: underline;
               color: #0063CE; 
                  }
                                 
a            { font-family: "Times New Roman", Times, serif; 
               font-size: 13px; 
               line-height:140%;
               color: #000000; 
               text-decoration: none; 
               font-weight:none  }
               
a:hover      { color: #ffffff; 
               text-decoration:underline;}
               
               
h4         { 
               padding:0; color: #0063CE; 
               text-decoration: none; 
               font-family: "Times New Roman", Times, serif; 
               font-size: 12px;
               margin-top:3; 
               margin-bottom:0; 
               font-weight:bold  }
               
                              
h4 a {                   
               text-decoration: none; 
              font-family: "Times New Roman", Times, serif; 
               font-size: 12px;
               color: #0063CE;
               
                  }
               
h4 a:hover { 
               text-decoration: underline;
               color: #0063CE; 
                  }
                                 
a            { font-family: "Times New Roman", Times, serif; 
               font-size: 13px; 
               line-height:140%;
               color: #000000; 
               text-decoration: none; 
               font-weight:none  }
               
a:hover      { color: #000000; 
               text-decoration:underline;}
               

.square  { 
              color: #999966; 
              text-decoration: none ; 
              font-family: "Times New Roman", Times, serif; 
              font-size: 10px; 
              font-weight:bold; 
	      text-transform: uppercase}
                                      
.LooksLike {
              font-family: "Times New Roman", Times, serif; 
              font-size: 13px; 
              color: #333333; 
              line-height:140%;
              margin-top: 0; 
              margin-bottom: 0 } 


#navigation1

{
	LEFT: 0px;
	POSITION: relative;
	TOP: 0px;
	background-color: #ffffff;
} 

#navigation1 UL
{
    padding:0px; MARGIN: 0px;
  
     width: 100%px;
    LIST-STYLE-TYPE: none; 
    font-variant:normal; 
    font-size:10px; 
    font-family: "Times New Roman", Times, serif; 
    font-weight:bold;
}

#navigation1 LI

{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 8px;
    MARGIN-BOTTOM: 1px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #dddddd 0px solid;
    BACKGROUND-COLOR: #000000;
    font-size:10px;
    overflow: hidden    
}
 
#navigation1 a {    

     display: block; 
     PADDING-RIGHT: 2px;
     PADDING-BOTTOM: 2px;
     PADDING-TOP: 2px;
     PADDING-LEFT: 5px;
     width: 99%px;
     background-color: #303030; 
     border-bottom: 0px solid #FFF; 
     line-height: 20px;
     color: #999900; 
     text-decoration: none; 
     font-size:10px;
	 font-color:10px;
     font-variant:normal; 
    font-family: "Times New Roman", Times, serif; 
     font-weight:bold           
}


#navigation1 a:hover { 

     background-color: #6d6d8a; 
     color: #00cc00; 
}


 /* Common elements */
body *{outline:none;}
body{font:small/1.2em arial,helvetica,clean,sans-serif;font:x-small;}
table{font-size:inherit;font:x-small;}
html>body{font:83% arial,helvetica,clean,sans-serif;}
pre, code, select, input {font-size:100%} 
label{cursor:pointer;cursor:hand;}
a,a:visited{text-decoration:none;}
a:hover{ text-decoration:underline;}
#cercive :link {text-decoration:underline;}
#cercive :visited {text-decoration:underline;}
form{margin:0;}
h2{font-size:140%;margin:0 0 .5em 0; }
ul{margin:0; padding:.5em .5em .5em 1.5em;}

#alfa{margin-bottom:.5em;}
# td#leftnav{background-repeat:repeat-x;background-position:top;padding:.75em .5em;}
# td#leftnavdelimit { background-repeat:no-repeat;background-position:top;}
# td#maincontent { background-repeat:repeat-x;background-position:top;padding:.75em 0 1em 15px;}

div.hisse, div.contentbuttonbar{padding:.5em;text-align:right;line-height:1.8em;height:2.8em;}
html>body div.hisse, html>body div.contentbuttonbar{height:2.8em;}
@media all{html>body div.hisse, html>body div.contentbuttonbar{height:1.8em;}}
div.hisse span.last button, div.contentbuttonbar span.last button{margin:0;}
div.hisse span.last{padding:.25em;}
html>body div.hisse span.last{white-space:eslinde;width:1%;padding-top:0;padding-bottom:0;}
@media all{html>body div.hisse span.last{padding:.25em;}}
div.hisse span span{display:none;}
div.hisse span.first{float:left;text-align:left;white-space:eslinde;}
div.hisse span.last a{font-weight:bold;padding-bottom:.15em;text-decoration:underline;}
div.hisse span.last span{display:inline;}
div.hisse span.last img{position:relative;top:.25em;}






#darkyellowhead{margin-top:.5em;height:2.15em;border-style:solid;border-width:0 0 1px 0;}
@media all{html>body #darkyellowhead{height:2.1em;}}
#darkyellowhead div{height:1.75em;border-style:solid;border-width:0 0 1px 0;}
html>body #darkyellowhead div{height:1.75em;}
@media all{html>body #darkyellowhead div{height:1.7em;}}
#darkyellowhead span{position:relative;display:block;float:left;height:1.5em;margin:0 1px;border-width:1px 0 0 0;border-style:solid;}
html>body #darkyellowhead span{display:inline-block;float:none;}
@media all{html>body #darkyellowhead span{display:block;float:left;width:auto;}}
#darkyellowhead span.last{position:static;display:inline;float:right;height:auto;margin:0;padding:.5em 0 0 0;border:0;font:78% verdana;}
#darkyellowhead span.last a{font-weight:normal;}
#darkyellowhead span span{border-width:0 1px;margin:0 -1px;height:auto;padding:.25em .25em .25em .8em;}
#darkyellowhead span{left:-1px;}
#darkyellowhead span span{left:0px;}
html>body #darkyellowhead span{left:0px;}
@media all{html>body #darkyellowhead span span{height:1.15em;float:none;}}
#darkyellowhead a{font-weight:bold;}
#darkyellowhead a.jump{text-decoration:none;outline:none;}
#darkyellowhead span span span{display:none;}
#darkyellowhead img{height:.9em;width:1.5em;border:0;}
#darkyellowhead span.selected{font-size:120%;bottom:-.2em;margin-top:-.4em;}			
@media all{html>body #darkyellowhead span.selected{bottom:-2px;margin-top:-4px;}}
#darkyellowhead span.selected img{width:1.2em;}





body{margin:0px 4px;}
#alfa h2 span{font:normal 52% verdana;}








table.{border-bottom-style:solid;border-bottom-width:1px;}
table. h2{margin:0;}
table. td#first, table. td#delimit, table. td.content, table. td#eudelimit{background-repeat:repeat-x;}
table.gorun td#first, table.optionsview td#first{padding:3px 6px 7px 1px;}
table.gorun td.content, table.confirmationview td.content{padding:7px 0 10px 10px;}


table.optionsview #alfa div.last, table.composeview #alfa div.last, table.optionsview td#first div.last{border-bottom-width:1px;border-bottom-style:solid;}


table.gorun div.fieldset{border-width:0;border-style:none;}


div.keysbar{text-align:left;padding:6px;}












/* Common elements */
body{color:#000;background-color:#ffffff}





#darkyellowhead{background-color:#f3bd4d;border-bottom-color:#dc881e;}
#darkyellowhead div{background-color:#FFF;border-bottom-color:#C1C1C1;}
#darkyellowhead span{border-color:#C1C1C1;}
#darkyellowhead span span{background-color:#F3BD4D;}
#darkyellowhead span.selected{border-color:#f3bd4d;}			
#darkyellowhead span.selected span{border-color:#f3bd4d;background-color:#f3bd4d;}
#darkyellowhead span.selected a{color:#FFF;}			
#darkyellowhead span.hover{border-color:#C1C1C1;}			
#darkyellowhead span.hover span{border-color:#C1C1C1;background-color:#C1C1C1;}
#darkyellowhead span.hover a{color:#FFF;}			



.hisse{background-color:#ffffff;}
div.hisse span#searchtestfields{background-color:#c2d5fc;}
#greenstrip{border-color:#c2d5fc;}
#hissebottom{border-color:#FFF;}





button, .button{background-color:#BCB99A;border-color:#FFF #C1C1C1 #C1C1C1 #FFF;color:#333;}
a.button:visited{color:#333;}
div.hisse span.last a, div.hisse span.last span{border-color:#C1C1C1;}
div.hisse span.last{background-color:#fdfae8;}






