
/*  Universal reset */

* {
 margin: 0px;
 padding: 0px;
 }

body {
 background: url('../images/bg.gif') repeat-x #8eaaac;
 font-family: Verdana, Helvetica, Arial,sans-serif;
 font-size: 11px;
 color: #263F48;
 line-height: 1.3;
}
* html body h3{
 font-size: 13px;
}
a{
 text-decoration: none; 
 color:#333;
 font-weight: bold;
}

/* Layout styles */
#wrapper{
 position: relative;
 width:870px;
 margin: 5px auto;
}
#header{
 
 background: url('../images/vcds_banner.jpg');
 width: 870px;
 height: 125px;
 margin-bottom:5px;
}
#header_right{
 width: 200px;
 height: 125px;
 background: white;
 position:absolute;
 left: 670px;
 top: 0px;
 
}
#header_right .moduletable{
 margin:0px;
 padding 0px;
}

#bodycontainer{
background: #dae1e1; /*#e5edf6; */

}

#user1{
 height:200px;
 background: white;
}
#leftcol{
 position: absolute;
 right: 700px;
 background: url('../images/leftcol_bg.gif') repeat-x #dae1e1;
 width:170px;
 min-height:400px;
 
}
.inside{
 padding: 25px;
}
#mainbody3{
 background: url('../images/topleftshadow.gif') no-repeat;
 min-height: 400px;
}
#mainbody2{
 background: url('../images/leftshadow.gif') repeat-y;
 
}
#mainbody1{
 background: url('../images/topshadow.gif') repeat-x;
}
#mainbody{
 position: relative;
 background-color: white;
 margin-left: 170px;
}

#footer{
 margin: 2px auto;
 width: 500px;
 text-align: center;
}


}
/* End of layout styles */

/* General styles */
div.moduletable_menu{
 margin-top: 5px;
 padding-left: 5px;
 
} 
div.moduletable_menu ul li a{
 display: block;
 padding:5px 0px;
 margin-left:4px;
 margin-right:10px;
 margin-top:5px;
 color:#333;
 border-right: 4px solid #50636a;
	border-bottom: 1px solid #8daaab;

}
div.moduletable_menu h3{
 background: url('../images/module_title_bg.gif') repeat;
 width: 162px;
 color: white; 
 padding: 4px 4px;
 margin-left:-5px;
 margin-bottom: 3px;
}

div.moduletable_menu ul, div.moduletable ul{
 list-style-type:none;
 }
div.moduletable{
 margin-top: 5px;
 padding-left: 5px;


} 
div.moduletable h3{
 background: url('../images/module_title_bg.gif') repeat;
 width: 162px;
 color: white; 
 padding: 4px 4px;
 margin-left:-5px;
 margin-bottom: 3px;
}

li#current a {
 	border-right: 4px solid #9dca17;
}

a.readon {
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	color: #6495ED;
}
 .componentheading{
 display: none;
 font-size: 1.7em;
 font-weight: bold;
}
 .contentheading{
 font-size: 1.5em;
 font-weight: bold;
 color: #46596E; /* #173E71; */
 padding: 10px 0px;
}
.small, .createdate, .modifydate{
 font-size: 0.9em;
 color: #666;
}	
.createdate{
 padding-bottom: 5px;
}
td.buttonheading a {
  color:white;
}

/* Content support styles*/
a.contents_menu{
 color: #46596E; /*#173E71; */
 font-style: italic;
 display: block;
}
h3.blocktitle{
 color:#46596E; /*#173E71; */
}
.indent{
 margin-left:3em;
}
ul.normallist li{
 margin-left:3em;
}
ul.normallist a{
	color: #173E71;
	font-style: italic;
	font-weight: normal;
}
a img.thumb{
 margin:9px 7px;
 border: 3;
 border-color:black;
 float:left;
}
a img.intro{
 border: 3;
 border-color:black;
 float:left;
 margin-top:3px;
 margin-right:5px;
 margin-bottom:5px;
}

/* Support style for GK3 News Show */
img.gk_news_show_news_image_static
{
margin-top:3px;
 margin-right:5px;

}
td.gk_news_show_left{
padding-right: 4px;
}
tr.gk_news_show_tablerow a.readon{
margin-top: 0px;
}
div.moduletablegk1 h3{
 color: #9dca17;
 margin-bottom:3px;
 font-size:1.5em;
}
table.gk_news_show_table{
 
}
div.moduletablegk1 {
margin-bottom:5px;
border: 2px solid #DAE1E1;
 padding:3px;
}