﻿
html{height:100%;overflow:hidden;}
#Body{height:100%;font-family:Tahoma, Arial, sans-serif;color:#333;}
#Form{height:100%;}

#DNN6{position: fixed;z-index:1;background-color: #fafafa;top:10px;right:10px;bottom:10px;left:10px;}

#Header{width:100%;}
   #Header #Nav{width:1000px;height:32px;position:absolute;bottom:20px;left:5px;}
    
   
#Content {}
    
    #Login{text-align:right;color:#c5c5c5;position:absolute;bottom:5px;right:5px;}
    #Login .SkinObject, #Login .LoginLink{color:#9c0b12;text-transform:uppercase;padding:0 0 0 5px;text-decoration:none;}
    #Login .SkinObject:hover, #Login .LoginLink:hover{text-decoration:underline;}
    #Login .LoginLink{padding:0 5px;}

	#dnn_ContentPane {width:100%;height:100%;}
		
/* Password Information */
#Passwords{margin:2em 0;padding:0;}
	#Passwords li{display:inline-block;height:62px;width:305px;background:url(images/Icons.png) no-repeat -256px -64px;margin:0 15px 0 0;padding:0;list-style-type:none;}
	#Passwords li.Host{margin:0;}
	#Passwords span.SubHead{display:block;color:#FFF;font-size:14px;padding:11px 0 8px 15px;}
	#Passwords span.Password{color:#FFF;padding:0 0 0 15px;}
p.Disclaimer{clear:both;color:#666666;font-size:11px;line-height:14px;}

#dnnCPWrap{filter:none !important;}

/* Modules */
.DnnModule{margin:0 0 2em 0;position:static;}
.DNNModuleContent {width:100%;}
/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

#iPopUp{display:none;}
.eipbackimg{z-index:1000;}

/* Fonts */
.Normal{font-size:12px;line-height:16px;}
.SubHead{color:#333;}

/* Language Object */
.language-object { display:inline-block; margin-left: 5px; }




/*
 *	LAYOUT PANE FORMATTING
 */

.ui-layout-north {}

.ui-layout-west {}

.ui-layout-center {background-color: #fff;	
	overflow: hidden;
	width:auto !important;
	height:auto !important;
}


#MainApp .ui-layout-resizer-west {				
				opacity:	.01;
				filter:		alpha(opacity=1);
				background: #fff url(images/resizable-w.gif) no-repeat 0 center;
			}
			#MainApp .ui-layout-resizer-west-closed {
				background-image: url(images/resizable-e.gif); /* looks better */
				border:			1px solid #6C0;
				border-width:	1px 0;
				opacity:		.70;
				filter:			alpha(opacity=70);
			}
			#MainApp .ui-layout-resizer-dragging ,
			#MainApp .ui-layout-resizer-sliding ,
			#MainApp .ui-layout-resizer:hover {
				opacity:		1;
				filter:			alpha(opacity=100);
				}
				#dialogBox .ui-layout-toggler {
					/*background:	#CCC;*/
				}