﻿body
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 12px;
	color: #3E3E3E;
	margin: 0px;
	padding: 0px;
}
.LoginBG
{
	background-position: center center;
	padding: 300px 0px 0px 0px;
	margin: 0px;
	background-image: url('../images/login_bg.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	text-align: left;
}
.LoginText
{
	width: 210px;
	text-align: right;
	padding-right: 5px;
	height: 25px;
	float: left;
}
.LoginControl
{
	text-align: left;
	width: 175px;
	float: left;
	height: 25px;
}

input
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 12px;
}
.btnLogin
{
	background-image: url('../images/login.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 150px;
	height: 40px;
}
.Banner
{
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 1045px;
	height: 200px;
}
.Body
{
	background-position: center center;
	width: 1045px;
	background-image: url('../images/Line.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.BodyLeft
{
	background-image: url('../images/Left_BG.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	padding: 0px;
	margin: 0px;
	width: 237px;
	float: left;
}
.BodyRight
{
	background-image: url('../images/Right_BG.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
	padding: 0px;
	margin: 0px;
	width: 99px;
	float: left;
}
.BodyCenter
{
	padding: 0px;
	margin: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-color: #ded9d5;
	border-right-color: #ded9d5;
	width: 705px;
	float: left;
}
.Footer_BG
{
	background-image: url('../images/Foot_BG.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 1045px;
	height: 85px;
	padding-top: 30px;
	font-size: 11px;
}
.Left_Title
{
	background-image: url('../images/Left_Title_BG.gif');
	background-position: left top;
	background-repeat: no-repeat;
	width: 197px;
	height: 32px;
	margin-top: 46px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 40px;
	padding-top: 16px;
}
.MenuItem
{
	background-position: 5px 7px;
	padding: 5px 5px 5px 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	text-align: left;
	background-image: url(../images/Dot.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.MenuItem_over
{
	background-position: 5px 5px;
	padding: 5px 5px 5px 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	text-align: left;
	background-image: url('../images/Dot.gif');
	background-repeat: no-repeat;
	background-color: #F9FDFF;
	cursor: pointer;
}
.Welcome
{
	font-size: 14px;
	font-weight: bold;
	color: #00808e;
	padding-top: 10px;
	padding-bottom: 10px;
}
.CenterTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #00808e;
	text-align: left;
	background-image: url('../images/Center_Tltle_BG.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 625px;
	height: 34px;
	padding-left: 50px;
	margin-top: 10px;
	padding-top: 14px;
}
.Comtent
{
	text-align: left;
	padding: 15px;
	margin-top: 20px;
}
.tblContent
{
	text-align: left;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 675px;
}
td
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.NewComment{
	text-align: right;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #358d77;
}
.NewComment a{
	font-size: 12px;
	font-weight: bold;
	color: #358d77;
	text-decoration: none;	
}

.btn{
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	width: 135px;
	cursor: pointer;
	color: #FFFFFF;
	padding-top: 5px;
}
.closebtn{
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 64px;
	position: absolute;	
	right:-32px;
	top:-32px;
	z-index:99999;
	cursor: pointer;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	padding: 5px;
	border: 1px solid #82d1be;
}
legend
{
	font-weight: bold;
	color: #e17009;
	padding-right: 5px;
	padding-left: 5px;
}
textarea
{
	padding: 2px;
	min-height: 50px;
	border: 1px solid #82d1be;
}
input[type="radio"], input[type="checkbox"]
{
	vertical-align: middle;
}
input[type="text"], input[type="password"]
{
	padding: 2px 2px 2px 5px;
	border: 1px solid #82d1be;
}
input[readonly="readonly"], textarea[readonly="readonly"], select[readonly='readonly']
{
	background-color: #eaf4fd;
	color:#e17009!important; 
}
select
{
	border: 1px solid #82d1be;
	font-size: 12px;
	padding: 2px;
}

input[type="submit"] {
    padding: 5px;
}
.focused
{
	background-color: #e3f9f3;
}
input[disabled='disabled'], select[disabled='disabled'], textarea[disabled='disabled'] {
	background-color: #eaf4fd;
	color:#e17009!important; 
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.display-label, .editor-label
{
	margin-top: 5px;
}

.display-field, .editor-field
{
	margin: 0;
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqmWindow300
{
	display: none;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 12px;
}
.jqmWindow800
{
	display: none;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 12px;
}
.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow300,* html .jqmWindow800 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.msg{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}

.Comment-Title{
	
}
.Comment-Title span {
	font-size: 10px;
	font-style: italic;	
}
.Comment-Title a{
	font-size: 14px;
	font-weight: bold;	
	color: #358d77;
	text-decoration: none;	
}
.Comment-Content {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #358d77;
	padding-bottom: 10px;
}