﻿
/*
***************************************************************************************************
global CSS styles
***************************************************************************************************
*/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12px;
	margin: 0px 0px; 
}

input, textarea, button, select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
}

textarea {
	overflow:auto; 
}

img {
	border: 0px; 	
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-size: 18px; font-weight: bold;
	color: #363783;
	margin-top: 5px;
	margin-bottom: 25px;
}

h2 {
	font-size: 13px; font-weight: bold; 
	color: #363783;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 3px;
}

li { 
 	display: list-item; 
	list-style-position: outside; 
	line-height: 18px;
	list-style-type: square; 
	font-size: 12px;
	font-weight: normal;
	color: black;
}

ul {
	margin-top: 5px;
}	


a {
	color:  #363783;
}

a:hover {
	text-decoration: none;
}

/*
***************************************************************************************************
header and footer CSS styles
***************************************************************************************************
*/

.header {
	padding-left: 15px;
}

.footer {
	font-size: 11px;
	text-align: center;
	padding: 10px;
	color: #666;
}

.footer a:link {
	color: #666;
}

.welcome {
	font-size: 11px; font-weight: bold;
	color:  #363783;
}

.right_title {
	font-size: 16px; font-weight: bold; 
	color: #363783;
	font-family: Arial;
}

/*
***************************************************************************************************
top menu CSS styles
***************************************************************************************************
*/

.top_menu {
	border-left: 1px solid #9198A6;
	border-top: 1px solid #9198A6;
	background-color: #EEEEF0;
}


.menu_active {
	color: black;
	border-right: 1px solid #9198A6;
	text-decoration: none;
	background-color: #BDC1CA;
}

.menu_hover {
	color: black;
	border-right: 1px solid #9198A6;
	text-decoration: none;
	background-color: #BDC1CA;
}

.menu_item {
	font-size: 11px !important;
	color: black;
	border-right: 1px solid #9198A6;
	text-decoration: none;
	text-align: center;
}

/*
***************************************************************************************************
page content CSS styles
***************************************************************************************************
*/

#content_layer 
{
	border: 1px solid #9198A6;
}

.content {
	padding: 10px 25px; 
	text-align: center;
}

.head{ 
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #363783;
	margin-top: 15px;
	margin-bottom: 5px;
}

table.edittable {
	border-collapse: collapse;
	border: solid 1px #DEDEDE;
	width: 100%;
}

table.edittable td{
	 padding: 4px 6px 4px 6px;
	 margin: 0px 0px 0px 0px;
}

.edittable td.headcell
{
	font-size: 11px; font-weight: bold;
	border: solid 1px #FFFFFF; 
	background-color:#dedede;
}

.edittable td.incell
{
	font-size: 11px;
	border-left: solid 1px;	 
	border-right: solid 1px;	 
	border-color: #ece9d8;
	background-color:#f9f9f9;
}

.edittable td.alternateincell
{
	font-size: 11px;
	border-left: solid 1px;	 
	border-right: solid 1px;	 
	border-color: #ece9d8;
	background-color:#fefefe;
}

.admin_button {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 
	font-size: 11px; font-weight: bold;
	padding: 2px 5px 2px 5px;
}

.admin_tip {
	font-size: 12px; 
	color: #000000;
}

/*
***************************************************************************************************
news edit CSS styles
***************************************************************************************************
*/

.news_edit_box 
{
	margin: 20px 0px 20px 0px;
}

.news_edit_content
{
	margin: 2px 2px 5px 2px;
	border: dotted 1px #9198A6;
}

.news_edit_title
{
	padding: 2px 2px 2px 2px;
	font-size: 12px; font-weight: bold;
	color: #363783;
}

.news_edit_text
{
	padding: 2px 2px 2px 2px;
}

.news_edit_buttons
{
	margin: 2px 0px 5px 0px;
	font-size: 11px;
	position: relative;
	width: 100%;
}


/*
***************************************************************************************************
link edit CSS styles
***************************************************************************************************
*/

.link_edit_box 
{
	padding: 0px 0px 25px 0px;
}

.link_edit_content
{
	margin: 2px 2px 5px 2px;
	border: dotted 1px #9198A6;
}

.link_edit_title
{
	padding: 2px 2px 2px 2px;
	font-size: 12px; font-weight: bold;
	color: #363783;
}

