/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    font-family: Verdana;
    font-size: 10px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
	background-color:#2e3f4f;
	scrollbar-color:black;
    /* copied to ror_overall_header! */
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana,Sans-Serif; color: #ffffff; }
a:link,a:active,a:visited { text-decoration: none; color : #EEEEEE; font-size: 9px; }
a:hover		{ text-decoration: underline; color : #2e3f4f; font-size: 9px; }
hr	{ height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px;}

th.tiny { font-size: 9px; vertical-align:left; font-weight:normal;}
th.sidebar { font-size: 9px; vertical-align:top; text-align:left; font-weight:normal; padding-top: 1px;}
th.sidebar2 { font-size: 9px; vertical-align:top; text-align:left; font-weight:normal; padding-top: 1px; height:17px; }
div.torrito{ width:103px; overflow:hidden;}
td.news { font-size: 9px; }
td.newsbody { font-size: 10px; }
td.tiny { font-size: 9px; font-weight:normal;}

/* admin styles */
table.bar {
    color: #ffffff;
    border-style:none;
    border-color:transparent;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

input, select {
    color: black;
    background: #f0f7ff;
}

.border {
    border-style:solid;
    border-color:#3333ff;
    border-width:1px;
}

td.content, .content{
    color: #ffffff;
    background-color:#000000;
}

.button{
    /* use default style; looks better on XP */
    /* background-color:#ffff99;*/
}

.legend{
    background-color:#f7f7f7;
}

.buttonlike{
    background-color:#2e3f4f;
}

.logo, td.logo, th.logo, table tr td.logo {
    color: #ffffff;
    background-color:#000000;
}

.input, table.input {
    background-color:#000000;
}

tr.hover:hover{
    background-color:#111111;
}

td.login, .login{
    color: #ffffff;
    background-color:#111111;
    font-size:10pt;
    font-weight:bold;
}

.label{
    background-color:#ffff99;
}

.labelleft{
    border-left-color: green;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 6px;
    background-color:#ffff99;
}

.labelright{
    border-right-color: green;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 6px;
    background-color:#ffff99;
}

.labelboth{
    border-right-color: green;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 6px;
    border-left-color: green;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 6px;
    background-color:#ffff99;
}

.horizontalbottom{
    border-bottom-color: green;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 3px;
}

.underline{
    /*background-color: #CCCCCC;*/
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 1px;
}

.verticalright{
    border-right-color: green;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 6px;
}

.verticalleft{
    border-left-color: green;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 6px;
}

.verticalboth{
    border-right-color: green;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 6px;
    border-left-color: green;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 6px;
}


.search{
    background-color:#820000;
    color:black;
    margin-left:2px;
    marginb-right:2px;
}

.input{
    background-color:#EEEEEE;
    color:black;
}

.display{
    background-color:#2e3f4f;
    color:black;
}


.message{
    color:#FFFFFF;
    background-color:#666666;
    font-size:12pt;
}
.messagered{
    color: black;
    background-color: red;
    font-size:12pt;
}

.messagegreen{
    color: black;
    background-color: #00dd33;
    font-size:10pt;
}

.messageyellow{
    color:black;
    background-color:yellow;
    font-size:10pt;
}

.transparent{ background-color:transparent; }
.hide {display: none;}

form { margin:0px; }

ul, ol, dl { margin-top: 0px; margin-bottom: 0px; }
li { margin:5px; }

.logo {
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    font-size: 16pt;
}

.reallytiny{
    font-size: 9pt;
}

.eop{
    page-break-after: always;
}

.listbright{
    color: #e6e6e6;
    font-face: "Arial Narrow";
    font-size: 12px;
}

.listdark{
    color: #a6b8ca;
    font-face: Arial;
    font-size: 9px;
}





