/*							 */
/*	Formatting				 */
/*							 */

body
{
	font-family: 		Verdana, Arial, Tahoma; 
	font-size:			12px;
}


/*						 */
/*	Links				 */
/*						 */

a:link, a:visited
{
	color:				#00223D;
	cursor:				pointer;
	text-decoration:	none;
	
	border-bottom:		1px solid #00223D;
}

a:active, a:hover
{
	color:				#00223D;
	cursor:				pointer;
	text-decoration:	none;
	border-bottom:		1px dotted #00223D;
}

.FormPlugin table {clear:both}
.FormSectionTitle {padding-bottom:3px;margin-bottom:5px;display:block}
.txtNormal {font-size:13px}
.txtNormal label {font-size:12px;color:#00223D;font-weight:normal}
/*							 */
/*	Templates				 */
/*							 */

#content_center
{
	font-family: 		Verdana, Arial, Tahoma; 
	width:				800px;
	height:				300px;
	font-size:			12px;
	color:				#000000;
	background-color:   #FFFFFF;
	padding:			0px;
	clear:				both;
	text-align:			left;
}

#content_cell
{
	font-family: 		Verdana, Arial, Tahoma; 
	height:				300px;
	font-size:			12px;
	line-height:		14px;
}

#content_left
{
	width:				75%; 
	height:				100%;
	padding:			20px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	text-align:			left;
	
}

#content_right
{
	width:				25%; 
	height:				100%;
	font-size: 			11px;
	font-weight:		bold;
	padding:			7px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	border-left:		1px solid #003B71;
	line-height:		normal;
}

#content_seperator
{
	border-left:		2px dotted #A9CDE1;
	height:				100%;
	width:				2%;
}

#float_image
{
	padding: 5px 5px 3px 10px; 
	float: right; 
	right: 5px; 
	top: 5px;
}


/*									 */
/*	Standard Text (do not remove)	 */
/*									 */

.PageHeader
{
	font-size: 			20px;
	font-weight:		bold;
	color:				#641407;
	padding:			10px;
	border-bottom:		1px solid #3F3F3F;
}

.Title
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			14px;
	font-weight:		bold;
	color:				#000000;
	padding-bottom:		5px;
}

.TitleRedBk
{
	background:			#EE1B2E;
	border:				1px solid #EE1B2E;
	color:				#FFFFFF;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	padding:			7px;
}

.SubTitle
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	color:				#000000;
	border-bottom:		1px solid #EE1B2E;
}

.Text
{
	font-family: 		Verdana, Arial, Tahoma; 
	font-size: 			13px; 
	color: 				#00223D; 
	font-weight:		normal; 
	text-decoration: 	none;
	line-height:		17px; 
}

.TextPadding
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color:				#000000;
	padding:			7px;
}
.Comment
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#7C7C73;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	line-height:		normal;
}

.FormComment
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-weight:		bold;
	color:				white;
	background-color:	#679ac9;
	width:				550px;
	border:				solid 1px #000;
	float: 				left; 
	padding:			5px;
	margin:				20px;
}

.FormSectionTitle
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-weight:		bold;
	color:				#000000;
	width:				600px;
	border-bottom:		solid 1px #000;
	float: 				left; 
}

.FormSpacer
{
	float: 				left; 
}

.Link
{
	font-size: 			12px;
	color:				#00223D;
	cursor:				pointer;
	text-decoration:	underline;
}

.Link:hover
{
	font-size: 			12px;
	color:				#C54A00;
	cursor:				pointer;
	text-decoration:	none;
}

.Error
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#800000;
}

.Notice
{
	font-size: 			11px;
	color:				#7C7C73;
	padding:			5px;
}

.Small
{
	font-size: 			10px;
	color:				#7C7C73;
	padding:			2px;
}

.White
{
	font-size: 			11px;
	color:				#FFFFFF;
}

.Form
{
	font-size: 			13px;
	font-weight:		bold;
	color:				#0000AA;
}

.Price
{
	font-size: 			11px;
	color:				#800000;
}

.Header
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#800080;
}

.Footer
{
	font-size: 			10px;
	color:				#7C7C73;
}

/*								 */
/*		Text Seperators			 */
/*						 		 */

.SeperatorVertical
{
	border-left:		1px dashed gray;
	height:				100%;
}

.SeperatorHorizontal
{
	border-bottom:		1px dashed gray;
	width:				100%;
}


/*									 */
/*	Table							 */
/*									 */


.Table
{
	padding:			3px;
	border:				1px solid #7C7C73;
	vertical-align:		top;
}

.TableCell
{
	padding:			3px;
	border-bottom:		1px solid #7C7C73;
}

.TableCell a
{
	border-bottom:		none;
}

.TableCellGray
{
	padding:			3px;
	border:				1px solid #7C7C73;
	background-color:	#C0C0C0;
}

.divLoginPopup
{
	background-color:	#FFF;
	border:				solid 1px #cdd4da;
	padding:			5px;
}

/*									 */
/*	Store							 */
/*									 */

.SelectableOn
{
	border:				solid 1px #E0E0E0;
	padding:			5px;
}

.SelectableOff
{
	border:				solid 0px #FFFFFF;
	padding:			6px;
}

/*									 */
/*	QCODO CALENDAR					 */
/*									 */

div.calendar							{width: 200px; border:1px solid #00325B; background-color: #FFF;}
div.calendar div.navigator				{background-color:#00325B; overflow: auto; height: 100%; color:	#fff; padding:2px 6px 2px 6px;}
div.calendar div.navigator div.left 	{float: left;}
div.calendar div.navigator div.month	{float: left;width: 80px; text-align:center; font-weight: bold; font-size: 11px;}
div.calendar div.navigator div.year		{float: right;}
div.calendar div.navigator div.year span{font-size:11px;font-weight: bold; margin-left: 6px; margin-right: 6px;}
div.calendar div.navigator a 			{color: #fff; text-decoration: 	none;}
div.calendar div.navigator a:hover 		{text-decoration: 	underline;}
div.calendar table						{border: 0; margin-left: auto; margin-right: auto;}
div.calendar th							{text-align: center;border: 0;padding: 	4px 2px 4px 2px;font-weight:bold; font-size: 10px;}
div.calendar td							{text-align: center; border-width: 0 0 1px 0; border-style: solid; border-color: black; padding: 0;}
div.calendar td.lastRow					{border-width: 0;}
div.calendar td a						{font-size:	11px;text-decoration:none; color: #000; display: block; padding: 2px 6px 2px 6px;}
div.calendar td.today					{background-color: #DFECD9;}
div.calendar td.nonMonth a				{color:#B1B6BA;}
div.calendar td.selected				{background-color: #B1B6BA; font-weight: bold;}
div.calendar td a:hover					{background-color: 	#B1B6BA; }
div.calendar div.options				{text-align: center; background-color: 	#00325B;}
div.calendar div.options a				{color: #fff; font-size: 10px; text-decoration: none;}
div.calendar div.options a:hover		{text-decoration: underline;}
