/* GENERAL AND LAYOUT */

html, body, form 			{
	margin					: 0px;
	padding					: 0px;
}

body 						{
	background-image		: url(../images/elegant/page_bg.png);
	background-position		: top left;
	background-repeat		: repeat-x;
	color					: #333333;
	font-family				: arial;
}

form 						{
	color					: #333333;
	font-family				: arial;
	font-size				: 10px;
}

img 						{
	border					: 0px;
}

.wrapper 					{
	margin-left				: auto;
	margin-right			: auto;
	width					: 950px;
}

a 							{
	outline					: 0; 
	color					: #0a5991;
	text-decoration			: none;
}

a:hover						{
	outline					: 0; 
	color					: #0a5991;
	text-decoration			: underline;
}

H1 							{
	color					: #0a5991;
	font-size				: 24px;
	font-weight				: bold;
	letter-spacing			: -1px;
	padding-top				: 16px;
}

H2						{
	color					: #249dd5;
	font-size				: 20px;
	letter-spacing			: -1px;
	font-weight				: bold;
}

H3						{
	color					: #444444;
	font-size				: 11px;
	font-weight				: bold;
	padding					: 5px 0px 15px 0px;
}

H4						{
	color					: #0a5991;
	font-size				: 14px;
	font-weight				: bold;
	padding					: 0px 0px 0px 0px;
}

H5						{
	color					: #666666;
	font-size				: 11px;
	font-weight				: bold;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 5px 0px;
}

/* TOP MENU */

.topMenu					{
	color					: #F1F2F2;
	float					: right;
	font-family				: arial;
	font-size				: 10px;
	font-weight				: bold;
	height					: 40px;
	text-transform			: uppercase;
}

.topMenu ul					{
	float					: right;
	margin					: 0px;
	padding					: 0px;
}

.topMenu li					{
	float					: left;
	height					: 40px;
	line-height				: 39px;
	list-style-type			: none;
	margin					: 0px;
	padding					: 0px 2px 0px 2px;
}

.topMenu a					{
	color					: #F1F2F2;
	text-decoration			: none;
}

.topMenu a:hover			{
	border-bottom			: solid 3px #0a5991;
	color					: #ffffff;
	padding-bottom			: 1px;
}

.topMenuActive a			{
	border-bottom			: solid 3px #0a5991;
	color					: #ffffff;
	padding-bottom			: 1px;
}

.search						{
	float					: left;
	padding-top				: 9px;
	width					: 228px;
}

.searchInput				{
	background-color		: transparent;
	background-image		: url(../images/elegant/background_input_search.gif);
	border					: solid 0px #ffffff;
	color					: #333333;
	float					: left;
	font-size				: 12px;
	height					: 19px;
	padding					: 3px 0px 0px 5px;
	vertical-align			: middle;
	width					: 155px;
}

.searchButton				{
	background-color		: transparent;
	background-image		: url(../images/elegant/button_search.gif);
	border					: solid 0px #ffffff;
	color					: #ffffff;
	cursor					: pointer;
	float					: right;
	font-family				: arial;
	font-size				: 10px;
	font-weight				: bold;
	height					: 22px;
	padding-bottom			: 2px;
	vertical-align			: middle;
	width					: 62px;
}



/* MAIN - CONTENT */

.content					{
	background-image		: url(../images/elegant/logo.png);
	background-repeat		: no-repeat;
	float					: left;
	padding					: 0px 0px 30px 0px;
	width					: 950px;
	min-height				: 500px;
}

.contentDefault 			{
	float					: left;
	height					: 600px;
	width					: 950px;
}

.contentLeftColumn			{
	float					: left;
	width					: 490px;
}

.contentRightColumn			{
	float					: right;
	width					: 450px;
}

.contentMainImage			{
	float					: right;
	text-align				: center;
	width					: 265px;
	margin-top				: 50px;
}

.contentBoxOut				{
	position				: absolute;
	top						: 230px;
	width					: 250px;
	max-width				: 250px;
	text-align				: right;
}

.contentTitle				{
	border-bottom			: solid 2px #cccccc;
	float					: left;
	height					: 95px;
	padding-top				: 5px;
	text-align				: right;
	width					: 450px;
}

.contentMenu				{
	border-bottom			: solid 1px #cccccc;
	color					: #666666;
	float					: left;
	font-size				: 10px;
	padding-bottom			: 2px;
	text-transform			: uppercase;
	width					: 450px;
}

.contentMenu ul				{
	float					: left;
	margin					: 0px;
	padding					: 0px;
}

.contentMenu li				{
	float					: left;
	height					: 35px;
	line-height				: 35px;
	list-style-type			: none;
	margin					: 0px;
	padding					: 0px 2px 0px 2px;
}

.contentMenu a				{
	color					: #333333;
	text-decoration			: none;
}

