/* -------------------------------------------------- */
/* Default CSS classes for tinymce editor */

.mceVisualAid {
	border: 1px dashed #BBBBBB;
}

body.mceContentBody { font-family:Arial, Verdana, Trebuchet MS, Tahoma, sans-serif; font-size:12px; color:#666666; font-weight:normal; font-style:none; }

.mceLink a			{ font-size:12px; color:#666666; font-weight:normal; text-decoration:underline; }
.mceLink a:Link		{ font-size:12px; color:#666666; font-weight:normal; text-decoration:underline; }
.mceLink a:Visited	{ font-size:12px; color:#666666; font-weight:normal; text-decoration:underline; }
.mceLink a:Hover	{ font-size:12px; color:#CDCDCD; font-weight:normal; text-decoration:underline; }

/* define small text size for table cells that need to be sized 
	less than the normal text size, e.g. if cell height needs to 
	be 10px or less */
td.smltd { font-size:1px; }

/* -------------------------------------------------- */

/*	Purple - #5F2D8A; Blue - #88D4E9; Mid Grey - #666666; Light Grey - #CDCDCD; White - #FFFFFF;	*/


body		{ font-family:Arial, Verdana, Trebuchet MS, Tahoma, sans-serif; font-size:12px; color:#666666; font-weight:normal; font-style:none;
				background-image:url(/library/images/template/default/gradient_bg.jpg); background-repeat:repeat-x; }

td			{ font-family:Arial, Verdana, Trebuchet MS, Tahoma, sans-serif; font-size:12px; color:#666666; font-weight:normal; font-style:none; }

p			{ font-family:Arial, Verdana, sans-serif; margin:0px; padding:0px; line-height:1.6em; }

H1			{ font-size:18px; color:#FFFFFF; letter-spacing:2px; font-weight:normal; font-style:italic; padding-left:20px; margin:0px; } 
H2			{ font-size:16px; color:#5F2D8A; font-weight:bold; font-style:italic; margin-bottom:5px; } 
H3			{ font-size:14px; color:#5F2D8A; font-weight:bold; font-style:italic; margin-bottom:5px; }
H4			{ font-size:12px; color:#5F2D8A; font-weight:bold; font-style:italic; margin:0px; padding:0px; } 

H5			{ font-size:12px; color:#666666; font-weight:bold; font-style:italic; } 
H6			{ font-size:10px; color:#666666; font-weight:normal; font-style:none; text-decoration:underline; } 

a			{ font-size:12px; color:#5F2D8A; font-weight:normal; font-style:italic; text-decoration:underline; }
a:Link		{ font-size:12px; color:#5F2D8A; font-weight:normal; font-style:italic; text-decoration:underline; }
a:Visited	{ font-size:12px; color:#5F2D8A; font-weight:normal; font-style:italic; text-decoration:underline; }
a:Hover		{ font-size:12px; color:#88D4E9; font-weight:normal; font-style:italic; text-decoration:underline; }

HR			{ width:80%; border:none 0; border-top:1px dashed #88D4E9; height:1px; /* height needed for IE */ }


/* ********************************************** */
.small					{ font-size:9px; }

.main_menu				{ font-family:Arial, Verdana, Trebuchet MS, Tahoma, sans-serif; font-size:12px; letter-spacing:1px; color:#FFFFFF; font-weight:normal; font-style:italic; text-decoration:none; }
.main_menu a:Link		{ font-size:12px; letter-spacing:1px; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.main_menu a:Visited	{ font-size:12px; letter-spacing:1px; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.main_menu a:Hover		{ font-size:12px; letter-spacing:1px; color:#88D4E9; font-weight:normal; text-decoration:none; }

.sml_lk					{ font-size:8px; color:#999999; font-weight:bold; text-decoration:underline; }
.sml_lk a:Link			{ font-size:8px; color:#999999; font-weight:bold; text-decoration:underline; }
.sml_lk a:Visited		{ font-size:8px; color:#999999; font-weight:bold; text-decoration:underline; }
.sml_lk a:Hover			{ font-size:8px; color:#CDCDCD; font-weight:bold; text-decoration:underline; }

.footer				{ font-size:11px; color:#FFFFFF; text-decoration:none; }
.footer	p			{ font-size:11px; color:#FFFFFF; text-decoration:none; }
.footer a:Link		{ font-size:11px; color:#FFFFFF; text-decoration:none; }
.footer a:Visited	{ font-size:11px; color:#FFFFFF; text-decoration:none; }
.footer a:Hover		{ font-size:11px; color:#88D4E9; text-decoration:underline; }

.button				{ font-weight:bold; font-size:9px; color:#FFFFFF; height:25px; border-width:3px; border-style:double; border-color:#FFFFFF; 
						background-color:#88D4E9; cursor:hand; }

.img_btn			{ cursor:pointer; }


/* ********************************************** */
table.webform {
	width:100%;
	border-spacing:3px;
}

.webform .form_header {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:#5F2D8A;
	padding:3px;
	margin:3px;
}

.webform .label {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	width:250px;
	background-color:#FAFAFA;
	padding:5px;
	margin:5px;
	color:#5F2D8A;
}

.webform .input {
	text-align:left;
	vertical-align:top;
	background-color:#FCFCFC;
	padding:5px;
	margin:5px;
}

.webform .detail {
	text-align:left;
	vertical-align:top;
	font-size:10px;
}

.webform .input_text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666666;
	font-weight:normal; 
	font-style:none;	
}

.webform .input_select {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666666;
	font-weight:normal; 
	font-style:none;	
}

.webform .input_select {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666666;
	font-weight:normal; 
	font-style:none;	
}

.webform .message {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:#5F2D8A;
	padding:3px;
	margin:3px;
	
}

.webform .main_error {
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
}

.error {
	color:#CC0000;
	font-size:11px;
}


/* ----------------------------------------------------------------------------------------------
	PMailer
 ----------------------------------------------------------------------------------------------*/

#subscribeForm div.label {
	float:left;
	width:250px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	background-color:#EFEFEF;
	padding:5px;
	margin:5px;
}

#subscribeForm div.input {
	float:left;
	width:250px;
	text-align:left;
	vertical-align:top;
	background-color:#FAFAFA;
	padding:5px;
	margin:5px;
}

div.subscribe_fields {
	clear:both;
}

#pommo_update_form {
	width:600px;
	margin-left:100px;
}

ol.pommo_update li {
	padding-bottom:10px;
}

#alertmsg {
	font-size:14px;
}


/* ********************************************** */
/* SUGGESTIONS BOX	*/
.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #659CD8;
}

