/*******************************/
/***** GLOBAL DECLARATIONS *****/
/*******************************/

body {
	margin: 0px;
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

td, p, div, input, select, textarea, span.normal {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

p {
	margin: 0px 0px 10px 0px;
}

/* removes margin from last <p> in tables */
/* works in FF only */
.no_p_margin *:last-child {
	margin-bottom: 0px;
}

/* headings */
h1 {
	padding-top: 5px;
	margin: 0px 0px -8px 6px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #98173d;
	text-transform: capitalize !important;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	margin: 0px 0px 4px 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: square;
}

/* links */
a:link, a:active, a:visited {
	color: #98173d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* "button" links */
a.button:link, a.button:active, a.button:visited {
	font-size: 8pt;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
	background-color: #98173d;
	text-align: center;
	text-decoration: none;
	margin-right: 3px;
}

a.button:hover {
	background-color: #000000;
}

a > img {
	border: none;
}

/*******************************/
/*********** HEADER ************/
/*******************************/

.header_row {
	height: 153px;
	background-image: url(../images/header_tile.jpg);
	background-repeat: repeat-x;
	/*background-position: 708px;*/
}

.header_bar_left {
	background-image: url(../images/header_bar_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 339px;
	height: 41px;
}

.header_bar_middle {
	background-image: url(../images/header_bar_tile.gif);
	background-repeat: repeat-x;
	height: 41px;
}

.header_bar_right {
	background-image: url(../images/header_bar_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #98173d;
	padding-top: 5px;
	padding-right: 10px;
	width: 329px;
	text-align: right;
	height: 41px;
	vertical-align: middle;
}

/* relative links */
.header_bar_right a:link, .header_bar_right a:active, .header_bar_right a:visited {
	font-size: 8pt;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
	background-color: #98173d;
	text-align: center;
	text-decoration: none;
	margin-right: 3px;
}

.header_bar_right a:hover {
	background-color: #000000;
}

.headlines {
/*	background-image: url(../images/latest_headlines_bkg.jpg);
	background-repeat: no-repeat;*/
	height: 153px;
	/*width: 249px;*/
	position: absolute;
	top: 0px;
	left: 700px;
	padding: 20px 0px 0px 10px;
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}

.headlines div {
	margin-left: 10px;
	background-image: url(../images/latest_headlines_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 13px;
	text-transform: capitalize;
}

.headlines div a:link, .headlines div a:active, .headlines div a:visited {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	text-transform: capitalize;
}

.headlines div a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}

/*******************************/
/******** BODY CONTENT *********/
/*******************************/

#body_wrapper {
	padding: 10px;
}

.body_table_top {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 16px;
	background-image: url(../images/body_table_top_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.body_table_left {
	width: 14px;
	background-color: #FFFFFF;
	background-image: url(../images/body_table_left.jpg);
	background-repeat: repeat-y;
}

.body_table_right {
	width: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/body_table_right.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.body_table_bottom {
	background-color: #efefe7;
	height: 19px;
	padding-right: 25px;
}

.right_column {
	width: 144px;
	text-align: center;
}

div.quick_links {
	text-align: left;
	padding: 5px;
}

div.quick_links a {
	display: block;
	padding: 0px 0px 4px 0px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/**font-style: italic;**/
	text-align: right;
	color: #000000;
	text-decoration: none;
}

div.quick_links a:hover {
	text-decoration: underline;
}

div.quick_links a img {
	border: none;
}

a.sponsor, img.sponsor_no_link {
	text-align: center;
	width: 126px;
	display: block;
	border: none;
	padding: 3px;
	background: none;
	margin-top: 4px;
}

a.sponsor:hover {
	background: #bdbd91;
}

a.sponsor img {
	border: none;
}

img.sponsor_no_link {
	width: 120px;
	padding: 0px;
	margin: 3px 7px 3px 6px;
}

.announcements_outer {
/*	width: 100%;*/
	background-color: #e4f0ff;
	border: 1px solid #8fc1ff;
	padding: 9px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.announcements_inner, .announcements_inner p {
/*	width: 100%;
	margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	font-size: 9pt;
/*	font-weight: bold;*/
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/*******************************/
/********** MAIN MENU **********/
/*******************************/

.menu_item {
	padding-left: 10px;
	width: 120px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000000;
	text-decoration: none;
}

.menu_cat {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #99173d;
	text-decoration: none;
	background-color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 5px;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*******************************/
/*********** FOOTER ************/
/*******************************/

.footer {
	height: 76px;
	background-image: url(../images/footer_tile.jpg);
	background-repeat: repeat-x;
	background-position: 990px;
}

.footer_block {
	height: 76px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	width: 100%;
}

.developed {
	text-align: center;
}

.copyright_block {
	padding-top: 28px;
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

a.footer_links:link, a.footer_links:active, a.footer_links:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer_links:hover {
	text-decoration: none;
}

/*******************************/
/*********** TABLES ************/
/*******************************/

.table_border {
	border: 1px solid #e3e3d4;
	width: 100%;
	margin-bottom: 8px;
	padding: 1px;
}

/* global formatting */
table.data {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: transparent;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.data th, table.data td {
	padding: 3px;
	border-style: 1px solid white;
}

/* header rows */
table.data tr th {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #98173d;
	margin: 0px;
	text-align: left;
}

table.data tr th.center_h {
	text-align: center;
}

table.data tr.oddrow td, tr.oddrow td {
	background-color: #f8f8f4;
}

table.data tr.evenrow td, tr.evenrow td {
	background-color: #efefe7;
}

table.data tr.inactive td, tr.inactive td {
	color: #999999;
}

/*******************************/
/************ FORMS ************/
/*******************************/

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* works in FF only */
input[type="text"], input[type="password"] {
	width: 200px;
	border: 1px solid #b4b6a0;
	padding-left: 2px;
}

textarea {
	height: 60px;
	width: 320px;
	border: 1px solid #b4b6a0;
	padding-left: 2px;
}

/* rich HTML editor */
.editor_box {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}

/* file uploading */
a.attach {
	font-size: 8pt;
	font-weight: normal;
	color: #0060a9;
	text-decoration: none;
	background-image: url(../images/icons/attach.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 300%;
}

a.attach:hover {
	color: #0060a9;
	text-decoration: underline;
}

/* validation */

/* warnings */
.warning_report {
	background-color: #fffcd7;
	border: 1px solid #ffd235;
	margin-bottom: 8px;
}

.warning_report div, .warning_report p {
	padding: 8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #dd5a5a;
}

.warning_report div {
	padding-left: 30px;
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

/* errors */
.error_report {
	background-color: #fff3f3;
	border: 1px solid #af2d2d;
	margin-bottom: 8px;
}

.error_report div, .error_report p {
	padding: 8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #af2d2d;
}

.error_report div {
	padding-left: 30px;
	background-image: url(../images/cross.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

/* success */
.success_report {
	background-color: #ebf8d5;
	border: 1px solid #7ad30b;
	margin-bottom: 8px;
}

.success_report div, .success_report p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding: 8px;
}

.success_report div {
	padding-left: 30px;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

.warning_report p, .error_report p, .success_report p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*******************************/
/********** ARTICLES ***********/
/*******************************/

.article_date {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #999999;
}

div.article_date {
	margin-top: -5px;
}

.article_body {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

/*******************************/
/******** PHOTO GALLERY ********/
/*******************************/

div.thumbnail {
	text-align: center;
	background-color: #efefe7;
	padding: 5px;
	height: 154px;
	margin-bottom: 5px;
	width: 110px;
}

div.thumbnail a img {
	border: 1px solid #000000;
}

div.thumbnail_wrapper {
	height: 100px;
	width: auto;
	text-align: center;
}

div.thumbnail_description {
	margin-top: 8px;
	text-align: center;
	width: 100%;
}

div.thumbnail_date {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #828267;
	text-align: center;
	margin-top: 5px;
	width: 100%;
}

span.disabled {
	font-style: italic;
	color: #9c9c9c;
}

/*******************************/
/********* ADMIN MENU **********/
/*******************************/

.shadetabs {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 1em;
}

.shadetabs ul {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 9pt;
	list-style-type: none;
	text-align: left; /* align the menu */
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a:link, .shadetabs li a:active, .shadetabs li a:visited {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #dcdcdc;
	color: #2d2b2b;
	background: white url(../images/admin_menu_shade.gif) top left repeat-x;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs li.selected {
}

.shadetabs li.selected a:link, .shadetabs li.selected a:active, .shadetabs li.selected a:visited { /*selected main tab style */
	background-image: url(../images/admin_menu_shadeactive.gif);
	border-bottom-color: white;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

/* sub levels */

.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #dcdcdc;
	border-width: 0 1px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 8pt;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a:link, .dropmenudiv a:active, .dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #dcdcdc;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #F4F4F4;
}

div.dropmenudiv a.section {
	border-top: 2px solid #dcdcdc;
}

/*******************************/
/******** MISCELLANEOUS ********/
/*******************************/

div.border_top_5 {
	border-top: 1px dashed #e3e3d4;
	padding-top: 5px;
	margin-top: 5px;
}

div.border_top_10 {
	border-top: 1px dashed #e3e3d4;
	padding-top: 10px;
	margin-top: 01px;
}

.wallpaper_thumbnail {
	background-color: #f8f8f4;
	vertical-align: middle;
	text-align: center;
	padding: 8px;
}

.preview_box {
	background-color: #f8f8f4;
	vertical-align: middle;
	text-align: center;
	padding: 8px;
	border: 1px solid #FFFFFF;
}

.float_right {
	float: right;
	margin-left: 5px;
}

/* new version */
.float_r {
	float: right;
}

div.clear {
	clear: both;
}

.float_left {
	float: left;
	margin-right: 5px;
}

.center_h {
	text-align: center;
}

.center_v {
	vertical-align: middle;
}

.left_h {
	text-align: left;
}