﻿body {
	margin: 0px;

	font: 0.7em Verdana,Arial,Helvetica,sans-serif;
	
}


#header, #header-thetruth {
	margin-right: auto;
	height: 80px;
	width: 100%;

	background:  url(images/background_main.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#f3da9f;
}

#header-thetruth{ background-image:none;}



#body {
	padding: 13px 11px 13px 10px;
}

#nav { background-color:#cfb77f; color:White; padding:3px; border-top:1px solid #ffffff;    border-bottom:1px solid #dfc88f;}



a {color:#ad0101; text-decoration:none;}

a:hover {color:#c72525; text-decoration:underline;}

#nav a {color:#ffffff; text-decoration:none;}

#nav a:hover {color:#ffffff; text-decoration:underline;}


.formsection {
	padding: 10px;
	margin-top: 15px;
	background: #D6DDE9 url(images/background_formsection.gif) repeat-x center;
	font-weight: bold;
	text-align: left;
	font-size:11px;
}

form {
	margin: 0px;
}



.dropdown{

}


fieldset {
	margin-bottom: 0px;
	margin-top:0px;
	padding: 0px 10px 10px 10px;
	border:1px solid #dfc88f;
	display: block;
}

legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}

.field-title { color:#666666; font-weight:bold;}

.form-input-200 
{
    width:200px;
    border:1px solid #cccccc;
    padding:2px;
    background-color:#f8f8f8;
    color:#333333;
    	font: 1.0em Verdana,Arial,Helvetica,sans-serif;
}

.form-input-100 
{
    width:100px;
    border:1px solid #cccccc;
    padding:2px;
    background-color:#f8f8f8;
    color:#333333;
    	font: 1.0em Verdana,Arial,Helvetica,sans-serif;
}


.normal-submit 

{
      font-size:13px;
      padding:1px;
      border:1px solid #000000;
      background: url(images/button.jpg);
      background-repeat:repeat-x;
      background-color:#cccccc;
}

.editor-button

{
      font-size:10px;
      padding:1px;
      border:1px solid #000000;
      background: url(images/button.jpg);
      background-repeat:repeat-x;
      background-color:#cccccc;
}


.popupcontrol {background:#ffffff; border:2px solid #000000;}

.modalbackground {background-color:gray; filter:alpha(opacity=70);opacity:0.7;}

.modalpopup{ padding:10px; width:680px; background-color:#ffffff;}



.grid-header th  { border-bottom:2px solid #d6dde9;}

.grid-row td {background-color:#eaeef5; border-bottom:1px solid #ffffff;}

.grid-row-alt td{background-color:#f0f3f8;border-bottom:1px solid #ffffff;}

p {margin:5px 10px 5px 10px;}

.text-block {margin:5px 10px 5px 10px;}

h1 { font-family:Arial;  font-size:16px; color:#4397ff;}
        