.contentMenu a:hover		{
	border-bottom			: solid 2px #0a5991;
	color					: #333333;
	text-decoration			: none;
}

.contentMenuActive a		{
	border-bottom			: solid 2px #0a5991;
	color					: #333333;
	text-decoration			: none;
}

.contentSubMenu				{
	color					: #666666;
	float					: left;
	font-size				: 10px;
	padding-bottom			: 2px;
	text-transform			: uppercase;
}

.contentSubMenu ul			{
	float					: left;
	margin					: 0px;
	padding					: 0px;
}

.contentSubMenu li			{
	float					: left;
	list-style-type			: none;
	margin					: 0px;
	padding					: 5px 2px 0px 2px;
}

.contentSubMenu a 			{
	border-bottom			: solid 2px transparent;
	color					: #333333;
	cursor					: pointer;
	float					: left;
	font-size				: 10px;
	height					: 14px;
	outline					: 0; 
	text-transform			: uppercase;
}

.contentSubMenu a:hover		{
	border-bottom			: solid 2px #0a5991;
	color					: #333333;
	cursor					: pointer;
	float					: left;
	font-size				: 10px;
	height					: 14px;
	outline					: 0; 
	text-decoration			: none;
	text-transform			: uppercase;
}

.contentText				{
	color					: #666666;
	float					: right;
	font-size				: 11px;
	padding					: 20px 0px 0px 0px;
	width					: 450px;
}

.contentText ul				{
	margin					: 0px 0px 0px 5px;
	padding					: 10px 0px 0px 25px;
}

.contentText li				{
	list-style-image		: url(../images/elegant/bullet.gif);
	padding-top				: 5px;
}

.downloads 					{
	border-left				: solid 1px #cccccc;
	border-right			: solid 1px #cccccc;
	border-bottom			: solid 1px #cccccc;
	float					: left;
	padding-bottom			: 5px;
	width					: 448px;
}

.downloads h1 				{
	background-image		: url(../images/elegant/button_download_arrow.gif);
	background-repeat		: no-repeat;
	background-position		: 9px 14px;
	float					: left;
	font-family				: arial;
	font-size				: 10px;
	margin					: 0px;
	padding					: 10px 0px 5px 20px;
	text-transform			: uppercase;
}

.downloads h2 				{
	color					: #666666;
	float					: left;
	font-size				: 10px;
	font-family				: arial;
	font-weight				: normal;
	margin					: 0px;
	padding					: 10px 0px 5px 5px;
	text-transform			: uppercase;
}

.downloads table				{
	float					: left;
	margin-left				: 5px;
	width					: 438px;
}

.gridA						{
	background-color		: #f9fafa;
	padding-left			: 2px;
}

.gridB						{
	background-color		: #f5f6f6;
}

.gridC 						{
	font-size				: 11px;
	text-transform			: uppercase;
}

.gridD 						{
	font-size				: 10px;
	text-align				: center;
	text-transform			: uppercase;
	width					: 100px;
}

.downloadButton 			{
	background-color		: #ffffff;
	background-image		: url(../images/elegant/button_download.gif);
	color					: #333333;
	cursor					: pointer;
	float					: right;
	font-size				: 10px;
	height					: 14px;
	margin-top				: -1px;
	outline					: 0; 
	padding					: 3px 1px 3px 0px;
	text-transform			: uppercase;
	width					: 94px;
}

.downloadButtonOn 			{
	background-color		: #ffffff;
	background-image		: url(../images/elegant/button_download_on.gif);
	color					: #333333;
	float					: right;
	font-size				: 10px;
	height					: 14px;
	margin-top				: -1px;
	padding					: 3px 1px 3px 0px;
	text-transform			: uppercase;
	width					: 94px;
}

.downloadButton a			{
	color					: #555555;
	padding					: 3px 5px 3px 22px;
	text-decoration			: none;
}

.downloadButton a:hover 	{
	color					: #333333;
	padding					: 3px 5px 3px 22px;
	text-decoration			: none;
}

.downloads span				{
	float					: left;
	margin-left				: 10px;
	padding-bottom			: 10px;
	padding-top				: 10px;
	font-size				: 10px;
	width					: 428px;
}

/* CONTACT */

.contactFormText 			{
	float					: left;
	padding					: 5px 20px 10px 0px;
	text-align				: right;
	width					: 430px;
}

.contactFormLabel 			{
	float					: left;
	padding					: 3px 0px 3px 15px;
	width					: 210px;
}

.contactFormAlert 			{
	display					: none;
	float					: left;
	padding					: 2px 0px 2px 0px;
	text-align				: right;
	width					: 430px;

}

.contactFormText span, .contactFormLabel span, contactFormAlert span	{
	color					: #0a5991; 
}
.contactFormItem			{
	float					: left;
	padding					: 3px 0px 3px 5px;
	text-align				: left;
	width					: 200px;
}

