﻿body
{
	font-size: small;
	/* background: url(../Images/PageBackGround2.jpg) #00FF00 repeat-x; */
	background-color: #aaa;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	position: static;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	width: 1000px;
	background-color: #fff;
}
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
#logo
{
	left: 10px;
	position: relative;
	top: 5px;
}
#login
{
	float: right;
	padding: 0px;
	font-size: x-small;
	margin: 10px;
}
.logincontrol
{
	text-align: center;
	padding-top: 100px;
}
#navigation
{
	border-color: #888888;
	border-width: 1px;
	margin-right: 10px;
	background-color: #eee;
	overflow: hidden;
	width: 1000px;
	font-size: small;
	color: Black;
	border-top-style: solid;
	border-bottom-style: solid;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
}
.navigation_dynamicmenu
{
	color: Black;
	background-color: #eee;

}
#footer
{
	border-width: 1px;
	border-color: #888888;
	clear: both;
	text-align: left;
	background-color: #eeeeee;
	margin-right: 10px;
	margin-left: 0px;
	width: 1000px;
	overflow: hidden;
	padding-top: 5px;
	font-size: x-small;
	border-top-style: solid;
	border-bottom-style: solid;
}
.footer_dynamicmenu
{
	background-color: #eeeeee;
	text-align: left;
}
#content {
	margin-right: 0px;
	margin-left: 0px;
	width: 1000px;
	padding: 0px;
	background-color: #fff;
	font-size: x-small;
	min-height: 500px;
}
#column_m
{
	width: 600px;
	margin: 0px 0px 0px 160px;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#column_r {
	width: 200px;
	margin: 0px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
}

#column_l {
	width: 150px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	color: #333;
	font-size: 2.0em;
}
h2 {
	color: #333;
	font-size: 1.75em;
}
h3 {
	color: #333;
	font-size: 1.5em;
}
h4 {
	color: #333;
	font-size: 1.25em;
}
h5 {
	color: #333;
	font-size: 0.75em;
}
h6 {
	color: #333;
	font-size: 0.5em;
}
big {
	color: #333;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#footer p {
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.float_right {
	float:right;
	width: 50%;
	padding: 10px;
}
.float_left 
{
	float: left;
	width: 40%;
	padding: 10px;
}
.CenterIt {
	text-align:center;
}

.edtable
{
	width: 500px;
}
.EDGridView
{
	width: 600px;
	background-color: Aqua;
}
.edqcategory
{
	background: #eee;
	padding: 5px 5px 5px 5px;
}
.sidebarcontainer
{
	border: 1px #FFCC66 solid; 
	background-color: #eee;
	margin: 10px 10px 10px 5px;
	padding: 10px 0px 0px 0px;
	width: 80%;
}
.edqcategory:hover
{
	background: #fc6;
}

PRE
{
	background-color: #EEEEEE;
	padding: 7px;
	font-family: Lucida Console, Courier New;
	white-space: pre;
	overflow: auto;
	font-size: 1em;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #0000ff;
    background-color: #88ccff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.PicRight
{
	float: right;
	padding: 5px;
}
.PicLeft
{
	float: left;
	padding: 5px;
}
.BookReview
{
	padding: 10px;
	vertical-align: top;
	border: solid 1px #eee;
	width: 33%;
}
.BlogTitle
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;	
	border-right: gray 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ccccff;
}
.BlogBody
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;	
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
}
.CommentHeader
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffddff;
	font-style: italic;
	width: 100%;
}
.CommentBody
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;	
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #fff;
	width: 100%;
}
.CopyRight
{
	background-color: #fff;
	text-align:center;
	width: 1000px;
	font-size: .7em;
}
.CenterText
{
	text-align: center;
}
.AgInstalled
{
	background: red;
}
.AgNotInstalled
{
	background: blue;
}
