@import url(table.css);

@import url(ZiriusMenu.css);

@import url(editor.css);


* { padding: 0; margin: 0; }

body {
font	: 0.73em/1em sans-serif,helvetica,verdana;
	line-height: normal;
	color	: #000000;
	background-color: #D2D4D6;


}


#wrapper { 
 margin: 0 auto;
 width: 922px;
 color:#76787b;
}


#header {
 width: 922px;
height: 72px;
 float: left;
 padding: 0px;
 margin: 0px 0px 0px 0px;

}


#toptext {
     position: relative;
     float: right;
     top: 10px;
 
    height:0px;
}

#navigation2{
 float: left;
 width: 922px;


 padding: 0
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #D7DDDD;
}

#navigation {
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 5px 5px 5px 0px;
 padding: 10px;
 width: 195px;
 float: left;
}

#navigation3 {

height:400px;
 background: #fff;
 margin: 10px 5px 5px 0px;
 padding: 0px;
 width: 170px;
 float: left;
}

#main{
background: #fff;
 color:#fff;
}


#contentDivMainColumn { 
 float: left;
color	: #000000;
 background: #FFF;
 margin: 5px 5px 5px 0px;
 padding: 10px;

 display: inline;
}



#contentDivRightColumn { 
 color: #333;

height:480px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 float: left;
 width: 202px;
 background: #EFF6FC;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;

 background: #EFF6FC;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}


.closed
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
} 




h1, h2, h3, h4, h5, h6
{
	color						: #1e3a8f;
}
a
{
	color						: #448ccb; 
	text-decoration					: none;
      no-repeat right top;

}
h1
{
	color						: #1e3a8f;
	font-size					: 1.6em;
	margin-bottom					: 0.5em;
	line-height					: normal;
}
h2
{
	font-size					: 1.4em;
	line-height					: normal;
}
h3
{
	font-size					: 1.2em;
	margin-bottom					: 0.5em;
	line-height					: normal;
}
h4
{
	font-size					: 1em;
	line-height					: normal;
}
h5
{
	font-size					: larger;
	line-height					: normal;
}
h6
{
	font-size					: smaller;
	line-height					: normal;
	color						: #448ccb; 
}
ul {
	list-style-type: inherit;
	list-style-image: none;
	list-style-position: inside;
}




.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: arial,sans-serif
    font-size: 12px;
}

.searchresult {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.searchresult p {
    margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
    display: block;
    margin-bottom: 2px;
}

.spacer1 {
    margin-bottom: 1em;
}

.spacer2 {
    margin-bottom: 2em;
}



.contentImage_left {
    float: left;
    padding-right: 5px;
    padding-bottom: 20px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 5px;
}

#contentDivMainColumnTotalWidth {
    position: relative;
    left: 217px;
    top: 88px;
    width: 710px;
}



.rightColumnTitle {
    background-color: #5D9BCE;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 4px;
    margin-top: 5px;
}

