/* ------------------------------------------------------------------ GLOBALS */
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #ad0051;
}

/* ---------------------------------------------------------- GLOBAL MESSAGES */
.messages_true {
	padding: 5px;
    text-align: center;
	font-weight: bold;
	background-color: #e7fdea;
	border: 1px dotted #96d49f;
	color: #159415;
}
.messages_false {
	padding: 5px;
    text-align: center;
	font-weight: bold;
	background-color: #fdf1f1;
	border: 1px dotted #eb8181;
	color: #e74242;
}

/* -------------------------------------------------------- NAVIGATION STRING */
.navy, .navy a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}

/* ------------------------------------------------------------ PRINT VERSION */
a.print {
	font-size: 90%;
	text-decoration: none;
	color: #999;
}
a.print:hover {
	color: #666;
}

/* ---------------------------------------------------------------- PAGES BAR */
a.page, a.page_active {
	display: block;
	width: 24px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
a.page {
	background-color: #fffff0;
	border: 1px solid #c1bfb6;
	color: #98002e;
}
a.page:hover {
	background-color: #e6e4db;
	border: 1px solid #c1bfb6;
	color: #908b7c;
}
a.page_active {
	background-color: #fffff0 !important;
	border: 1px dotted #c1bfb6;
	color: #8e897a;    
}

/* ------------------------------------------------------------- MEDIA PLAYER */
#flv_layer_container {
}

/* ------------------------------------------------------------ FORM TEMPLATE */
.form {
	margin: 0;
	padding: 0;
}
.form .title {
	width: 150px;
	white-space: nowrap;
	font-weight: bold;
	color: #666;
}
.form .fieldset {
	width: 100%;
	overflow: hidden;
}
.form .fieldset {
	width: 100%;
}
.form .fieldset .field {
	float: left;
}
.form .fieldset .field input {
	font-size: 11pt;
	border: 1px solid #909090;
	background-color: #fff;
}
.form .fieldset .field input.required {
	padding: 2px 2px 2px 15px;
	background: url(/images/validator/warning.gif) no-repeat;
	background-position: center left; 
	background-color: #fff;
}
.form .fieldset .icon {
	float: left;
	padding: 3px;
	width: 16px;
}
.form .fieldset .message {
	font-size: 90%;
	color: #c00;
	clear: left;
}
.form .button {
	font-size: 14pt;	
}
.form .noborder {
	border: none !important;
}

/* ----------------------------------------------------------------- SCROLLER */
.scrollContainer {
	position: relative;
	overflow: hidden;
    width: 100%; height: 100px;
}
.scrollContent {
	position: absolute;
	top: 0;	left: 0;
}
.scrollButton {
	cursor: pointer;
}

/* -------------------------------------------------------------------- OTHER */
.va_middle, .va_middle img {
	vertical-align: middle;
}
.float_image {
	float: left;
	width: 120px;
	margin: 5px 5px 5px 0;
}
.separator	{
	overflow: hidden;
	width: 100%;
	height: 1px;
	background: #E6E6E6;
}
.hidden {
	display: none;
}