@charset "utf-8";
/* CSS Document */

@import url(reset.css);


body {
	position:relative;
	padding:0;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font: 1em/1em Verdana, Arial, Helvetica, sans-serif;
	}

b {
	font-weight: bold;
	}

p {
	font-size : 12px;
	line-height : 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	}
	
b {
	font-weight: bold;
	}
	
a:link {
	color: #003399;
	text-decoration: none;
	}

a:visited {
	color: #3366ff;
	text-decoration: none;
	}

a:hover {
	color: #000033;
	text-decoration: underline;
	}

a:active {
	color: #1f7cff;
	text-decoration: none;
	}

img {
	border:none
	}

img.floatleft {
	float:left;
	margin:4px
	}

img.floatright {
	float:right;
	margin:4px
	}
	
	
blockquote {
	margin: 0px 20px 0px 20px;
	}
	
table {
	border:1px solid #999;
	}
	
td {
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	border:1px solid #ccc;
	}
	
/*-----------* use for alternating color on table rows *-----------*/	
tr.head td {
	background-color: #d1dcff;
	color: #333333;
	height: 20px;
	vertical-align: middle;
	}
	
tr.bl td {  /*-----------* light row *-----------*/
	background-color: #f5f5f5;
	color: #262626;
	height: 30px;
 	vertical-align: middle;
	}
	
tr.bd td {  /*-----------* dark row *-----------*/
	background-color: #b0c4de;
	color: #262626;
	height: 30px;
 	vertical-align: middle;
	}
	
#dot li {
	border-top: 1px dotted #608eb9;
	line-height : 20px;
	font-size: 11px;
	padding: 5px 0px 5px 10px;
	}

.arrow li {
	list-style-image: url(../../images/arrow.gif);
	list-style-position: outside;
	display: list-item;
	margin-left: 20px;
	}
	
#page li {
	list-style-image: url(../../images/page.png);
	list-style-position: outside;
	display: list-item;
	margin-left: 30px;
	line-height : 20px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	}
		
#folder li {
	list-style-image: url(../../images/dir.gif);
	list-style-position: outside;
	display: list-item;
	font-size: 12px;
	margin-left: 30px;
	line-height : 20px;
	padding: 0px 0px 5px 0px;
	}

/*-----------* TEXT SIZES *-----------*/	
.missing {
	font-size: 1.1em;
	font-weight: bold;
	color:#9933cc;
	}

.larger_text  {
	font-size: 1.1em;
	font-weight: bold;
	}

.med_text  {
	font-size: 12px
	}

.small_text  {
	font-size: 10px;
	line-height: 11px;
	}

.smaller_text  {
	font-size: 9px
	}

