h1 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #9C0000;
}

h2 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #9C0000;
}

h3 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9C0000;
}

textarea {
    margin: 1px;
    padding: 2px;
    border: 1px solid #949494;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
}

a:active,
a:visited,
a:link
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #9C0000;
}

a:hover
{
    text-decoration: underline;
}

a.menu_top:visited,
a.menu_top:link
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}
a.menu_top:active,
a.menu_top:hover
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline;
    color: #000000;
}

a.tab_first:visited,
a.tab_first:link
{
    display: block;
    width: 105px;
    height: 20px;
    padding-top: 7px;
    background: #E2E2E2 url( '../../images/admin/tab.gif' ) repeat-x;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    float: left;
}
a.tab_first:active,
a.tab_first:hover
{
    color: #9C0000;
}

a.link_hidden
{
    background: #cacaca;
}

a.tab_first_active:active,
a.tab_first_active:visited,
a.tab_first_active:link,
a.tab_first_active:hover
{
    display: block;
    width: 105px;
    height: 20px;
    padding-top: 7px;
    background: #E2E2E2 url( '../../images/admin/tab.gif' ) repeat-x;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #FF0000;
    float: left;
}

a.tab:visited,
a.tab:link
{
    display: block;
    width: 105px;
    height: 20px;
    padding-top: 7px;
    background: #E2E2E2 url( '../../images/admin/tab_hidden.gif' ) repeat-x;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    float: left;
}

a.tab:active,
a.tab:hover
{
    background: #E2E2E2 url( '../../images/admin/tab_active.gif' ) repeat-x;
    color: #9C0000;
}

a.tab_active:active,
a.tab_active:visited,
a.tab_active:link,
a.tab_active:hover
{
    display: block;
    width: 105px;
    height: 20px;
    padding-top: 7px;
    background: #E2E2E2 url( '../../images/admin/tab_active.gif' ) repeat-x;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #FF0000;
    float: left;
}

a.tab_small:visited,
a.tab_small:link
{
    display: block;
    width: 65px;
    height: 13px;
    padding-top: 4px;
    background: #E2E2E2 url( '../../images/admin/tab_small_hidden.gif' ) no-repeat;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    float: left;
}

a.tab_small:active,
a.tab_small:hover
{
    background: #E2E2E2 url( '../../images/admin/tab_small_active.gif' ) repeat-x;
}

a.tab_small_active:active,
a.tab_small_active:visited,
a.tab_small_active:link,
a.tab_small_active:hover
{
    display: block;
    width: 65px;
    height: 13px;
    padding-top: 4px;
    background: #E2E2E2 url( '../../images/admin/tab_small_active.gif' ) no-repeat;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    float: left;
}

input.text
{
    margin: 1px;
    padding: 2px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #949494;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

input.name_text
{
    margin: 1px;
    padding: 2px;    
    background-color: #fff;
    border: 1px solid #949494;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    width: 80%;
}

input.submit
{
    width: 65px;
    height: 17px;
    background: url( '../../images/admin/button_background.gif' );
    color: #fff;
    border:0px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

.error_box {
    padding: 10px;
    margin-bottom: 10px;
    border: #f00 solid 1px;
    font-weight: bold;
}
.error {
    color: #f00;
    font-weight: bold;
}
.confirm {
    color: #00742B;
    font-weight: bold;
}
.message {
    color: #FF0000;
    font-weight: bold;
}

.newsletter
{
    margin: 10px 10px 10px 10px;
    background-color: #fff;
}

.topsection
{
    font-size: 16px;
    text-decoration: underline;
}

.aup{
background:url("../../images/admin/arrow_up.gif") no-repeat;
display: block;
width:16px;
height: 10px;
}

.adown{
background:url("../../images/admin/arrow_down.gif") no-repeat;
display: block;
width:16px;
height: 10px;
}

.select{
width: 80%;
border: 1px solid;
}

.required{
border: solid 1px red;
}

th {
color: #000;
background-color: #DDD;
padding: 2px;
}

.red{color:red;}
.green{color:green;}

th.sortTable
{
	cursor:pointer;
}

th.sortTableChosen
{
	cursor:pointer;
	background-color:black;
	color:white;
}

input.grayed
{
	margin: 1px;
    padding: 2px;
    height: 14px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    border:1px solid #DDDDDD;
    background-color:#EEEEEE;
    color:#DDDDDD;
}

td.grayed, a.grayed
{
	color:#BBBBBB;
}

span.grayed
{
     color:#DDDDDD;
}



.edit{
background: url("../../images/admin/edit.gif") no-repeat;
}
.delete{
background: url("../../images/admin/delete.gif") no-repeat;
}

.addfile{
background: url("../../images/admin/file-add.png") no-repeat;
}

.stat{
background: url("../../images/admin/stat.gif") no-repeat;
}

.edit, .aup, .adown, .delete, .addfile, .stat{
font-weight: normal;
font-size: 1.0em;
line-height: 1.0em;
text-indent: -2000em;
display: block;
width: 16px;
height: 16px;
}

.toright{
	text-align:right;
}

textarea{
width:80%;
height: 100px;
}

a.tab_small_inactive:active,
a.tab_small_inactive:visited,
a.tab_small_inactive:link
{
    display: block;
    width: 65px;
    height: 13px;
    padding-top: 4px;
    background: #E2E2E2 url( '../../images/admin/tab_small_inactive.gif' ) no-repeat;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    float: left;
}
a.tab_small_inactive:hover
{
    background: #E2E2E2 url( '../../images/admin/tab_small_active.gif' ) no-repeat;
}

.minipic input[type=checkbox]{
	position:relative;
	left: -10px;
	top: 10px;
}

a.nounderline{
text-decoration:none;
}

.topcat{
padding:0px;
margin:0px;
font-weight:bold;
font-size: 0.9em;
color: #666;
}

a.hidden
{
color:#00009C;
}

div#showPicMini .imgArea
{
    margin:5px;
    float:left;
    padding: 2px;
    margin-left: -20px !important;
    _margin-left: 0 !important;
}

div#showPicMini img
{
    cursor: move;
}


div#showPicMini input[type=checkbox]
{
    position:relative;
    right:-22px;
    top:-2px;
}