/* CSS Document */
/* ems based, fonts: relative */
body {
	 font-size: medium;
	 text-align: center;
	 font-family: verdana, arial, sans-serif;
	 background: #666666;
	 color: #666666;
	 margin-top: 0.9em;
}

strong {
	font-size: normal;
	color: #333333;
}

#wrapper {
	width: 44em;
	background: #E6E6E6 url('../img/bg.gif') repeat-y 25% 0%;
	margin: 0 auto;
	border: 2px solid #444444;
	color: #222222;
}

#header {
	height: 6.5em;
}

#block1 {
	float: left;
	width: 11em;
	height: 6.5em;
	background: #214478;
}
#block2 {
	float: left;
	width: 11em;
	height: 6.5em;
	background: #2C5AA0;
}
#block3 {
	float: left;
	width: 11em;
	height: 6.5em;
	background: #3771C8;
}
#block4 {
	float: left;
	width: 11em;
	height: 6.5em;
	background: #5F8DD3;
}

#topbar {
	width: 100%;
	text-align: right;
	height: 1.8em;
	background: #444444;
	color: white;
	font-weight: bold;
	font-size: x-small;
	
}

#topbar div {
	padding-top: 0.3em;
	padding-right: 1em;
}

#topbar a {
	color: white;
	text-decoration: none;
}

#topbar a.admin {
	font-weight: normal;
}


#headerB2 {
	width: 11em;
	height: 6.5em;
	
	float: left;
}
#headerB3 {
	width: 11em;
	height: 6.5em;
	
	float: left;
}
#headerB4 {
	
	width: 11em;
	height: 6.5em;
	
	float: left;
}

/*end header*/

/*sidebar*/
#sidebar {
	float: left;
	width: 11em;
	background: #cccccc;
	text-align: left;
}

#sidebar div {
	padding-top: 1em;
	padding-right: 2em;
}

#sidebar ul.style {
	list-style: square;
	list-style-position: outside;
	color: #444444;
}

#sidebar li {
	font-size: 90%;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-weight: normal;
}

#sidebar li.active {
	
	color: #214478;
}

#sidebar li.active a {
	color: #214478;
}

li.separate {
	margin-bottom: 0.8em;
}

li.separateactive {
	margin-bottom: 0.8em;	
	color: #214478;
}

#sidebar li.separateactive a {
	color: #214478;
}

#sidebar ul.noStyle {
	color: #999999;
	list-style: square;
}

#sidebar a {
	color: #222222;
	text-decoration: none;
}

#sidebar a:hover {
	color: #214478;
}

/*content*/
#content {
	float: right;
	width: 33em;
	background: #E6E6E6;
	text-align: left;
	min-height: 22em;
}

#content div {
	padding-left: 3em;
	padding-top: 1em;
	padding-right: 4em;
	padding-bottom: 5em;
	font-size: small;
}

p.boxText {
	font-size: small;
	color: #222222;
	margin-bottom: 0em;
	margin-top: 0.2em;
}

p.boxText a {
	font-size: small;
	color: #222222;
	text-decoration: none;
}

p.boxText a:hover {
	border-bottom: 1px dotted #222222;;
}

p.boxSmall {
	margin-top: 0.2em;
	margin-bottom: 2em;
	color: #444444;
	font-weight: normal;
	font-size: small;
	text-align: right;
}

p.boxSmall a {
	text-decoration: none;
	color: #444444;
}

p.boxSmall a:visited {
	text-decoration: none;
	color: #444444;
}

p.boxSmall a:hover {
	border-bottom: 1px dotted #444444;
}

p.boxArchive {
	margin-top: 1em;
	font-weight: normal;
	font-size: small;
	text-align: right;
}

p.boxArchive a {
	text-decoration: none;
	color: #444444;
}

p.boxArchive a:visited {
	text-decoration: none;
	color: #444444;
}

p.boxArchive a:hover {
	border-bottom: 1px dotted #444444;
}

p.textIndent {
	margin-top: 0.4em;
	margin-left: 1.3em;
	margin-bottom: 0.2em;
}

p.textIndentLink {
	margin-left: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 1.6em;
}

p.textIndentLink a {
	color: #444444;
	text-decoration: none;
}

p.textIndentLink a:hover {
	border-bottom: 1px dotted #444444;
}

p.label {
	margin-bottom: 0.2em;
}

p.textfield {
	margin-top: 0em;
}

/*footer*/
#footer {
	clear: both;
	color: #fff;
	background: #444444;
	height: 1.8em;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}

#footer div {
	padding-top: 0.3em;
	padding-right: 1em;
}

/* Headers */
h1 {
	font-size: large;
	font-weight: bold;
	color: #444444;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
	border-bottom: 1px dotted #444444;
}

h2 {
	font-size: small;
	font-weight: bold;
	color: #444444;
	margin: 0em;
}

h2 a {
	text-decoration: none;
	color: #444444;
}

h2 a:hover {
	border-bottom: 1px dotted #444444;
}

/* table */
table {
	width: 100%;
	border: 1px solid #444444;
	background: #CCCCCC;
	font-size: small;
}

table img {
	border: 1px solid #444444;
}

table caption {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #444444;
	border-bottom:none;
	background: #666666; 
	color: white;
	font-weight: bold;
}

table th, table td {
	text-align: left;
	border-bottom: 1px solid #444444;
	margin: 0;
	padding: 2px 20px;
}

.tId {
	width: 1px;
}

.tDate {
	width: 5px;
}
.tDelete {
	width: 10px;
}

table th {
	background: #444444;
	color: white;
}

/* Image class */
.right {
	float: right;
	border: 1px solid #444444;
	margin-left: 1.8em;
	margin-bottom: 1.8em;
}


