body{
padding:0px;
margin: 0px;
background:#fafafa;
}

table.aaa {border-collapse:collapse; border:0px;}


table.aaa, td.aaa {
		width:100%;
		height:100%;
		border:0px;
	
		}
		
		h3{
font-size: 12px;
}
td.aaa { vertical-align:top; padding:0px;}

a{text-decoration:none;}
a:hover{text-decoration: underline;}

img { border:0px;}

.m_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:12px;
		color:#727171;
	}
	
a { color:#D58221}
a:visited {color: #D58221}
	
.l_text {font-size:10px; text-decoration:none}
.l_text:hover{ text-decoration:underline}
	
.c_text { color:#828080; font-size:10px}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
	}
	
.line { background:#EDEAE3; width:203px; height:1px}
.line2 { background:#DBDBDB; width:203px; height:1px}

.form{height:20px; margin-top:1px;}
.form input {width:180px; height:17px; padding-left:5px}

textarea {width:190px; height:84px; padding-left:5px; overflow:auto; margin-top:1px}

.input {width:134px; height:18px; padding-left:5px; vertical-align:middle}

.m_text a  {font-family:Tahoma; font-size:11px}
#logout {
	width: 111px;
	height: 45px;
	padding: 1px;
	background: #f3f6ed;
	color: #b2aefc;
	font-weight: bold;
	border: solid 1px;
	text-align: center;
	position: fixed;
margin-left: 3px;
	margin-top: 50px;
	z-index: 1;
	cursor: default;
padding-bottom: 3px;	
padding-top: 3px;
}
#logout a{
text-decoration: none;
}
#logout a:hover{
text-decoration: underline;
}
#logout a:visited{
color: #b2aefc;
}

#tobeeditedsave > table{
border-collapse: collapse;
border: 1px solid white;
font-size: 11px;
}
#tobeeditedsave > table tr{
background-color: #EEEEEE;
border: none;
}
#tobeeditedsave > table tr strong{
color: #7DA613;
}
#tobeeditedsave > table td{
border: 1px solid black;
padding: 3px;
}
#tobeeditedsave > table tr:first-child {
background-color: #CCCCCC;
}