.contactFormTextbox			{
	border					: solid 1px #cccccc;
	color					: #666666;
	font-size				: 11px;
	padding					: 2px 2px 2px 2px;
	width					: 160px;
}

.contactFormTextarea		{
	border					: solid 1px #cccccc;
	color					: #666666;
	font-size				: 11px;
	padding					: 2px 2px 2px 2px;
	width					: 194px;
}

.contactFormDropdown		{
	border					: solid 1px #cccccc;
	color					: #666666;
	font-size				: 11px;
	padding					: 2px 2px 2px 2px;
	width					: 200px;
}

.contactButton				{
	background-color		: transparent;
	background-image		: url(../images/elegant/button_submit.gif);
	border					: solid 0px #ffffff;
	color					: #ffffff;
	cursor					: pointer;
	float					: right;
	font-family				: arial;
	font-size				: 10px;
	font-weight				: bold;
	height					: 22px;
	padding-bottom			: 2px;
	vertical-align			: middle;
	width					: 62px;
}


/* FOOTER */

.footerWrapper 				{
	background-image		: url(../images/elegant/footer_bg.png);
	background-repeat		: repeat-x;
	float					: left;
	height					: 200px;	
	width					: 100%;
}

.footer						{
	height					: 140px;	
	margin-left				: auto;
	margin-right			: auto; 
	width					: 950px;
}

.footerLeft 				{
	border-right			: solid 1px #cccccc;
	float					: left;
	height					: 100px;	
	margin-bottom			: 20px;
	margin-top				: 20px;
	width					: 410px;
}

.footerRight 				{
	float					: left;
	height					: 100px;	
	margin-bottom			: 20px;
	margin-top				: 20px;
	width					: 509px;
}

.footerRightTitle 			{
	float					: left;
	height					: 20px;
	padding-left			: 15px;	
	width					: 449px;
}

.footerRightForm			{
	color					: #4D4D4D;
	float					: left;
	font-family				: arial;
	font-size				: 11px;
	height					: 20px;
	padding-left			: 15px;	
	padding-top				: 10px;
	vertical-align			: middle;
	width					: 509px;
}

.footerRightForm SPAN 		{
	padding-right			: 10px;
	}

.footerLeftDropdown  		{
	margin-left				: 5px;
	margin-top				: 3px;
	width					: 200px;
}

.buttonGo 					{
	background-image		: url(../images/icons/go.png) ;
	background-color		: transparent;
	border					: solid 0px #ffffff;
	height					: 20px;
	width					: 20px;
	min-width				: 20px;
	min-height				: 20px;
	font-size				: 0px;
	background-position		: top left;
	margin					: -2px 0 4px 0;
}

.footerRightFormReminder	{
	color					: #4D4D4D;
	float					: left;
	font-family				: arial;
	font-size				: 11px;
	height					: 20px;
	padding-left			: 15px;	
	padding-top				: 15px;
	vertical-align			: middle;
}

/* COPYRIGHT */

.copyrightWrapper			{
	border-top				: solid 1px #cccccc;	
	height					: 200px;
	margin-left				: auto;
	margin-right			: auto;
	width					: 100%;
}

.copyright 					{
	height					: 200px;	
	margin-left				: auto;
	margin-right			: auto;
	width					: 950px;
}

.copyrightLeft 				{
	color					: #808080;	
	float					: left;
	font-family				: arial;
	font-size				: 11px;
	height					: 25px;
	line-height				: 25px;
	text-transform			: uppercase;
	width					: 550px;
}

.copyrightRight 			{
	float					: left;
	height					: 25px;
	line-height				: 25px;
	padding-right			: 20px;
	text-align				: right;
	width					: 380px;
}

.form-box {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-width: 0;
	border-style: solid;
	border-color: #FFCC00;
	padding: 0;
	width: 600px;
	float: right;
}

.form-box h2 {
	text-align: left;
	background-color: #CCCCCC;
}

.form-column {
	margin: 0;
}

.form-field {
	width: 590px;
	border-style: solid;
	border-width: 0;
	border-color: #999999;
	margin: 5px 5px 5px 5px;
	padding: 5px 0 5px 0;
}

.field-label {
	width: 150px;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 4px 4px 4px 4px;
	float: left;
}

.field-input {
	margin: 0 50px 0 155px;
	padding: 0px 2px 0px 2px;
	text-align: left;
}

.field-help {
	margin: 0 50px 0 150px;
	padding: 0px 2px 0px 2px;
	text-align: left;	
}

