/*---------------------------------------------------------------------
       	WEBZ INFINITY SITE ADMINISTRATION
---------------------------------------------------------------------*/
body#tinymce { background-color: #FFF; background-image: none; }

body {
	background:   #E9E9E9 url() repeat-x scroll center top;
	color:        #000;
	font-family:  Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 		0.8em;
	line-height: 1.2em;
	min-width: 960px;
}

p, pre { color: 			#000; }
h1, h2, h3, h4, h5, h6 { color: #296997; }

h1 { font-size: 1.4em; }

h2 { font-size: 1.3em; }

h3 { font-size: 1.2em; font-weight: bold;  }

h4 { font-size: 1.1em; font-weight: bold; }

h5 { font-size: 1em; font-weight: bold; }

h6 { font-size: 1em; font-weight: bold; }

ol { list-style-type: decimal; }
ul li { list-style-type: disc; }


a:link {
	color: 			#296997;
	line-height: 	1em;
	text-decoration:none;
}

a:visited {
	color: 			#296997;
	line-height: 	1em;
}

a:hover {
	color: 			#296997;
	cursor:         pointer;
	line-height: 	1em;
	text-decoration:underline;
}

a:active  {
	color: 			#296997;
	line-height: 	1em;
}



/*---------------------------------------------------------------------
	Header
---------------------------------------------------------------------*/

#header {
	background: #EEE url(../img/webz-logo-sm.png) no-repeat 10px 10px;
	border-bottom: 1px solid #CCCCCC;
	clear:both;
	height: 120px;
	width:100%;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}


.breadCrumb {
  font-size: 11px;
	margin: 5px 0;
	padding: 0px;
	position: absolute;
	left: 70px;
	top: 85px;
}

#helpMenu {
  background-color: #EEE;
  color: #296997;
  float: right;
  font-size: 12px;
  height: 20px;
  padding: 2px;
  padding-right: 10px;
  text-align: right;
  width: 80%;
}

#helpMenu a { text-decoration: none; }

#divider {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    height: 52px;
    margin-bottom: 5px;
    padding: 0 2%;
    width: 96%;
}



/*---------------------------------------------------------------------
 Center Column
---------------------------------------------------------------------*/

#form_admin_pagecontent_form { margin: 0; }

#form_admin_text_content_form, 
#form_admin_shared_content_form { width: 100%; }

#form_admin_text_content_form .formFields, 
#form_admin_shared_content_form .formFields { float: none !important; }

#form_admin_cms_content_form { margin: 0; }

#txtContent_tbl { width: 100%; }

.defaultSkin { width: 100%; }

.defaultSkin table.mceLayout {}

.addContent { clear: both; float: left; width: 100%; }

.editor {
	clear: left;
	float: left;
}

/*---------------------------------------------------------------------
	Right Column
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
	Footer
---------------------------------------------------------------------*/

#footer {
	background: #E9E9E9;
	border-top: 1px solid #CCC;
	clear:both;
	float:left;
	height: 120px;
	width:100%;
}
#footer p {
	padding:10px;
	margin:0;
}

#footer .nav { float: left; width: 33%; }
