div#admin a, div.admin a, table.admin a, table#admin a{
	color: #C00;
}

table#admin a:hover{
	color: #C00;
}

table#admin {
    width: 80%;
    border: none;
    font-size: 12px;
}

table#admin caption{
    color: #C00;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: left;
    padding: 0px 12px 0px 2px;    
    margin-bottom: 4px;
}

table#admin th{
    text-align: center;
    vertical-align: top;
}

table#admin td{
    text-align: left;
    vertical-align: top;
}

table#admin td label{
    text-align: left;
    font-size: 12px;
    font-weight: normal;
	line-height: 1em;
}

input.adminButton {
    border-left: 1px solid #ccc;    
    border-top: 1px solid #ccc;    
    border-right: 2px solid #C00;    
    border-bottom: 2px solid #C00;    
    background-color: #fff;
	margin-top: 25px;
}


input [type=button], input [type=submit] {
    margin-top: 20px;
	border-left: 1px solid #ccc;    
    border-top: 1px solid #ccc;    
    border-right: 2px solid #C00;    
    border-bottom: 2px solid #C00;    
    background-color: #fff;
}

input [type=text ]{
    border: 1px solid #ccc;    
	width: 350px !important;
}
input [type=radio]{
    border: 0px;    
}

textarea{
    border: 1px solid #ccc;    
	width: 350px;
}

ul#menuAdmin li {
    margin-left: 10px;
}

ul#menuAdmin li a, ul#menuAdmin li a:link, ul#menuAdmin a:visited {
    color: #00f;
}

ul#menuAdmin li a:hover {
    color: #000;
    border-bottom: 1px dashed #C00;
}
caption{
	margin: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #FFF;
    color: #55AAFF;
    font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

/* table sorter*/
.even {
	background-color: #FFF;
}

.odd {
	background-color: #CCC;
}

.highlight {
	background-color: #BBB;
	font-weight: bold;
}

.header {
	background-image: url(../img/common/header-bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}

.headerSortUp {
	background-image: url(../img/common/header-asc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #666;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}

.headerSortDown {
	background-image: url(../img/common/header-desc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #666;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
/* table sorter*/