.field-input-box {
	border: 1px;
	border-style: solid;
	border-color: #9999FF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

.field-input-money-box {
	border: 1px;
	border-style: solid;
	border-color: #9999FF;
	font-family: Monospace, Courier New, Courier, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-right: 2px;
}

.field-input-float-box {
	border: 1px;
	border-style: solid;
	border-color: #9999FF;
	font-family: Monospace, Courier New, Courier, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-right: 2px;
}

.field-input-radio {
	width: 30px;
	display: inline;
	float: left;
}

.field-input-right-label {
	width: 348px;
	min-width: 330px;
	display: inline;
	float: right;
}

.required-field {
	float: right;
	width: 50px;
	font-size: 8px;
	vertical-align: top;
}

.form-error-field {
	background-color: yellow;
}

.form-info-field {
	background-color: #99f;
}

.form-error-msg {
	text-align: right;
	padding: 5px;
	color: red;
	font-weight: bold;
	margin: 0 20px 10px 50px;
}

.form-buttons {
	text-align: right;
	margin: 0;
	padding: 3px;
}

.form-buttons a {
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.form-buttons a:hover {
	border-style: solid;
	border-color: #333366;
	border-width: 2px;
	background-color: #eeeeff;
	padding: 1px 4px 1px 4px;
}

.form-button a:visited {
	color: #333333;
}

.small-buttons {
   
	text-align: center;
	font-size: 10px;
	margin: 1px 1px 1px 1px;
	padding: 2px 4px 2px 4px;
}

.small-buttons a {
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
	display: inline;
}

.small-buttons a:hover {
	border-style: solid;
	border-color: #333366;
	border-width: 2px;
	background-color: #eeeeff;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}

.small-buttons a:visited {
	color: #333333;
}

.small-button {
	margin: 2px;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
}

.small-button a, a.smallbutton {
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	padding: 1px 5px 1px 5px;
	text-decoration: none !important;
	color: #333333;
	display: inline;
	width: 30px;
}

.small-button a:hover, a.small-button:hover {
	border-style: solid;
	border-color: #333366;
	border-width: 2px;
	background-color: #eeeeff;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}

.small-button a:visited {
	color: #333333;
}

.page-menu {
	margin: 0;
	text-align: left;
	float: left;
	display: inline;
	height: 30px;
}

.page-menu ul {
	margin: 0;
	display: inline;
	list-style-type: none;	
}

.page-menu img {
	border: 0;
	vertical-align: middle;
}

.page-menu ul li {
	float: left;
	display: inline;
	min-width: 22px;
	vertical-align: top;
	padding: 0 2px 2px 4px;	
}

.page-menu ul li, .page-menu ul li a {
	padding-bottom: 2px;
	text-align: center;
}

.page-menu ul li a img {
	border: 0;
	vertical-align: middle;
}

.page-menu ul li.page-menu-title {
	width: 80px;
	text-align: left;
}

.search-box {
	margin: 2px;
	text-align: right;
	float: right;
	display: inline;
	border: 1px solid #81afda;
	height:20px;
}

.search-box-image {
	height: 20px;
}

.search-box-text {
	margin: 0;
	font-size:14px;
	vertical-align: top;
	border: 0;
}

a.add-button {
	background-image: url("/images/icons/add.gif") !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
	padding-left: 16px;
	padding-right: 2px;
	font-size: 0.7em;
	font-weigth: normal;
	border: 1px solid #99a;
}

a.add-button:hover {
	background-color: #99a;
	border: 2px solid #99a;
	padding-left:15px;
	padding-right: 1px;
}

.user-table {
	width: 100%;
	border: 0;
	margin: 5px;
	padding: 0;
}

.user-table th {
	width: 100px;
	background-color: #ddf;
	border: 1px solid #aad;
	border-right: 0;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	font-weight: normal;
	color: #669;
}

.user-table th.right {
	border-right: 1px solid #aad !important;
	text-align: right;
}

.user-table td {
	text-align: left;
	padding: 2px;
}

.attributes-table {
	border: 0;
	margin: 1px;
	padding: 0;
}

.attributes-table th {
	width: 80px;
	background-color: #ddf;
	text-align: right;
	vertical-align: top;
	padding: 2px;
}

.attributes-table td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #333;
}

.user-box-head {
	float: right;
	margin: 4px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #CCCCCC;
	color: #000;
	width: 95%;
	height: 30px;
	padding: 0;
	clear: both;
}

.user-box-title {
	float: left;
	padding: 3px 5px 3px 5px;
}

.user-box-subtitle {
	float: right;
	padding: 3px 5px 3px 5px;
	text-align: right;
}

.user-box {
	float: right;
	margin-left: 4px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border-width: 0;
	border-style: solid;
	border-color: #999999;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding: 0;
	min-width: 95%;
	clear: both;
}

.user-box p {
	padding: 5px;
}

.user-box form {
	float: right;
}

.dark {
	background-color: #ccc;
}

.light {
	background-color: #fff;
}

.clearer {
clear:both;
height:0px;
overflow:hidden;
margin-top:-1px; 
}