﻿
/* Basic CSS Layout Class */
.clear
{
	clear: both;
}
.indent
{
	margin-left: 2.0em;
}
.indent_small
{
	margin-left: 10px;
}
.buttons
{
	padding: 5px;
	text-align: right;
}
.hidden
{
	display: none;
}


/* Generic classes */
.required
{
	font-size: 0.9em;
	margin: 5px 0px 5px 0px;
	color: Red;
}
.small
{
	font: 0.7em Lucida Sans;
}
.message
{
	font: 0.9em "Lucida Grande" , "Lucida Sans Unicode";
	color: #C00;
	font-weight: bold;
}
.sm_message
{
	font: 0.7em "Lucida Grande" , "Lucida Sans Unicode";
	color: #C00;
	font-weight: bold;
}

.validation-summary-errors
{
	font-size: 0.9em;
}
.message-box-warning
{
	border: solid 2px #fdd;
	background-color: #fee;
	padding: 10px 10px 10px 35px;
	width: 700;
	color: #600;
	text-align: left;
	margin: auto 0 5px 0;
	font-size: 0.9em;
	background-image: url(icons/error.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
.message-box-warning li
{
	margin-left: 15px;
}
.message-box-ok
{
	border: solid 2px #6087FF;
	background-color: #E0E6FF;
	padding: 10px 10px 10px 35px;
	width: auto;
	color: #222;
	margin-bottom: 5px;
	font: 1.3em;
	background-image: url(icons/information.png);
	background-position: 12px 11px;
	background-repeat: no-repeat;
	width: 700;
	margin-left: auto;
	margin-right: auto;
}


/* Help classes */
.help_box
{
	border: solid 2px #dedfb2;
	background-color: #feffd2;
	padding: 5px;
	width: auto;
	color: #222;
	width: 400px;
	font-size: 12px;
	line-height: 1.2em;
	margin-top: -5px;
	position: absolute;
	z-index: 100;
	margin: -5px 0 0 15px;
}
.help_box button
{
	font-size: 0.8em;
	cursor: pointer;
}

/* Layout classes */


/* tables */
th
{
	font-weight: normal;
	font: 0.8em;
	color: #000;
	text-align: right;
	vertical-align: top;
}


/**** list ****/
table.list
{
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 1px;
	clear: both;
}
table.list th
{
	font: 1.2em trebuchet ms;
	color: #FFF;
	text-align: left;
	padding: 3px 3px 3px 5px;
	background-color: #4d689c;
	background-image: url(images/th-bg.png);
	height: 1.4em;
}
div.header, table.list th.header
{
	font: 1.2em trebuchet ms;
	color: #FFF;
	text-align: left;
	padding: 3px 3px 3px 5px;
	background-color: #4d689c;
	background-image: none;
}
div.header
{
	border: solid 1px black;
	border-bottom: 0px;
	margin: 0px;
	height: 1.6em;
}

div.header h4, table.list th.header h4
{
	font: 1.1em;
	float: left;
	height: 1.2em;
}

div.header .filter_sort, table.list th.header .filter_sort
{
	font: 0.8em;
	float: right;
}


table.list th a
{
	margin-right: 23px;
	color: #FFF;
}
table.list th.selected
{
	font: 1.2em trebuchet ms;
	color: #FFF;
	text-align: left;
	padding: 3px 3px 3px 5px;
	background-color: #5D1A21;
	background-image: url(images/th-bg-selected.png);
	height: 26px;
}
table.list th.selected a
{
	margin-right: 0px;
}

table.list td
{
	text-align: left;
	vertical-align: top;
	padding: 2px 4px 2px 4px;
	background-color: #fff;
}
.row
{
	background-color: #fff;
}
.row_alt, .row_alt td
{
	background-color: #eee;
}

/**** nav *****/
td.nav
{
	background-image: url(images/header-bar-bg.png);
	background-repeat: repeat-x;
	height: 29px;
}
td.nav a
{
	font: 13px Lucida Sans;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


/**** tr styles ****/
tr.highlight
{
	background-color: #DBE4F2;
}
tr.active
{
	background-color: #FFF;
}
tr.active2
{
	background-color: #FFF;
}
tr.inactive
{
	background-color: #AAA;
}

/**** sort classes ****/
.sort-arrow
{
	padding: 3px 3px 0px 5px;
}

#tagCloud
{
	width: 610px;
	padding: 5px;
	margin-bottom: 10px;
	text-align:left;
}

#tagCloud A
{
	text-decoration: none;
	margin-right: 3px;
	font-family: Trebuchet MS, Verdana, Arial;
	line-height: 1.9em;
}

#tagCloud A:hover
{
	color: #00cc00;
	text-decoration: underline;
}

#tagCloud A.weight1
{
	color: #4169e1;
	font-size: 1.9em;
	font-weight: bolder;
}
#tagCloud A.weight2
{
	color: #4169e1;
	font-size: 1.5em;
	font-weight: bolder;
}
#tagCloud A.weight3
{
	color: #009eff;
	font-size: 1.4em;
	font-weight: bolder;
}
#tagCloud A.weight4
{
	color: #4188cf;
	font-size: 1.2em;
}
#tagCloud A.weight5
{
	color: #83bcd8;
	font-size: 1.0em;
}

ul { margin-top: 5px; margin-bottom: 5px; }