BODY {
	font-size: 12px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	color: #000000;
}

a:link {color: #000099;}
a:active {color: #0000FF;}
a:visited {color: #000099;}
a:hover {color: #0000FF;}
/*
.linkh a:link {color: #FFFFFF;}
.linkh a:active {color: #FFFFFF;}
.linkh a:visited {color: #FFFFFF;}
.linkh a:hover {color: #FFFFFF;}
*/
div.head a:link {
	color: #FFFFFF;
}
div.head a:active {
	color: #990000;
}
div.head a:visited {
	color: #FFFFFF;
}
div.head a:hover {
	color: #990000;
}


H3{
	font-size: 14px;
	font-family: Tahoma, Verdana;
	font-weight: bolder;
	color: #000000;
}

TABLE {
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	color: #000000;
	border-collapse: collapse;
	border-radius:3px;
}
	/*border-collapse: collapse;*/
TH { background-color:#0066CC; color: #FFFFFF; }

.list_col { background-color:#CCCCFF; }
.list { background-color:#FFFFFF; }
.list_alt { background-color:#EEEEFF; }
.list_btm { background-color:#EECCFF; }
.center { text-align: center !important; }

input[type=text]  {
	background-color:#FFFFFF;
	border-radius:3px;
	z-index:1;
	border:1px solid #7799FF;
	padding:2px;
}

input[type=button] {
    background-color:#DDEEFF;
    border-radius:5px;
    padding:1px; padding-left:5px; padding-right:5px;
    border:1px solid #7799FF;
    cursor:hand;
    font-weight:bold;
}

input[type=button]:hover {
    background-color:rgba(255,204,0,0.8);
}

input[type=submit] {
    background-color:#DDEEFF;
    border-radius:5px;
    padding:1px; padding-left:5px; padding-right:5px;
    border:1px solid #7799FF;
    cursor:hand;
    font-weight:bold;
}

input[type=submit]:hover {
    background-color:rgba(255,204,0,0.8);
}

.bottom { position: fixed; bottom: 10px; right: 10px; }
#edit_content_table {
	margin-bottom: 50px;
}