@CHARSET "UTF-8";


/* rsidilling.css */

/* 
the red: 7A003F
the blue: 001C4C
	 */

body {
  background-color: #333333;
  font-family: "Verdana";
  font-size: 9pt;
	margin: 0px;
  margin-top: 5px;
}

/*.padded {
  padding-left: 14px;
	padding-right: 14px;
}*/

p.smallMargin {
  margin: 2px;
}

.main {
  font-size: 9pt;
}

.main TD{
  padding: 4px;
}

.main td.image {
	padding: 8px 8px 8px 8px;
}

td.mainback {
  padding-left: 14px;
	padding-right: 14px;
}

.titles {
  font-size: 13px;
	font-weight: bold;
}

.rigtitles {
  font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #a0a0a0;
}

.counter {
	color: #d2c9c0;
	text-align: center;
}

.message_table {
  font-size: 9pt;
}
.message_table TD{
  padding: 4px;
}

input, select, option, textarea {
  font-size: 9pt;
	font-family: "Verdana";
}

a:link { color: #003C6C; text-decoration: underline; }
a:visited { color: #003C6C; text-decoration: underline; }
a:hover { color: #8A004F; text-decoration: underline; }

/* style for the invisible table of text */
.invisible {
	visibility: "hidden";
	color: #333333;
	font-size: 7px;
	position: absolute;
	top: -200;
	left: -1000;
}

.standard {
  font-size: 9pt;
}

#table-main .menu-row {
	background-image: url("../images/menu-back.gif");
	font-size: 8.5pt;
	background-color: #d9c9c0;
}

#table-main .menu-row ul {
	list-style-type:none; margin:0; padding:0;
}

#table-main .menu-row ul li {
	float:right;
	margin:1px 4px 0 4px;
	padding: 1px 4px 1px 4px;
	cursor:pointer;
	border-radius:          4px;
	-moz-border-radius:     4px;
	-khtml-border-radius:   4px;
	-webkit-border-radius:  4px;		
}

#table-main .menu-row ul li.hover {
	background-color:#7A003F;
	color: #f2f3f3;
}

#table-main .menu-row ul li.current {
	background-color:#7A003F;
	color: #f2f3f3;
}



