body{
	font-family : "tahoma" ;
	font-size : 12px ;
	margin: 0 auto;
	padding:0px;
	background: #000000 url('/images/irhbg.jpg') center -1px  no-repeat;
	background-attachment: fixed;
	line-height: 16px;
}
a:link {	color: #000000;	text-decoration: none;}
a:visited {color: #000000;	text-decoration: none;}
a:hover {	color: #663300; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

h1 {
		font-family: Tahoma,verdana,arial;
		font-size: 13px;
		font-weight: bold;
		margin: 0;
		display: inline;
	}


.fred{
	color:red;
}
.ftitle {
		color:#fff;
		font-family: Tahoma,verdana,arial;
		font-size: 13px;
		font-weight: bold;
		margin: 0;
		text-shadow: 1px 1px 1px #000066;
}



#contrainer {
	background:#fff;
	width:876px;
	border:8px solid #FFF;
	margin: 0 auto;
}
#contrainer .l2 {
	background:#dcdacc;
	border:8px solid #dcdacc;
}
#header .logo{
	z-index:1;
	background:url('/images/head_logo_after_new2012.jpg') no-repeat ;
	width: 860px; height: 223px;
}
#header .logo .chat{
	z-index:200;
	margin:0 auto;
	position:absolute;
	padding-left:710px;
	padding-top:10px;
	border:none;
	width:150px;
	height:36px;
}
#colMain {
	margin-top:10px;
	width: 840px;
	background:#fff;
	padding:10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #b2b2b2;
	overflow: hidden;
}

#content {
	width:650px;
	float:right;
	display: block;
	padding-left:10px;
	border-left:1px dotted #959595;
	min-height:950px;
}
#sidebar {
	width:179px;
	float:left;
}

#sidebar ul{
	  list-style-type:none;
	  margin: 0;
	  padding: 0;
}
#sidebar .menu li.hm{
/*    background: -moz-linear-gradient(#FCFDFE, #F4F8FC) repeat scroll 0 0 #FCFDFE;
    border-color: #B2D3F5;*/
    background-color: #F7F7F7;
    border-color: #C2C2C2;
    border-radius: 5px 0 0 5px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 3px 3px 3px 5px;
}
#sidebar .menu li a{
	 line-height: 20px;
	border-bottom: 1px dotted #b1b1b1;
	 letter-spacing:2px
	width:160px;
	display: block;
	margin: 0 10px;
}

#sidebar .menu li a.fc1{
	color:#1a6999;
}
#sidebar .menu li a.fc2{
	color:#005900;
}

#footer{
	font-family: "MS sans Serif",Tahoma,verdana,arial;
    font-size: 12px;
	padding: 18px 0 8px 0;
}

.clear{
	clear:both;
}

/* ------------ global round wrapper ---------------- */
.cltop {
    background: url("/images/m-border.gif") repeat-x scroll center top transparent;
    overflow: hidden;
    width: 100%;
}
.clright {
    background: url("/images/m-border.gif") repeat-y scroll right center transparent;
    overflow: hidden;
    width: 100%;
}
.clbottom {
    background: url("/images/m-border.gif") repeat-x scroll center bottom transparent;
    overflow: hidden;
    width: 100%;
}
.clleft {
    background: url("/images/m-border.gif") repeat-y scroll left center transparent;
    overflow: hidden;
    width: 100%;
}
.cllefttop {
    background: url("/images/m-lefttop.gif") no-repeat scroll left top transparent;
    overflow: hidden;
    width: 100%;
}
.clrighttop {
    background: url("/images/m-righttop.gif") no-repeat scroll right top transparent;
    overflow: hidden;
    width: 100%;
}
.clrightbottom {
    background: url("/images/m-rightbottom.gif") no-repeat scroll right bottom transparent;
    overflow: hidden;
    width: 100%;
}
.clleftbottom {
    background: url("/images/m-leftbottom.gif") no-repeat scroll left bottom transparent;
    overflow: hidden;
    width: 100%;
}
.clBody{
	padding:10px;
}

.line-enter{
	width:25px;
	height:10px;
}
.f-b1{
	color:#0051ca;
}
img{
    border: 0 none;
}

img.icon_so{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

img.icon_so:hover, img.icon_so:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

input[type=submit],input[type=button] {
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	display:inline;
	border:1px solid #000099;
	background-color:#059A0D;
	padding:2px 8px 2px 8px;
	margin:4px;
    border-radius: 3px 3px 3px 3px;
}

input[type=submit]:hover,input[type=button]:hover {
	background-color:#0051A6;
}
input[type=submit]:active,input[type=button]:active {
	background-color: #226586;
}

input[type=submit][disabled],input[type=button][disabled] {
	color: #b6b6b6;
	background-color:#6a6a6a;
}


/*
input[type=submit],input[type=button] {
	display: inline-block;
	line-height: 1;
	padding: 2px 5px;
	text-decoration: none;
	color: #fff;
	background-color: #287ba4;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	 text-shadow: 1px 1px 1px #000066;
}

input[type=submit],input[type=button] {
	border: 1px solid #005771;
}
input[type=submit]:hover,input[type=button]:hover {
	background-color: #39c;
}
input[type=submit]:active,input[type=button]:active {
	background-color: #226586;
}

input[type=submit][disabled],input[type=button][disabled] {
	color: #b6b6b6;
	background-color:#6a6a6a;
}
*/
.hide {
	display:none;
}

/*
.error {
	font-size: 12px;
	font-weight: bold;
	background: #ffe1e1 url('/images/icon/ico-warning.gif') no-repeat 5px 10px;
	border-top: 1px solid #ff8080;
	border-bottom: 1px solid #ff8080;
	padding: 10px 0 8px 28px;
	margin: 10px 0;
	line-height: 1.2em !important;
	color: #333;
	text-align:left;
}
.error .contact{
	font-weight:normal;
}
*/



.success {
	font-size: 12px;
	background: #eaf6ec url('../images/icon/ico-success.png') no-repeat 5px 10px;
	border-top: 1px solid #a6d8ae;
	border-bottom: 1px solid #a6d8ae;
	padding: 10px 0 8px 28px;
	margin: 10px 0;
	line-height: 1.2em !important;
	color: #333;
	text-align:left;
}

.error {
	font-size: 12px;
	background: #ffe1e1 url('../images/icon/ico-warning.gif') no-repeat 5px 10px;
	border-top: 1px solid #ff8080;
	border-bottom: 1px solid #ff8080;
	padding: 10px 0 8px 28px;
	margin: 10px 0;
	line-height: 1.2em !important;
	color: #333;
	text-align:left;
}

.error ul {
	margin:0px;
	padding: 5px;
}

.error li {
	list-style: none;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: #373737;
	text-indent:0;
	line-height: 14px;
	display: block;
	margin:0px;
	/*background:  url(../images/icon/bul-black-aro.gif) no-repeat left 5px;*/
}

.warning {
	border-top: 1px solid #FFD680;
	border-bottom: 1px solid #FFD680;
	background: #FEFFE1 url('../images/icon/ico-warning.gif') no-repeat 5px 10px;
}

