/*							 */
/*	Formatting				 */
/*							 */

body
{
	font-family: 		Arial, Tahoma, Verdana;
	font-size:			12px;
}

.InsetSelected			{background-color:#E0E0E0;border-top:1px solid #00325B;border-left:1px solid #00325B;border-bottom:1px solid #00325B;border-right:1px solid #00325B;padding: 8px;}
.InsetPanel				{z-index:1000;overflow:auto;display:block;margin:3px;cursor:pointer;background-color:#E0E0E0;border-top:1px solid #00325B;border-left:1px solid #00325B;border-bottom:1px solid #00325B;border-right:1px solid #00325B;padding: 8px;}

/*						 */
/*	Links				 */
/*						 */

a:link, a:visited
{
	cursor:				pointer;
}

a:active, a:hover
{
	color:				#679AC9;
	cursor:				pointer;
	text-decoration:	none;
}

/*							 */
/*	Templates				 */
/*							 */

#content_center
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	padding:			15px;
	color:				#454545;
	line-height:		16px;
	width:				575px;
	height:				400px;
	clear:				both;
}

#content_cell
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	height:				400px;
	font-size:			11px;
	line-height:		14px;
}

#content_left
{
	width:				75%; 
	height:				100%;
	padding-right:		10px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
		font-size: 			11px;
	
}

#content_right
{
	width:				25%; 
	height:				100%;
	font-size: 			11px;
	font-weight:		bold;
	color:				#7C7C73;
	background-color:	#D5D5C2;
	padding:			7px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	border:				1px solid #7C7C73;
	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;
}


/*								 */
/*		Text Seperators			 */
/*						 		 */

.SeperatorVertical
{
	border-left:		1px dashed gray;
	height:				100%;
}

.SeperatorHorizontal
{
	border-bottom:		1px dashed gray;
	width:				100%;
}


/*									 */
/*	Table							 */
/*									 */


.Table
{
	padding:			3px;
	border:				2px solid #7C7C73;
	vertical-align:		top;
}

.TableCell
{
	padding:			3px;
	border:				1px solid #7C7C73;
}

.TableCellGray
{
	padding:			3px;
	border:				1px solid #7C7C73;
	background-color:	#C0C0C0;
}

.divLoginPopup
{
	background-color:	#FFF;
	border:				solid 1px #cdd4da;
	padding:			5px;
}
