/*body 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5e5f;
}*/
.bigblock {
	border: 2px solid #425f91;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #28349e;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #28349e;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5e5f;
}
td a {
	color: #28349e;
}
.footer td, .footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #446bc2;
	text-decoration: none;
}

.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #446bc2;
	text-decoration: none;
}


/* DNN Styles */
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}

.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5e5f;
	font-weight: bold;
	text-decoration: underline;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5e5f;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5e5f;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5e5f;
    font-weight: normal;
}

.MemberName
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    color: #5c5e5f;
    font-weight: bold;
}