﻿/* Common classes to copy to the editor.css file */
body {
	padding: 0px;
	margin: 0px;
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #000000;
	background: #F8F7E4;
}

td {
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #666666;
}

.admin_tblbdr {
	border: 1px solid #E6DDBB;
	background: #F8F7E4;
}

.table_light {
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}

.smallText {
	font: 11px "Trebuchet MS" , Arial, "Courier New";
	color: #999999;
}

h1, .h1 {
	font: 30px "Trebuchet MS" , Arial, "Courier New";
	color: #A7A37E;
	background: url(../images/h1_bg.gif) repeat-x top;
	margin: -8px 0 0 0;
	position: relative;
	top: -5px;
}

h2 {
	font: 18px "Trebuchet MS" , Arial, "Courier New";
	color: #A7A37E;
	margin-bottom: 5px;
}

h3 {
	font: 14px "Trebuchet MS" , Arial, "Courier New";
	color: #A7A37E;
}

/* End common classes */

tr.hover:hover, tr.altItemHover:hover {
	background-color: #F5F5F5;
	cursor: pointer;
}

td.pe_lc {
	background: url(../images/pe_lc.jpg) repeat-y right;
	width: 8px;
}

td.pe_rc {
	background: url(../images/pe_rc.jpg) repeat-y left;
	width: 8px;
}

td.pe_bl {
	background: url(../images/pe_bl.jpg) no-repeat right top;
	height: 8px;
	width: 8px;
}

td.pe_bc {
	background: url(../images/pe_bc.jpg) repeat-x top;
	height: 8px;
}

td.pe_br {
	background: url(../images/pe_br.jpg) no-repeat left top;
	height: 8px;
	width: 8px;
}

td.content {
	padding: 0 20px 20px 20px;
	background: #FFF url(../images/content_bg.jpg) repeat-x top;
}

td.main_menu {
	background: url(../images/main_menu_bg.jpg) repeat-x top;
}

a.main_menu:link, a.main_menu:visited, a.main_menu:active {
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 11px 14px 3px 24px;
	text-align: center;
	background: url(../images/main_menu_bullet.gif) no-repeat left bottom;
	margin-top: 0px;
}

a.main_menu:hover {
	border-style: solid solid none solid;
	color: #002F2F;
	text-decoration: none;
	background-color: #E6DDBB;
	border-top-color: #F7F5E6;
	border-left-color: #F7F5E6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #D3C589;
	margin-top: 8px;
	padding: 2px 13px 3px 23px;
}

a:link, a:visited, a:active {
	/* Default text links */
	text-decoration: none;
	color: #046380;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.feat_link:link, a.feat_link:visited, a.feat_link:active {
	font: 16px "Trebuchet MS" , Arial, "Courier New";
	color: #046380;
	text-decoration: none;
	background: url(../images/icon_invite.jpg) no-repeat left;
	display: block;
	padding-left: 50px;
	height: 50px;
	padding-top: 5px;
	border: solid 1px #FFF;
}

a.feat_link:hover {
	color: #000;
	border: solid 1px #E6DDBB;
}

.inputBox, .inputTextBox {
	/* Form fields */
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #E6DDBB;
	padding: 0px 5px 0px 5px;
}

.inputBoxSearch {
	/* Search field */
	font: 13px "Trebuchet MS" , Arial, "Courier New";
	color: #A7A37E;
	padding-right: 5px;
	padding-left: 5px;
	margin: 2px -10px 20px 0;
	border-top: 1px solid #BFB692;
	border-right: 1px solid #F7F5EB;
	border-bottom: 1px solid #F7F5EB;
	border-left: 1px solid #BFB692;
	background: #E6DDBB url(../images/search_bg.jpg) repeat-x top;
	width: 160px;
}

.dropBox {
	/* Form fields */
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #666666;
	height: 22px;
	background-color: #FFFFFF;
	border: 1px solid #E6DDBB;
	padding: 0px 0px 0px 5px;
	margin-top: 1px;
}

.button {
	/* Form Buttons */
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	height: 22px;
	color: #000;
	border: 1px solid #E6DDBB;
	background: #E6DDBB url(../images/button_bg.jpg) repeat-x top;
}

.searchbtn {
	position: absolute;
	top: -300px;
	width: 0;
}

td.footer_menu {
	color: #FFFFFF;
	background: #046380;
	height: 16px;
	text-align: center;
}

a.footer_menu:link, a.footer_menu:visited, a.footer_menu:active {
	font: 10px "Trebuchet MS" , Arial, "Courier New";
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 0px 3px;
}

a.footer_menu:hover {
	background: #368299;
}

td.footer {
	font: 10px "Trebuchet MS" , Arial, "Courier New";
	color: #A7A37E;
}

a.footer:link, a.footer:visited, a.footer:active {
	font: 10px "Trebuchet MS" , Arial, "Courier New";
	color: #A7A37E;
	text-decoration: none;
}

a.footer:hover {
	color: #000000;
	text-decoration: none;
}

.table_head {
	background-color: #D4E5F6;
	color: #000000;
	font-weight: bold;
}

.admin_head {
	background-color: #D4E5F6;
	color: #000000;
	font-weight: bold;
}

.altItem {
	background-color: #E6DDBB;
}

.editItem {
	background-color: #CCCCCC;
}
