html,body {
	background: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	vlink: #333333;
}

#wrap {
	width:800px;
	border-style: solid;
	border-color: #CCCCCC;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	left: 50%;
	margin-left: -424px; 
	position: absolute;
	background: #FFFFFF;
}

#main {
	color: #333333;
	line-height: 140%;
	margin: auto;
	background-color: transparent;
	height: 100%;
}

#header {
	background: url("<?php echo $bmc_vars['c_urls']."/templates/".CFG_THEME; ?>/images/header.jpg") no-repeat;
	height: 100px;
	margin-bottom: 0px;
}

#header_title {
	text-align: left;
	color: #000000;
	padding-right: 10px;
	padding-top: 0px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.headertable{
	font-size: 12pt;
}	

#content {
	padding-left: 10px;
	padding-bottom: 30px;
	height: 100%;
}

#content h1 {
	font-size: 17px;
	color: #666666;
	font-weight: bold;
}

#menu {
	width: 160px;
	float: right;
	border-style: dotted;
	border-left-width: 2px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #EFEFEF;
	padding-left: 20px;
	margin-bottom: 10px;

}

#menu a {
	font-weight: normal

}

.menu_item {
	margin-bottom: 30px;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
}

a {
	font-weight: bold;
	cursor: hand;
	font-style: italic;
	text-decoration: none;
}

img {
	border: 0px;
}

.post_title {
	font-size: 16px;
	font-weight: bold;
}

.entry {
	line-height: 150%;
}

.entry a {
	font-weight: normal;
}

.entry_img {
	border-style: solid;
	border-width: 4px;
	border-color: #EEEEEE;
}

.entry_info {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 50px;
}

.entry_info a {
	color: #CC3300;
}

.main_page_info {
	margin-top: 25px;
	margin-bottom: 75px;
}


.comment {
	line-height: 150%;
	font-size: 14px;
	margin-bottom: 20px;
}

.comment a {
	font-weight: normal;
}

.comment_info {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.comment_info a {
	color: #CC3300;
}

.track {
	font-size: 12px;
}

#footer {
	margin-bottom: 15px;
	margin-top: 100px;
	position: relative;
	text-align: center;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}

#footer a {
	font-weight: normal;
}

.form_fields {
	margin-left: 25%;
	border: 5px solid #B3B2B2;
	background-color: #FCFCFC;
	padding: 25px;
	width: 280px;
	text-align: right;
}

.form_fields input{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: #CCCCCC;
	border: none;
}

.form_fields textarea, select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: #f0f0f0;
	margin: 2px;
}


.bold_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 13px;
}

.pange_num {
	margin-top: 50px;
	margin-bottom: 50px;
}

.hr_line {
	border-color: #EFEFEF;
	border-style: dotted;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

#error_msg {
	margin-top: 50px;
	text-align: center;
}

.file_list {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	border-color: #EFEFEF;
	border-style: solid;
	border: 1px;
	background: #F7F7F7;
	padding: 5px;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.file_list a {
	font-weight: normal;
}


.calendar_table {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	background-color: #333333;
}

.calendar_month {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	background: #F6F6F6;
	color: #666666;
}

.calendar_days {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	background: #DCDCDC;
	font-weight: bold;
	color: #000000;
	padding: 7px;
}

.calendar_current_day {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	background: #F0CBCB;
	color: #333333;
}

.calendar_day {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	background: #ffffff;
	color: #333333;
}

#file_div, #file_div a {
	font-size: 7pt;
	color: #FF6600;
}

.tablehead {
	color: #CCCCCC;
	background-color: #333333;
}

.table_sidebar{
	padding: 2;
	spacing: 4;
	border : 3;
}


