/**********************************************************/
/* Global CSS                                             */
/* Copyright (c) 2006 CSS Direct Mail                     */
/**********************************************************/



html,body {
	margin: 0px;
	padding: 0px;
	background: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;	
	font-size: small;
}

.homebground {
	background:url(../global/background/toppanel_bg_home.gif) repeat-x;
}

.contentbground {
	background:url(../global/background/toppanel_bg_content.gif) repeat-x;
}

/* Fonts */
/*---------------------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.8em;
	font-weight: bold;
	color: #666666;
	margin: 0;
}

#container_popup h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	margin: 0;
}

h2{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.6em;
	font-weight: normal;
	color: #666666;
	margin: 0;
}


h3{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	font-weight: normal;
	color: #666666;
	margin: 0;
}

#content_panel h3 span { display: none; }
#supportcolumn_panel h3 span { display: none; }


h4{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .85em;
	font-weight: bold;
	color: #666666;
	margin: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .85em;
	color: #666666;
}


/* Links */
/*---------------------------------------------------*/


a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none
}

a:active {
	color: #666666;
	text-decoration: underline;
}



#footer a:link {
	color: #9090A0;
}

#footer a:hover {
	color: #9090A0;
}

#footer a:visited {
	color: #9090A0;
}

#footer a:active {
	color: #9090A0;
} 


/* Misc */
/*---------------------------------------------------*/


.hide {
	display: none;
}

.smalltext {
	font-size: 76%;
}



/* Forms */
/*---------------------------------------------------*/

.form {
	color: #999999;
}

.form_txtfldsmall {
	width: 150px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.form_txtfldmedium {
	width: 280px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.form_txtfldlong {
	width: 350px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.form_txtfldmulti {
	width: 280px;
	height: 250px;
}


.formlabels {
	width: 100px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .85em;
	color: #999999;
}

.formlabels_tickbox {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .85em;
	color: #999999;
}

.checkbox {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	position:relative;
}


