html, body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	background:url(../imgs/r.png);
}
*{
margin:0;
padding:0;
}
.progressbar {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../imgs/spinning-progress.gif);
	background-position: 2px center;
	height: 20px;
	width: 100px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 24px;
	border: 3px solid #999999;
	left: 40%;
	top: 40%;
	position:fixed;
	z-index: 99999;
}
#login_panel{
background-color:#666666;
margin:auto;
width:96%;
max-width:400px;
padding:2%;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-border-radius: 5px;
	    -webit-border-radius: 5px;
		margin-bottom:30px;
		margin-top:20px;
}
.flderror {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #330033;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 15px #ccc;
	-moz-box-shadow:0 0 15px #ccc;
	box-shadow:0 0 15px #ccc;
	padding-right: 4px;
	padding-left: 4px;
}
form {
			width:100%;
			margin: 0px auto;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size:12px;
		}

		input, textarea, select {
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			background-color:#fff;
			border:1px solid #ccc;
			font-size:20px;
			width:100%;
			min-height:20px;
			display:block;
			margin-bottom:5px;
			margin-top:8px;
			
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
			
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
		}
		
		textarea {
				min-height:200px;
		}

		input:focus, textarea:focus, select:focus {
			-webkit-box-shadow:0 0 10px #ccc;
			-moz-box-shadow:0 0 10px #ccc;
			box-shadow:0 0 10px #ccc;
		}
		
		/* The interesting bit */
		
		
		
		input[type=submit] {
	padding:2px;
	opacity:1.0;
	background-color: #D7D7D7;
		}
		
#dialog-overlay {
        /* set it to fill the whil screen */
        width:100%;
        height:100%;
        
        /* transparency for different browsers */
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        background:#000;
        /* make sure it appear behind the dialog box but above everything else */
        position:absolute;
        top:0; left:0;
        z-index:3000;
        /* hide it by default */
        display:none;
    }
	#dialog-box {
        

        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-border-radius: 5px;
	    -webit-border-radius: 5px;
        width:328px;
        position:absolute;
		z-index:5000;
        display:none;
		padding: 5px;
		background-color: #F9F9F9;
    }
#dialog-boxtitle {
	font-size: 12px;
	color: #666666;

	text-align: right;
	cursor: pointer;
	background-image: url(../imgs/close.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #E4E4E4;
	padding: 3px;
}
    #dialog-box .dialog-content {
        /* style the content */
        text-align:left;
        padding:10px;
        margin:13px;
        color:#666;
        font-family:arial;
        font-size:12px;
    }
	
#msgbox{
position:fixed;
left:20px;
bottom:2px;
width:200px;
}
.redbox{
	background-color:#FF0000;
	width:100%;
	color:#FFFFFF;
	padding: 2px;
	border: 1px solid #FFCC33;
}
#mainc {
	width: 95%;
	margin: auto;
	padding: 10px;
}
#contants {
	width: 98%;
	margin: auto;
	background-color:#FFFFFF;
	min-height:300px;
	padding: 1%;
}
.hidtxt{
visibility:hidden;
}
.showtxt:hover > .hidtxt{
visibility:visible;
}
#heading {
	width: 100%;
}
#nav {
	margin: 20px auto; 
	text-align:center;
}
#nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}

#nav ul ul {
	display: none;
}

#nav ul li:hover > ul {
		display: block;
}
	#nav ul:after {
		content: ""; clear: both; display: block;
	}

	#nav ul li {
		float: left;
	}
		#nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			#nav ul li:hover a {
				color: #fff;
			}
		
		#nav ul li a {
			display: block; padding: 12px 40px;
			color: #757575; text-decoration: none;
		}
			
		
	#nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%; width:300px;
	}
		#nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			#nav ul ul li a {
				padding: 15px 40px;
				color: #fff;
				
			}	
				#nav ul ul li a:hover {
					background: #4b545f;
				}
		
	#nav ul ul ul {
		position: absolute; left: 100%; top:0; width:250px;
	}
	
	
	
	.table {
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
		margin:0;
		padding:0;
		font:12px/15px "Helvetica Neue",Arial, Helvetica, sans-serif;
		color: #555;
		overflow:hidden;
		border:1px solid #d3d3d3;
		background:#fefefe;
		width:97%;
		margin:5px auto 0;
		-moz-border-radius:5px; /* FF1+ */
		-webkit-border-radius:5px; /* Saf3-4 */
		border-radius:5px;
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	}
	
	.table th,.table td {padding:10px 7px 18px; text-align:center; }
	
	.table th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}
	
	.table td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
	
	.table tr.odd-row td {background:#f6f6f6;}
	
	.table td.first, .table th.first {text-align:left}
	
	.table td.last {border-right:none;}
	.table td span { top:-19px; left:55px; position:relative; display:inline; font-size:10px;}
	
	/*
	Background gradients are completely unnecessary but a neat effect.
	*/
	
	.table td {
		background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
		background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
	}
	
	.table tr.odd-row td {
		background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
		background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
	}
	
	.table th {
		background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
		background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
	}
	
	
	
	.table tr:first-child th.first {
		-moz-border-radius-topleft:5px;
		-webkit-border-top-left-radius:5px; /* Saf3-4 */
	}
	
	.table tr:first-child th.last {
		-moz-border-radius-topright:5px;
		-webkit-border-top-right-radius:5px; /* Saf3-4 */
	}
	
	.table tr:last-child td.first {
		-moz-border-radius-bottomleft:5px;
		-webkit-border-bottom-left-radius:5px; /* Saf3-4 */
	}
	
	.table tr:last-child td.last {
		-moz-border-radius-bottomright:5px;
		-webkit-border-bottom-right-radius:5px; /* Saf3-4 */
	}
		
.greenbox {

	background-color:#006633;
	width:100%;
	color:#FFFFFF;
	padding: 2px;
	border: 1px solid #FFCC33;
}
.botm {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
.ttbox {
	margin: 5px;
	float: left;
	width: 48%;
}
