



/* DNN styles */

/* ================================
    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 {
	background-repeat:repeat-y;
	background-image: url(images/back.gif);
	background-position: top center;
/*	background-color:#666666; */
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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 */
#dnn_contentpane .Normal {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.Normal a {
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:underline;
}


/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:20px;
}

.MainMenu_TabRootMenuItem TD{
	background-image: url(/Portals/_default/Skins/SolpartSkin/TabCWhite.jpg);	
	height: 20px;
}

.MainMenu_TabRootMenuItemSel TD{
	background-image: url(/Portals/_default/Skins/SolpartSkin/TabCRed.jpg);	
	height: 20px;
}

.MainMenu_TabMenuItemHover TD
{

/*	background-image: url(/Portals/_default/Skins/SolpartSkin/TabCWhite.jpg);	*/
	color: Red;
	height: 20px;
	/*background-color: silver;*/
}

/*

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(/Portals/_default/Skins/SolpartSkin/TabCRed.jpg);	
	color: White;
	height: 25px;
}
*/



.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #9FB0C7 0px solid; 
	border-bottom: #9FB0C7 0px solid; 
	border-top: #9FB0C7 0px solid; 
	border-right: #9FB0C7 0px solid;
}



.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #09336F; 
	border-left: #9FB0C7 0px solid; 
	border-bottom: #9FB0C7 0px solid; 
	border-top: #9FB0C7 0px solid;
	border-right: #9FB0C7 0px solid;
	text-align: center; 
	width: 15; 
	height: 20px;
}



.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#9FB0C7;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
/*

	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;

*/
/*margin-top: 0px;
margin-left: 0px;*/
}



.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 0px;
}



.MainMenu_MenuItemSel {
	background-color:#9FB0C7;
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	height:20px;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: silver 0px solid; 
	border-bottom: silver 0px solid; 
	border-top: silver 0px solid;
}



.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display:none;
}


/* Custom Form */

.batchform-wrapper {
	/* not needed at this point */
	display:table;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.batchform-confirmation {
	/* not needed at this point */
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.batchform-wrapper label, .form-row label {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width:120px;
	float:left;
}

.batchform-wrapper input,
.batchform-wrapper textarea {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width:200px;
}

.form-row {
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
}

.form-controls {
	margin-left:120px; /* the same as the width of the labels */
}

.form-controls a {
	margin-right:10px;
}

.errorTxt {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: red;
}


/* Custom Classes */

/* style of the address text on the homepage only */
.homepage_address {
	font-size:12px;
	line-height:17px;
	margin-left:10px;
}

/* style of page headers */
#dnn_PageHeader .Normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	Font-weight:bold;
	color: #000000;
	margin-right:10px;
	margin-top:10px;
}

#dnn_dnnCOPYRIGHT_lblCopyright {
	color:#FFFFFF;
	font-size:8pt;
	font-weight:normal;
}



#lNav {
	font-size:11px;
	line-height:14px;
}

#lNav a {
	text-transform:lowercase;
}

#lNav .email {
	line-height:18px; !important
}

#dnn_NavUser span { 
	color:#003366;
	font-size:11px; !important
	line-height:14px; !important
}

.Normal th {
	background-color:#9FB0C7;
	/*font:11px Verdana, Arial, Helvetica, sans-serif;*/
}

.Normal td {
	padding:3px;
	/* border-bottom:1px solid #9FB0C7;
	border-left:1px solid #9FB0C7; */
}

.Normal table {
	/* border-top:1px solid #9FB0C7;
	border-right:1px solid #9FB0C7; */
}

.contentpane img {
	padding-right:7px;
}

.photo {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	align:center;
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}

.photo td {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.photo img {
	padding:0;
	mardgin:0;
	border:1px solid #999999;
	}


.xphoto td {
	border: 0px none;
	}

#xtestingDisplay td {
	border: 0px none;
	}






