
html {
    height: 100%;
}

body
{
    padding: 1em ; border: 0; margin: 0;
    font-size: smaller;
    font-family: verdana, tahoma, sans-serif;
	background: #0D0D0D url(/images/bg.jpg);
	background-repeat: repeat-x;
}

.floatClear
{
    clear: both;
    height: 1px !important;
    margin: 0; border: 0; padding: 0;
    width: 1px;
}



.copyright {
    margin-top: 1em;
    color: #888;
    font-size: smaller;
    border-bottom: 1px solid #ccc;
	width: 942px;
	margin-left: auto;
    margin-right: auto;
}


#pageBody {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #BBBBBB;
	padding: 20px;
	height: auto;
	min-height: 600px;
	height: auto;
	width: 900px;
	z-index: 1;
	background: #ffffff url(/images/page_bg.png) bottom left repeat-x;
	overflow: hidden;
}

#bodyPad {
   margin-top:15px;
   margin-left:15px;
   margin-right:15px;
   
}



#wrapper {
	min-width: 750px;
	
}


#logobar
{
    position: relative;
    width: 100%;
    margin: 0.5em 0 0.5em 0;
}

#logobar .secondary
{
    float: right;
    border: 0;
	margin-right:15px;
}

#logobar .primary
{
    float: left;
    border: 0;
}

#navbarBorder {
    position: relative;
    height: 2.36em;
    width: 99%;
}

#navbarLeft {
    position: absolute;
    background: url(/images/menu_corner_left.png) top left no-repeat;
    width:8px;
    height:2.36em;
    top:0px;
    left:0px;
}

#navbarRight {
    position: absolute;
    background: url(/images/menu_corner_right.png) top right no-repeat;
    width:8px;
    height:2.36em;
    top:0px;
    right:0px;
}

#navbar
{
    position: relative;
    width: auto;
    background: url(/images/menubg.png) top left repeat-x;
    padding: 0em 1em;
    margin-bottom: 1em;
    height: 2.36em;
  
    top:0px;
}

#navbar ul
{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#navbar ul li
{
    padding: 0.5em 0.75em;
    display: block;
    float: left;
    color: white;
}

#navbar ul li.pref
{
    float: right;

}

#navbar ul li.active {
    background: #007DB9 url(/images/menubg-active.png) top left repeat-x;
    height: 1.4em;
}

#navbar ul li a
{
    color: white;
    text-decoration: none;
    border-bottom: 1px transparent;
}

#navbar ul li a:hover
{
    border-bottom: 1px solid white;
}

#menu_divider {
    background: url(/images/menu_divider.png) top left no-repeat;
    width: 2px;
    height: 31px;
}

.ktLoggedInUser {
    font-weight: bold;
}

#navbar ul li.active a:hover,
#navbar ul li.active a
{
    font-weight: bold;

}


#content_left {
	width: 620px;
	min-height: 400px;
	float: left;
	text-align: left;
	background: url(../../images/3dnetwork_bg.png) center no-repeat;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	overflow: auto;
	visibility: visible;
	z-index: 1;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#content_left a {
text-decoration: none;
}

#content_right {
	width: 230px;
	border:solid 1px #E5E5E5;
	background: #FFFFFF;
	height: auto;
	float: right;
	text-align: left;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: none;
}


#content_right .header {


	background:#0066CC url(../../images/menubg.png) repeat-x;
	margin: 0px;
	color: #FFFFFF;
	width: 230px;
	height: 20px;
	text-align: center;
	vertical-align:middle;
	font-family: verdana, tahoma, sans-serif;
	font-size: 13px;

}

#content_right a {
text-decoration: none;
}

#content_right .active {
background-color:#99CCFF
}

.section_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2161C3;
}

.mini_section_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2161C3;
}

.button{
	border: 1px solid #6699CC;
	padding: 1px 6px;
	color: #2161C3 !important;
	text-decoration: none;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	background-color: #FFFFFF;
}

.button a: link{
	color: #2161C3 !important;
}

.button a: visited{
	color: #2161C3 !important;
}

.button a: hover{
	color: #000000 !important;
}

.button a: active{
	color: #000000 !important;
}

.webform {
	border: 1px solid #6699CC;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}

#div1, #div2, #div3, #div4 {
	position:absolute;
	left:0px;
	top:32px;
	padding: 5px;
	color:#FF0000;
	visibility:hidden;
	z-index: auto;
}

#navabout, #div5 {
	position:absolute;
	right:0px;
	top:32px;
	padding: 5px;
	color:#FF0000;
	visibility:hidden;
	z-index: auto;
}