body { 
	margin:5px 0; 
	padding:0; 
	font: 74% Arial, Sans-Serif; 
	background-color:#eee;
	line-height: 1.4em; 
	background : #7D8085;
}

.content { 
    color: #a0a0a0; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px; 
	background: #3D3E42 url(images/bg.jpg) repeat-y center;
}

.toph { background: #3D3E42 url(images/top.jpg) no-repeat center; height: 39px; margin:0; padding:0; }

.right {  
	background: #FFF;
	clear: both; 
	font-size: 95%; 
	float:right; 
	width: 170px; 
	margin: 0 15px 0 0 !important;
	margin: 0 18px 0 0;
	padding: 0px 1em 0 0px; 
}

.right a { color: #7D8085;}

.title {
	height: 62px;
	color: #F29900;
	font-weight:bold; 
	padding: 0px 0 0 0px;
	
}

.nav { clear: both; text-align: left; color: 	#7D8085; padding: 5px 0 0 0; }
.nav li { font-weight: bold; margin: 0 0 8px 0; padding: 0 0 0 5px; border-bottom: 1px solid #F29900; }
.nav li a { color: #7D8085; }
.nav li a:hover { color: #F29900; text-decoration: none; }

a { 	color: #888; background: inherit;  text-decoration:none; }
a:hover { 	background: inherit;	text-decoration: underline; }
h1 { padding:0; margin:0; color: #FFF; background: inherit;font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a {color: #FFF; background: inherit;}
h2 { background-color: inherit; 	color:#F29900; font-size:140%; font-weight:bold; margin: 10px 0 10px 0; padding:0; }
h2  a { color: #F29955; }
h2 a:hover { 	color: #F29955; text-decoration: none;}

h4 { background-color: inherit; 	color:#F29900; font-weight:bold; margin: 10px 0 10px 0; padding:0; }
h4  a { color: #F29955; }
h4 a:hover { 	color: #F29955; text-decoration: none;}

ul { margin: 5px 0 20px 15px; padding : 0; list-style : none; }
li { list-style-type: square;	color: #F29900;	margin: 0 0 0px 0;	padding: 0 0 0 0px; }
li a { color: #7D8085; }
li a:hover { color: #F29900;  }


.center { 
	float:left; 
	width: 530px; 
	font-size: 95%;
	
	margin: 0px 0 5px 40px; 
	padding: 0; 
	background: #3D3E42; 
	color: #FFF;
}

.center a { color: #F29900;}
.center a:hover { color: #FFF; }


.footer { 
	clear:both;
	width: auto;
	height: 37px;
	color:#888;  
	font-size:90%;
	background: #3D3E42 url(images/bot.jpg) no-repeat center;
	text-align:center; 
}

.buton
{
    background-color:#f9f9f9;
    border:solid 1px #cccccc;
    height:30px;
    color:#1c94c4;
    font-weight:bold;
    cursor:pointer;       
}

.buton:hover{
    background-color:#fdf9e1;
    border:solid 1px #fbcb09;
    height:30px;
    color:#c77405;
    font-weight:bold;
    cursor:pointer;
}

.textbox { 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #000;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

.dropdown{
    background: #fff; 
    color: #000;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

.dialog{
    background-color:#eeeeee;
    border:solid 1px Silver;
    color:Black;
    text-align:left;
}

.dialog .title{
    background-color:#f7b64c;
    margin:5px 5px 5px 5px;
    color:White;
    font-weight:bold;
    padding-left:5px;
    border:solid 1px #e78f08;
    height:25px;
}

.dialog .title .text{
    padding-top:5px;
    font-size:14px
}
.fucss
{
    width:325px;
}
.LockOff
{
    display: none;
    visibility: hidden;
}

.LockOn
{
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    text-align: center;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.LockPane
{
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    text-align: center;
    width: 100%;
    margin-top:20%;
}
.LockPane div
{
    width: 250px;
    background-color: #3D3E42;
    color: Orange;
    font-size: large;
    border: dotted 1px White;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
}
.RadioButtonWidth label 
{  
    margin-right:15px; 
}