﻿/* DEFAULTS
----------------------------------------------------------*/

html, body   
{
	background-color: #FFFFFF;
	color: #707273;
	font-size: 12pt;
	height: 100%;        
    margin: 0px;
    padding: 0px;    
}

input, textarea, select
{
	background-color: #FFFFFF;
	border: solid 1px #D3D4D5;
	font-size: 12pt;
	padding: 5px;	
}

.textbox
{
	width: 97%;
	padding: 5px;
}

a:link, a:visited
{
    color: #6F85AB;
    text-decoration: none;
}

a:hover
{
	color: #70141E;
	/*color: #6F85AB;*/
    /*color: #FF740A;*/
    text-decoration: none;
}

a:active
{
    color: #70141E;
}

p
{
	margin-top: 2px;
    margin-bottom: 15px;
    line-height: 1.2em;
}

hr 
{
	background-color: #70141E; 
	color: #70141E; 
	border:0; 
	height: 1px;
}

.spacer
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.imageButton
{
	background-color:Transparent;
	vertical-align:middle; 
	margin-left: 10px; 
	margin-right: 4px;
	border:0;
}

.modalOverlay 
{
	background-color:Black;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.modalPopup
{
	background-color: #E4E5E7;
	border: solid 2px #DFE0E0;
	padding: 30px; 
	padding-top: 45px;	
	border-radius: 15px;	
}

.modalUploadNode
{
	
}

.modalUploadHoverNode
{
	color: #FF740A;
}

.modalUploadSelectedNode
{
	color: #FF3300;
}

.hoverMenu
{
	background-image: url(/images/popupmenubg.png);
	background-color: White;
	background-position:bottom;
	background-repeat: repeat-x;
    margin-top: 10px;    
    padding: 5px 10px 15px 10px;
    border: solid 1px #3B548C;
    border-top: none;
    /*border-bottom-right-radius: 15px;    */
}

.editorContainer
{
	background-color: #F7F7F8;
	padding: 10px;
	/*border-radius: 15px;	*/
	margin-bottom: 15px;
}

.editorContainerAlt
{
	background-color: #EFF1F6;
	padding: 10px;
	/*border-radius: 15px;	*/
	margin-bottom: 15px;
}

.navigation 
{
	position: relative;
	top: -26px;
	background-color: #E5E9F0;
	border: solid 1px #E9E9E9;
	color: #163D7E;
	font-size: 12pt;
	float: left; 
	min-width: 12%; 
	max-width: 16%;
	height: 100%; 
	overflow: auto;
	margin-left: 50px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.maincontent
{
	float: right;
	margin: 0 auto;
	width: 76%;	
	/*max-width: 78%;*/
}

.modalUploadNavigation
{
	float: left; 		
	color: #163D7E;
	font-size: 12pt;
	padding-bottom: 10px;
	padding-right: 20px;
}

.fileFinderLink 
{
	margin-bottom: 5px;
	float:right;
	width: 90%;
}

.formContainer
{
	position: relative;
	top: -26px;	
	background-color: #E4E5E7;
	border: solid 2px #DFE0E0;
	padding: 30px; 
	padding-top: 45px;
	margin: 0 auto 0 auto; 
	width: 40%;
}

.homeContent
{
	position: relative; 
	left: 5%; 
	width: 60%; 
	padding-bottom: 10px; 
	margin: 0;
}

.helpContent
{
	position: relative; 
	width: 70%; 
	padding-bottom: 10px; 
	margin: 0;
}

.titleLine 
{	
	background-color: #C3C4C6;	
	height: 2px;					
	text-align: center;
	margin-bottom: 25px;
}

.pageTitle
{	
	padding: 0 15px 0 15px;
	background-color: #E4E5E7;
	position: relative;
	top: -15px;
}

.divBorder
{
	border: solid 1px #FFFFFF;
	padding: 5px;
}

.editorFileListContainer 
{	
	background-color: #E5E9F0;
	border: solid 1px #E9E9E9;
	color: #163D7E;			 	
	padding: 10px;		
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #35508C;    
    text-transform: none;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1
{
    color: #505253;
	font-size: 20pt;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    color: #516D9C;
	font-size: 14pt;
   /* font-weight: 600;*/
}

h3
{
    color: #5E6161;
	font-size: 14pt;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	position:relative; /* needed for footer positioning*/			
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	
    /*width: 960px;    */
    background-color: #fff;
    margin: 0 auto 0px auto;   
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;    
    width: 100%;
    background-color: #E4E5E6;	   
    text-align: center;
}

.header .logo
{
	vertical-align:middle;
	width: 280px;
	margin: 20px;	
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #35508C;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{	       	
    padding: 0px 0px 40px 0px;    
	height: auto;	
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{						
	position: absolute;
	bottom: 0;   
	min-height: 45px;
	min-width: 100%;   
	text-align:center;  
	line-height: 45px;     
    /*background-image: url(/images/footerbg.png);
    background-repeat:repeat-x;*/
    background-color: #5A5C5C;
	color: #C5C6C7;
}

/* LOGIN PAGE
--------------------------------*/

.tblFormBase
{
	margin-left: 20px;
}

.tblFormBase tr td
{
	text-align:right;
}

.tblFormBase span
{
	font-size: 8pt;
}

.tblFormBase select option
{
	text-align:right;
}

.btnBase
{
	background-color: #6F85AB;
		border: solid 1px #63728A;
		color: #FFFFFF;
		font-size: 14pt;
		text-decoration: none;
		padding: 5px 15px 5px 15px;
		min-width: 60px;
		overflow: visible;
/*
	background-color: #35508C;
	color: White;
	border-color: white;
	padding: 5px 10px 5px 10px;
	min-width: 60px;
	border-radius: 15px;	*/
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

select
{    
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*Templating*/
div.twoCol{
	overflow: hidden;
	width: 100% !important;
}
div.twoCol > div{
	width: 50%;
	float: left;
	position: relative;
	text-align: left;
}
div.twoCol div.twoLeftCol {
	float: left;
}
div.twoCol div.twoRightCol{
	float: left;
}

.templateForm select
{
    min-width: 190px;
}
.templateForm select.selExt
{
    min-width: 90px !important;
    width: 90px !important;
}
.templateForm span
{
    display:inline-block;
    height: 21px;
    padding: 6px 0px;
    margin: 2px 0px;
}
.templateForm .twoLeftCol
{
    width: 100px;
}

.errorRed
{
    color: Red !important;
}
.iframePreview
{
    border: none !important;
    width: 100%;
    height: 93%;
    min-height: 93%;
    max-height: 93%;
    background: white;
}
.topBar
{
    display:inline;
    background-color: #E4E5E6;
    width: 100%;
    height:100%;
}

.modalRestoreVersionNumber 
{
    padding: 5px;
    width: 50px;
    text-align:center;
}

.modalRestoreCommitTime
{
    padding:5px;  
    text-align:center;
}

.modalRestoreViewLink
{
    padding: 5px;
    width: 50px;
    text-align:center;
}