@import "default.css";

body {
	text-align: center;
	background: #fff url(../img/bg.gif) repeat-x;
	margin: 0pt;
	padding: 0pt;
}

div.column {
    float: left;
    padding-bottom: 32767px;
	margin-bottom: -32762px;
}

div.rightMargin {
	width: 100%;
}

div.row {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.hiddenMCE {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

.customTextEditor {
	width: 99%;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

.customText {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;	
}

.adminPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 1px;
	
	background-color: #FFFFFF;
	border-style : solid;
    border-color: #ABCCAB;
	border-width : 1px;
}

.adminPanelEdit {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	font-weight: bold;	
	color: #07572F;
}

.panelButton {
	background-color :  #FFF;
	border : outset 1pt #000;
	margin: 0px;	
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;	
	height : 20px;
	color: #494949;		
	overflow: visible;
	padding: 0px 5px;
}

.panelText {
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;	
}

.divHeaderPrint {
	display: none;
}

.divHeader {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

.divContainer {
	background-color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	overflow:hidden;
	clear: both;
	border-top: solid 1px #ABCCAB;
}

.divFooter {
	clear : both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;     
}

div.rightBorder {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ABCCAB;
    padding-bottom: 32767px;
	margin-bottom: -32762px;
}

div.left {
	width: 25%;
}

div.right {
	width: 75%;
}

.divRightHeader {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #ABCCAB;
	margin-left: 5px;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.pmButton {
	border:1pt outset #AAABED;
	color:#006633;
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	width:20px;
}

.divMain {
	position: relative;	
	margin: 0px 0px 0px 4px;
}

a.adminBtnEdit {
	background: #B4D6C4 url(../img/properties_change.gif) no-repeat top center;	
	display: block;	
	width: 50px;
	height: 50px;			
	text-decoration: none;
	color: #006633;
}

a.adminBtnPreview {
	background: #B4D6C4 url(../img/link_extern_results.gif) no-repeat top center;
	display: block;
	width: 50px;
	height: 50px;	
	text-decoration: none;
	color: #006633;
}

.clear {
	clear: both;
	content: '[DUMMY CONTENT]'; 
	display: block; 
	height: 1px;
	visibility: hidden;	
	overflow: hidden;
}

.divPrint {
	width: 12%;
	height: 15pt;
	background-image: url(../img/print.png);
	background-repeat: no-repeat;
	background-position: left top;	
	margin-top: 2pt;
	padding-top: 2pt;
	margin-left: 5px;
	text-align: right;	
	color: #006633;
	font-weight: bold;
	font-size: 8pt;	
	cursor: pointer;	
	float: left;
}

a.rss {
	display: block;
	float: right;
	height: 16px;
	width: 32px;
	background-image: url(../img/rss.gif);
	background-repeat: no-repeat;
	background-position: center center;		
	cursor: pointer;	
	margin: 1% 1% 0% 1%;	
}

/* TODO [lla] remove everything below this after replacing the static text footer */
#footer {	
	width: 760px;
	height: 90px;
    text-align: center;
}

.entranceCounter {
	border-top: 2px solid #07572F;
	text-align: right;
	color: #97C196;	
    font-size: 9px;
	clear : both;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

table.footer {
	vertical-align: middle;
	text-align: center;
	width: 100%;	
	border: 0px;
	color: #262626;
}

.simpleColumn {
	float: left;
}

.divEditLeft {	
	width: 20%;
}

.divEditRight {
	width: 79%;
}

.inputText {
	font-family: Verdana;
	font-size: 9pt;
	color: #334477;	
	padding-left: 2px;	
}

.iText {
	padding: 0px 2px;
	margin: 2px 5px 2px 5px;
	height: 16px;	
	color: #006633;
	border: solid 1px #ABCCAB;
	font-family: Verdana;
	font-size: 8pt;
}

.editData {
	background-color: #f5f5f5;
	margin: 0px 0px 8px 0px;
	border: solid 1px #bbb;
	padding-top: 2px;
}

.formMargin {
	margin: 0px;
	padding: 0px;
}

.wrapper:after{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.wrapper{
	display: inline-block;
	width: 100%;
}

.tableMargin {
	margin: 0pt;
	padding: 0pt;	
}

.divHeaderButtons {
	text-align: left;
}

.loginFrm {
	border: solid 1px #ABCCAB;
	font-family: Verdana;
	font-size: 8pt;
	color: #006633;
	padding: 1px 5px;
	margin: 3px 0px;	
	text-align: right;
}

.loginFrm .login {
	color: #07572F;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	border: none;
	background: transparent;
}

.loginFrm .login:hover {
	color: #ABCCAB;
}

.linkTable {
	position:absolute;
	bottom: 2pt;
	right: 2pt;
	background-color:#FFF; 
	border: solid 1px #ACE;
	opacity:.75;	
	filter:alpha(opacity=75);	
}
