/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}
.left { /* set class for left floating div */
	float:left;
}
.right { /* set class for right floating div */
	float:right;
}
.imgleft { /* set class for left floating images */
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
.imgright { /* set class for right floating images */
	float:right;
	padding-left:8px;
	padding-bottom:8px;
}
.clear { /* set class for clearing floats */
	clear:both;
}


/****************************************
			 Custom Styles
****************************************/

.GreyArrow {
	list-style-image:url(images/GreyArrow.jpg);
}
.GreyArrow li {
	padding-bottom:15px;
}
.GreyArrow a{
	color:#9e0d0d;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
}
.headTop {
	font: bold small-caps 2.8em/50% Georgia, Arial, Helvetica, sans-serif;
	color: #333333;
}
.headBottom {
	font: bold small-caps 2.4em Georgia, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.headBottom .redText {
	color: #9e0d0d;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant:normal;
	font-size: 1.2em;
}
.listCol {
	float: left;
	width: 50%;
	padding-right: 30px;
	padding-top: 10px;
}
ul strong{  
	margin-left:-25px; 
	font-size:1.1em;
}
.SubTitle {
	color: #9e0d0d;
	font-weight:bold;
}
.imageBorder {
	padding:3px;
	border:1px solid #000;
}
.BottomTitle, .BottomText {
	font-size:90%;
	color:#666666;
}
.BottomTitle {
	padding:10px 10px 0px 10px;
	font-weight:bold;
}
.BottomText {
	padding:0px 10px 10px 10px;
	text-align:justify;
}

/************ Client Login Styles ************/ 
#CustomLoginHolder {
	padding-top:3px;
}
	.UserNameHolder .SubHead, .PasswordHolder .SubHead {
		font-size:80%!important;
		color:#666666!important;
		white-space:nowrap;
	}
	.UserNameHolder .TextBox input, .PasswordHolder .TextBox input{
		font-size:90%!important;
		width:50px;
	}
	
	.UserNameHolder .Label {
		float:left;
		width:48%;
	}
	.PasswordHolder .Label {
		float:left;
		width:48%;
	}
	.UserNameHolder TextBox, .PasswordHolder .TextBox {
		float:right;
		width:40%;
	}
	.UserNameHolder{
		float:left;
		width:53%;
		margin-left:0px;
		margin-top:-10px;
		height:30px;
	}
	.PasswordHolder {
		width:47%;
		float:right;
		margin-top:-10px;
		height:30px;
	}

	#rowVerification1 {
	}
	#rowVerification2 {
	}
	#RememberHolder {
		clear:both;
		visibility:collapse;
		margin-top:35px;
		padding-left:8px;
	}
	#LoginHolder {
		float:left;
		padding-left:8px;
		margin-top:-45px;
	}
	#RegisterHolder {
	}
	#SendPassHolder {
		float:right;
		padding-left:8px;
		margin-top:-45px;
	}
	#LoginLabelHolder {
		clear:both;
	}
#tableMessage {
	padding-bottom:10px;
}



/********** End Client Login Styles **********/ 


/*********************************************
			FORM TEMPLATE STYLES
*********************************************/
.newsHead {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 0px 0px 4px;
	padding-bottom:10px;
}
.newsTitle {
	padding-bottom:5px;
	font-size:110%;
	margin-left:4px;
}
.newsContent {
	font-size: 12px;
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom:10px;
}
.newsRead {
	float:right;
	margin-bottom:5px;
}
.ViewLink {
	font-size:115%;
}

/*********************************************
		  END FORM TEMPLATE STYLES
*********************************************/


/*********************************************
				FORM STYLES
*********************************************/

/* LIST Template */
.FormLabel {
	float:left;
	width:25%;
	font-size:120%;
	font-weight:bold;
}
.FormLabel2 {
	clear:both;
	font-size:120%;
	font-weight:bold;
}
.FormField {
	float:right;
	width:74%;
}
.FormField2 {
	clear:both;
	height:475px;
}
.FormNotes {
	font-size:80%;
	font-weight:normal;
	font-style:italic;
}

/* DETAIL Template */
.DetailTemplate {
	text-align:left;
}
.DetailTemplate .newsTitle {
	font-size:150%;
}
.newsDetails {
	padding:15px;
}

/*********************************************
			  END FORM STYLES
*********************************************/



/****************************************
		   End Custom Styles
****************************************/

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
font-family:"Times New Roman", Times, sans-serif;
font-size:100%;
font-weight:bold;
line-height:100%;
color:#001;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color:#9e0d0d;
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
font-family: Tahoma, Arial, Helvetica;
font-size:inherit;
text-align:justify;
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}










