@import url(table.css);

@import url(menu.css);

@import url(editor.css);

body {
    background-color: #fff;
	 font-family: Verdana, sans-serif;
}

div,h1,h2,td,ul,li {
    color: #000;
    font-size: 11px;
    vertical-align: top;
    line-height: 17px;
}

h1 {
    font-size: 13px;
    font-weight: bolder;
    color: #993333;
}

h2 {
    font-size: 13px;
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
}

h3 {
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
    font-weight: normal;
}

h4 {
    font-size: 11px;
    color: black;
    margin-top: 3px;
    font-weight: bold;
}

a {
    color: #000;
}

hr {
    background-color: transparent;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px solid #999;
    width: 100%;
}

.contentImage_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

#contentDivMainColumnTotalWidth {
    position: absolute;
    left: 170px;
    top: 80px;
    width: 800px;
	 padding-top:10px; 
	 padding-left:3px; 
	 padding-right:3px; 
	 padding-bottom:3px; 
}

#contentDivMainColumn {
    position: absolute;
    left: 170px;
    top: 80px;
    width: 550px;
	 margin-top: 10px;
}

#contentDivRightColumn {
    position: absolute;
    left: 752px;
    top: 80px;
    width: 248px;
	 padding-top: 2px;
}

.rightColumnTitle {
    background-color: #006666;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin-bottom: 2px;
}

.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: Courier New, monospace;
    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;
}

#footer {
	margin-top: 10px;
	padding-top: 3px;
	text-align: center;
	color: #666666;
	font-size: 11px;
}

#footer img {
    float: right;
    border: none;
    margin-top: 5px;
}
.header {
	 font-size: 13px;
    font-weight: bolder;
    color: #003366;	
}
