@charset "utf_8";

body {
	font-size: 12px;
	color: #282929;
}

#title {
    text-align:center;
	width:100%;
	padding:5px;
	margin:0px;
	background:url(../imgs/subttl-admin-back.gif) repeat-x;
	font-size:24px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2E328D;
	border-bottom-color: #2E328D;
}


.mybtn {
    background: #EEE;
	border: 1px solid #DDD;
	color: #111;
	padding: 10px 0;
    width:80%
}

tr.linktr {
    background-color: #f9f9f9;
}

tr.linktr,tr.linktr2  {
    cursor:pointer;
}
 
tr:hover.linktr,tr:hover.linktr2 {
    color:#dd0000;
    background-color:#ccc
}

li.linktr  {
    cursor:pointer;
}
 
li:hover.linktr {
    color:#dd0000;
    background-color:#ccc
}

li.linktr-yellow  {
    color:#282929;
    cursor:pointer;
}
 
li:hover.linktr-yellow {
    color:#dd0000;
    background-color:#ffffcc;
}