.link_edit_html
{
	padding: 2px 2px 2px 2px;
}

.link_edit_buttons
{
	margin: 2px 0px 5px 0px;
	font-size: 11px;
	position: relative;
	width: 100%;
}


/*
***************************************************************************************************
edit forms CSS styles
***************************************************************************************************
*/

.edit_form {
	width: 100%;
}

.edit_form div, .edit_form span {
}

.edit_form .top_bar {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	background-position:left; 
	background-repeat:repeat; 
	background-image:url(Images/bg_bar.gif); 
	font-size: 13px; font-weight: bold;
	color: #363783;
	border-bottom: 1px solid #9198A6;
}

.edit_form .fields_area {
	padding: 15px 5px 10px 5px;
}

.edit_form div.row {
	clear: both;
	padding: 2px 0px 2px 4px;
	overflow: auto;
	height: auto;
}

.edit_form div.row span.label {
	float: left;
	width: 125px; 
	font-size: 11px; font-weight: bold;	
	color: #5A5A5A;
	text-align: right;
	padding: 2px 5px 2px 0px;
}

.edit_form div.row span.formw {
	width: 260px;
	text-align: left;
} 

.edit_form div.row span.labelde {
	float: left;
	width: 50px; 
	font-size: 11px; font-weight: bold;	
	color: #5A5A5A;
	text-align: right;
	padding: 2px 5px 2px 0px;
}

.edit_form div.row span.formcont {
	float: left;
	text-align: left;
	width: 250px;
}

.edit_form div.spacer {
	clear: both;
}

.edit_form .textbox {
	width: 250px; 
	padding: 2px 3px 2px 3px;
	background: #FAFAFA; 
	border-right: #cccccc 1px solid; border-bottom: #cccccc 1px solid; 
	border-top: #666666 1px solid; border-left: #666666 1px solid;
	font-size: 11px;  
	color: black; 
	text-align: left;
}

.edit_form .select {
	width: 250px; 
	background: #FAFAFA; 
	border-right: #cccccc 1px solid; border-bottom: #cccccc 1px solid; 
	border-top: #666666 1px solid; border-left: #666666 1px solid;
	font-size: 11px;  
	color: black; 
	text-align: left;
}

.edit_form a.hyperlink
{
	font-size: 11px;  
	background: #FAFAFA; 
	border-right: #cccccc 1px solid; border-bottom: #cccccc 1px solid; 
	border-top: #666666 1px solid; border-left: #666666 1px solid;
	vertical-align: middle;
}

.edit_form .button {
	font-size: 11px; 
	font-weight: bold;
	padding: 1px 1px 1px 1px;
	width: 75px;
}

.edit_form .buttons_area {
	position: relative;
	width: 390px; height: 25px;
}

.edit_form .error_label{
	font-weight: bold;
	color:#FF0000;
}

.edit_form .error_message{
	font-size: 11px; font-weight: normal;
	color:#FF0000;
}

.edit_form .text {
	font-size: 11px; font-weight: normal;	
	color: #000000;
}


/*
***************************************************************************************************
login control CSS styles
***************************************************************************************************
*/

.loginTextBox {
	 padding: 2px 2px 2px 3px;
	 background: #FFFFFF; 
	 border-right: #cccccc 1px solid; border-bottom: #cccccc 1px solid; 
	 border-top: #666666 1px solid; border-left: #666666 1px solid;
 	 font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;  color: black; 
	 text-align: left;
}

.loginLabel{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
	color:#333333;
	padding-top: 10px; padding-bottom: 10px;
}

.loginText{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 11px; font-weight: normal;
	color:#333333;
}

.loginButton{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
	padding: 1px 1px 1px 1px;
	width: 80px;
}

.loginBox {
    border: #bebebe 1px solid;
    background-color: #FCFCFC;
	padding: 10px 2px 10px 10px;
}

.loginTitle {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    background-color: #F1F1F1;
	padding: 5px 5px 5px 5px;
}

.loginPageTitle {
	border-bottom: 1px solid #9198A6;
	background-color: #EEEEF0;
	font-family: Arial;
	font-size: 16px; font-weight: bold;
	color: #363783;
	padding: 5px 5px 5px 5px; 
}
