body
{
zoom: 0.9;
margin-left:0px;
margin-right:0px;
margin-top:0px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.footer a
{
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:underline;
}
.copyrighttext 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

sup
{
	color:#FF0000;
}

.txttd 
{
	background-image:url(../images/textbg.png);
	background-repeat:no-repeat;
}
.txt
{
border:0;
}


.dashboard td
{
padding-bottom:6px;
text-align:left;
}

.dashboard img
{
text-align:center;
}

.dashboard a
{
font-family:Calibri;
letter-spacing:0.3px;
font-size:14px;
padding-left:2px;
color:#000000;
text-decoration:none;
text-align:left;
}
.dashboard a:hover
{
text-decoration:underline;
}

.button
{
border:0;
height:25px;
width:25px;
cursor:pointer;
}

@media print
{
	.print
	{
		display:none;		
	}
	.tabletext
	{
		
		border-collapse:collapse;
	}
	.tabletext th
	{
		border-style:solid;
		border-width:1px;
		border-color: #000000;
	}		
	.tabletext td
	{		
		border-style:solid;
		border-width:1px;
	}
	.tabletext thead
	{
		display:table-header-group;
	}	
	.tabletext thead
	{
		display:table-header-group;
	}
	.tabletext thead tr
	{
		border-top-color:#000000;
		border-top-style:solid;
		border-top-width:2px;
	}
	.tabletext tbody
	{
		display:table-row-group;
	}
	.tabletext tfoot
	{
		display:table-footer-group;
	}
	.maintable1
	{
		display:none;		
	}
	
	input[type="submit"]
	{
		display:none;		
	}
	input[type="button"]
	{
		display:none;		
	}
	.messagetext
	{
		display:none;		
	}
	br
	{
		display:none;
	}
}

.framename
{
	font-family:Calibri;
	font-size:18px;
	color:#000000;
}



/* login page style*/

body
{
	font: 11px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;    
	margin: 0;
	background-color:#CAE4DB;
	/*background-color: #d9dee2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#88BDBC), to(#d9dee2));
	background-image: -webkit-linear-gradient(top, #88BDBC, #d9dee2);
	background-image: -moz-linear-gradient(top, #88BDBC, #d9dee2);
	background-image: -ms-linear-gradient(top, #88BDBC, #d9dee2);
	background-image: -o-linear-gradient(top, #88BDBC, #d9dee2);
	background-image: linear-gradient(top, #88BDBC, #d9dee2);  */
}
#login
{
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);  
	height: 340px;
	width: 400px;
	margin-top:70px;
	padding: 30px;
	position: absolute;
	left: 30%;
	top:0%;
	z-index: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;  
	-webkit-box-shadow:
	0 0 2px rgba(0, 0, 0, 0.2),
	0 1px 1px rgba(0, 0, 0, .2),
	0 3px 0 #fff,
	0 4px 0 rgba(0, 0, 0, .2),
	0 6px 0 #fff,  
	0 7px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow:
		0 0 2px rgba(0, 0, 0, 0.2),  
		1px 1px   0 rgba(0,   0,   0,   .1),
		3px 3px   0 rgba(255, 255, 255, 1),
		4px 4px   0 rgba(0,   0,   0,   .1),
		6px 6px   0 rgba(255, 255, 255, 1),  
		7px 7px   0 rgba(0,   0,   0,   .1);
	box-shadow:
		0 0 2px rgba(0, 0, 0, 0.2),  
		0 1px 1px rgba(0, 0, 0, .2),
		0 3px 0 #fff,
		0 4px 0 rgba(0, 0, 0, .2),
		0 6px 0 #fff,  
		0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
	content: '';
	position: absolute;
	z-index: -1;
	border: 1px dashed #ccc;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

#loginfooter
{
margin-top:500px;
}
h1
{
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
	text-transform: uppercase;
	text-align: center;
	color: #666;
	margin: 0 0 30px 0;
	letter-spacing: 4px;
	font: normal 26px/1 Verdana, Helvetica;
	position: relative;
}

h1:after, h1:before
{
	background-color: #777;
	content: "";
	height: 1px;
	position: absolute;
	top: 15px;
	width: 60px;   
}

h1:after
{ 
	background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
	background-image: -webkit-linear-gradient(left, #777, #fff);
	background-image: -moz-linear-gradient(left, #777, #fff);
	background-image: -ms-linear-gradient(left, #777, #fff);
	background-image: -o-linear-gradient(left, #777, #fff);
	background-image: linear-gradient(left, #777, #fff);      
	right: 0;
}

h1:before
{
	background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
	background-image: -webkit-linear-gradient(right, #777, #fff);
	background-image: -moz-linear-gradient(right, #777, #fff);
	background-image: -ms-linear-gradient(right, #777, #fff);
	background-image: -o-linear-gradient(right, #777, #fff);
	background-image: linear-gradient(right, #777, #fff);
	left: 0;
}

.fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

#inputs input
{
	background: #f1f1f1;
	padding: 10px 15px 10px 30px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
	background-position: 5px -2px !important;
}

#password
{
	background-position: 5px -52px !important;
}

#inputs input:focus
{
	background-color: #fff;
	border-color: #e8c291;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #e8c291 inset;
	-webkit-box-shadow: 0 0 0 1px #e8c291 inset;
	box-shadow: 0 0 0 1px #e8c291 inset;
}



#submit
{		
	background-color: #ffb94b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
	background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: linear-gradient(top, #fddb6f, #ffb94b);
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
	
	border-width: 1px;
	border-style: solid;
	border-color: #d69e31 #e3a037 #d5982d #e3a037;

	float: left;
	height: 35px;
	padding: 0;
	width: 120px;
	cursor: pointer;
	font: bold 15px Arial, Helvetica;
	color: #8f5a0a;
}

#submit:hover,#submit:focus
{		
	background-color: #fddb6f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
	background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#submit:active
{		
	outline: none;
 
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
	border: none;
}

#actions
{
	margin: 25px 0 0 0;
}

#actions a
{
	color: #3151A2;    
	float: right;
	line-height: 35px;
	margin-left: 10px;
}

.noborder
{
border-width:0px;
}

/*for submit/ button look*/

input[type="submit"]
{
	background: #cccccc;
	padding: 2px 4px 2px 4px;
	border: 1px solid #000000;
	border-radius:3px;
	box-shadow: 0 1px inset 1px #ccc inset, 0 1px 0 #fff inset;	
}
input[type="submit"]:focus
{
	background-color:#b0dafe;
	border-color: #ffffff;
	outline: none;
	box-shadow: 0 0 0 1px #094f7e;
}

input[type="reset"]
{
	background: #cccccc;
	padding: 2px 4px 2px 4px;
	border: 1px solid #000000;
	border-radius:3px;
	box-shadow: 0 1px inset 1px #ccc inset, 0 1px 0 #fff inset;	
}
input[type="reset"]:focus
{
	background-color:#b0dafe;
	border-color: #ffffff;
	outline: none;
	box-shadow: 0 0 0 1px #094f7e;
}

input[type="button"]
{
	background: #cccccc;
	padding: 2px 2px 2px 2px;
	border: 1px solid #000000;
	border-radius:3px;
	box-shadow: 0 1px inset 1px #ccc inset, 0 1px 0 #fff inset;	
}
input[type="button"]:focus
{
	background-color:#b0dafe;
	border-color: #ffffff;
	outline: none;
	box-shadow: 0 0 0 1px #094f7e;
}

.membox_subtext
{
margin:10px;
font-family:Tahoma;
letter-spacing:0.8px;
font-size:14px;
text-align:left;
line-height:40px;
}

.regbox_2
{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	width:90%;
	border:2px solid #999999;
	background-color:#FFFFFF;
	margin:10px;
}

.regbox_head_2
{
text-align:center;
padding:10px;
background-color:#f2eded;
height:25px;
border-radius:5px;
border-bottom:2px solid #999999;
font-family:Tahoma;
font-size:16px;
letter-spacing:1px;
}
