@charset "UTF-8"


html, body{
	margin:0;
	padding:0;
}

body{
	font-size: 86%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
	color: #333333;
}

p{
	margin: 0;
	padding:4px 6px;
	line-height: 1.4;
}

img{
	border: 0;
}

ul{
	margin: 0 30px;
	padding: 0;
}

li{
	padding-bottom: 8px;
	padding-right: 16px;
}

ul li {
	list-style-image: url(../img/list.gif);
}

form{
	margin: 8px 0;
	padding: 0;
}

a:link{
	color: #333399;
}
a:visited{
	color: #333399;
}
a:hover{
	color: #FF3333;
	text-decoration: underline;
}

/*
 * Big Components
 */

div#headerbar{
	border: 0;
	margin: 40px 0 10px 0;
	text-align: center;
}

div#header{
	position: relative;
	text-align: left;
	width:800px;
	margin:0 auto;
}

div#header h1{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}

div#container{
	text-align:left;
}

div#wrapper{
	width:800px;
	margin:0 auto;
}

div#navigation{
	float:right;
	width:260px
}


/* footer */

div#footerbar{
	text-align: center;
	margin-top: 15px;
}

div#footer{
	border-top: 1px dashed #666666;
	color: #666666;
	text-align: center;
	width:800px;
	margin:0 auto;
	margin-bottom: 10px;
	font-size: 90%;
}
div#footer a:link, div#footer a:visited, div#footer a:hover{
	color: #666666;
}

/* Menu Bar */

div#topmenubar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

div#topmenu{
	width: 800px;
	margin: 0 auto;
	text-align: right;
	height: 36px;
	background: url('../img/topmenubg.gif') no-repeat 0 0;
}

div#topmenu p{
	margin: 0;
	padding: 6px 20px;
	font-size: 12px;
}


div#content{
	float:left;
	width:540px;
}

div.wide div#content{
	float:left;
	width:800px;
	margin: 40px 0 0 0;
	text-align: center;
}

div.single div#content{
	float:left;
	width:800px;
	margin: 0;
}


/*
 * Bread list
 */

div#breadlist{
	position: absolute;
	top: 4px;
	right: 10px;
	margin: 0;
	padding: 8px 0;
	color: #999999;
	text-align: right;
	font-size: 90%;
}
div#breadlist a:link, div#breadlist a:visited{
	color: #999999;
}


/*
 * Style Decorations
 */

div#content h2 {
	background:url(../img/subject_bg.gif) no-repeat;
	font-weight:bold;
	font-size:14px;
	margin: 4px 0;
	padding: 6px 0 0 26px;
	_padding: 8px 0 0 26px;
	width: 500px;
	height: 25px;
}
div.single div#content h2 {
	background:url(../img/subject_bg_long.gif) no-repeat;
	width: 760px;
}

div#content h3{
	margin: 4px;
	border-bottom: solid 1px #CCCCCC;
	padding: 4px;
	font-size: 110%;
	color: #333333;
}

/*
 * side box
 */

div.sidebox{
	margin: 0;
	padding: 0;
	width: 260px;
	background: url('../img/box-or-mid.gif') repeat-y;
	overflow: hidden;
}
div.sideboxtop {
	margin: 0;
	padding: 0;
	width: 260px;
	height: 40px;
	background: url('../img/box-or-top.gif') no-repeat;
}

div.sideboxbottom {
	margin: 0;
	padding: 0px;
	width: 260px;
	height: 14px;
	background: url('../img/box-or-bot.gif') no-repeat;
}
div.sideboxtop h3{
	margin: 4px;
	padding: 8px;
	font-size: 100%;
}
div.sidebox p{
	padding: 4px 10px;
}


/*
 * Table Style
 */

table.formtable{
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	margin: 5pt 0px 5px 20px;
}

table.formtable th {
	border: 0px;
	border-bottom: 1px solid #E0E0E0;
	padding: 3px;
	background-color: #EFEFEF;
	vertical-align: top;
	color: #666666;
}

table.formtable td {
   border: 0px;
   	padding: 3px;
}

table.listtable {
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	margin: 4px;
}

table.listtable th {
	border: 0px;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	padding: 3px;
	background-color: #EFEFEF;
	vertical-align: top;
	color: #666666;
}

table.listtable td {
	border-bottom: 1px solid #E0E0E0;
   	padding: 3px;
}

/*
 * Messages
 */
 
.info, .success, .warning, .error, .validation, .error_message {
    border: 1px solid;
    margin: 8px 38px 8px 8px;
    padding:12px 10px 12px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #00529B;
    background-color: #BDE5F8;
    background-image:url('../img/star.gif');
}
.info {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../img/announcement.gif');
}
.error, .error_message {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/alert.gif');
}
.failure {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/stop.gif');
}

/** XXX wide
 */
body#wide .error{
	margin: 0 auto;
	width: 400px;
	text-align: left;
}

.example {
	color: darkgreen;
	font-size: 85%;
}


/*
 * Miscs
 */
p.command{
	padding: 0 4px;
}

p.explain{
	padding: 0 15px;
	text-align: left;
}

hr.space{
	border: 0;
	border-bottom: 1px dashed #FFFFFF;
	height: 1px;
	padding: 2px 0;
	margin-bottom: 0.5em;
}

/* image */

img.icon{
    position: relative;
    top: 2px;
    padding: 0 4px 0 0;
}

/* presence */

div.presence{
	clear: both;
	text-align: right;
}

div#header h1.mylink{
	font-size: 150%;
	padding: 6px 20px;
	background: url('../img/prebar_bg.gif') repeat-y;

}
div#header h1.mylink.mylink a,  div#header h1.mylink a:visited{
	text-decoration: none;
}

/* link */

ul.link{
	list-style: none;
	margin: 6px;
	padding: 0;
}
ul.link li{
	margin: 0;
	padding: 2px 6px;
}

.linksub{
	color: #669966;
	font-size: 85%;
	padding-left: 30px;
}
 .linksub a, .linksub a:visited {
	color: #669966;
}

span.points{
	float: right;
	padding-right: 20px;
	font-size: 90%;
}


/* set millions of background images */
.rbroundbox { background: url('../img/nt.gif') repeat; }
.rbtop div  { background: url('../img/tl.gif') no-repeat top left; }
.rbtop      { background: url('../img/tr.gif') no-repeat top right; }
.rbbot div  { background: url('../img/bl.gif') no-repeat bottom left; }
.rbbot      { background: url('../img/br.gif') no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent  { margin: 0 7px; color: black; }
.rbroundbox { width: 50%; margin: 1em auto; }


