@charset "utf-8";
/* CSS Document */
/* Global Styles ---------- */
body {
	text-align: center; /* for IE */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-color: #DCDDDC;	
}

.global_admin_table {
    width:100%;
}

td, th {
	font-size: 11px;
	color: #333333;
}

.menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.mainmenu {
	z-index: 10;
	position: absolute;
	width: 100%;
	font-size:12px;
	font-family: Tahoma;
}

.menu_border {
	border: 1px solid #FFFFFF;
}

a:link {
	color: #666666; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #666666; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #333333; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333333; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}

footer {
	background-color: #FCC204;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

.input {
	border:1px solid #000000;
	font-family:Tahoma;
	font-size:11px;
	background-color:#FFFFFF;
	padding-left:3px;
}

.button {
 	
}

.checkbox {
	border:none;
	background-color:#FFFFFF;
}

textarea {
	border:1px solid #000000;
	font-family:Tahoma;
	font-size:11px;
	padding:3px;
}

select {
	border:1px solid #000000;
	font-family:Tahoma;
	font-size:11px;
}

hr {
	border:1px dotted #FFD7AE;
}

/* <------------- Global Styles END */

.content {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	top:0px;
	width:992px;
	height: auto;
	border: 1px solid #333333;
	background-color:#E0DFE3;
}

.contentbar {
	height:100%
}

.writeup {
	text-align:justify;
	font-size:12px;
	font-stretch:expanded;
	text-shadow:#00CC00;
	letter-spacing:2px;
}

.center {
	background-color:#FFFFFF;
	border:1px solid #333333;
	width:100%;
}

.titlebar {
	width:100%;
	height:20px;
	background-color:#666666;
	color:#E0DFE3;
	font-weight:bold;
	font-size:12px;
}

.content_table_border {
	border: 1px solid #FFD7AE; 
	border-top: 0px;
	vertical-align:top;
}

.content_table_border_middle {
	border-bottom: 1px solid #FFD7AE;
	vertical-align:top;	
}

.error_message {
	font-family:Tahoma;
	font-size:11px;	
	color:#FF0000;	
}

.listing_layer {
	border:1px solid #FFEFB0;
	background-color: #FFEFB0;
	background-image:url(../images/background_line.jpg);
	background-repeat:repeat-x;
}
	
.help_layer {
	border:1px solid #FFCB04;
	padding:3px;
}

.field_table {
	width: 100%;
}

.field_form_header {
	border:none;
	border-bottom: 6px solid #FFCB04;
	font-family:Tahoma;
	font-size:12px;	
	background-color:#FFEFB0;
}

.field_form_footer {
	border:none;
	border-bottom: 6px solid #FFCB04;
	font-family:Tahoma;
	font-size:11px;	
	background-color:#FFEFB0;
}

.field_title {
	border:1px solid #FFCB04;
	font-family:Tahoma;
	font-size:11px;	
	background-color:#FFEFB0;
}

.textarea_display {
	border:1px solid #FFCB04;
}

.td_filmstrip {
	background-color:#000000;
	background-image:url(../images/filmstrip.gif);
	background-repeat:repeat-x;
	height:34px;
}

.td_filmstrip_text {
	color: #DCDDDC;
}

.view_table {
	border:1px solid #EEEEEE;
	width:100%;
}

.view_table tr {

}

.view_table th {
	background-color:#EEEEEE;
	text-align:center;
}

.view_table #number_align {
	text-align:right;
}

.view_table #center_align {
    text-align:center;
}

.view_table td {
	background-color:#FFFFFF;
}

