body
{
	margin: 0px;
	background: #FFF url(/images/layout/body_bg.jpg) no-repeat bottom right;
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 62.5%;
}



/*	CLASSES USED BY TEXTAREA STYLING CODE	*/

.tagInfo h2 a
{
	float: right;
	display: block;
	margin: 0px;
	height: 21px;
	width: 21px;
	color: #fff;
	font-size: 1px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/layout/helpButton.gif) no-repeat top right;
	text-align: center;
}

.tagInfo h2 a:hover
{
	margin: 0px;
	color: #fff;
	background: url(/images/layout/helpButton.gif) no-repeat bottom right;
}


#helpBox
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
	height: 105px;
	width: 300px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: url(/images/layout/loginShadow.gif) no-repeat bottom right;
}

.helpInner
{
	border: 1px solid #000;
	background: #A6C6DF url(/images/layout/header_bg.gif) repeat-x top left;
}

.helpInner p
{
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}

.helpInner h2
{
	margin: 0px;
	padding: 4px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: #fff url(/images/layout/nav_bg.gif) repeat-x top left;
	color: #000;
	border-bottom: 1px solid #000;
}

.helpInner a
{
	float: right;
	margin: 1px;
	padding: 0px;
	display: block;
	height: 21px;
	width: 21px;
	background: url(/images/layout/closeButton.gif) no-repeat top left;
}

.helpInner a:hover
{
	background: url(/images/layout/closeButton.gif) no-repeat top right;
}


.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.large {font-size: 1.2em;}
.extraLarge {font-size: 1.4em;}

/********************************************/

textarea
{
	font-family: arial, sans-serif;
	font-size: 1.2em;
}


p.clear
{
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: both;
}

p.address
{
	font-size: 1.1em;
}

form
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 10px 0px;
}


.login a
{
	float: right;
	display: block;
	margin: 0px;
	width: 100px;
	height: 21px;
	color: #fff;
	font-size: 1px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/layout/loginButton.gif) no-repeat top right;
	text-align: center;
}

.login a:hover
{
	margin: 0px;
	color: #fff;
	background: url(/images/layout/loginButton.gif) no-repeat bottom right;
}

.logout a
{
	float: right;
	display: block;
	margin: 0px;
	width: 100px;
	height: 21px;
	color: #fff;
	font-size: 0px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/layout/logoutButton.gif) no-repeat top right;
	text-align: center;
}

.logout a:hover
{
	margin: 0px;
	color: #fff;
	background: url(/images/layout/logoutButton.gif) no-repeat bottom right;
}

a.delete
{
	display: block;
	width: 100px;
	height: 21px;
	color: #fff;
	font-size: 0px;
	background: url(/images/layout/deleteButton.gif) no-repeat top left;
}

a.delete:hover
{
	background: url(/images/layout/deleteButton.gif) no-repeat bottom left;
}

a.select
{
	display: block;
	width: 100px;
	height: 21px;
	color: #fff;
	font-size: 0px;
	background: url(/images/layout/selectButton.gif) no-repeat top left;
}

a.select:hover
{
	background: url(/images/layout/selectButton.gif) no-repeat bottom left;
}

a.edit
{
	display: block;
	width: 100px;
	height: 21px;
	color: #fff;
	font-size: 0px;
	background: url(/images/layout/editButton.gif) no-repeat top left;
}

a.edit:hover
{
	background: url(/images/layout/editButton.gif) no-repeat bottom left;
}

/*	LOGIN BOX	*/
#loginBox
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
	height: 105px;
	width: 300px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: url(/images/layout/loginShadow.gif) no-repeat bottom right;
}

.loginInner
{
	border: 1px solid #000;
	background: #A6C6DF url(/images/layout/header_bg.gif) repeat-x top left;
}

.loginInner h2
{
	margin: 0px;
	padding: 4px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: #fff url(/images/layout/nav_bg.gif) repeat-x top left;
	color: #000;
	border-bottom: 1px solid #000;
}

.loginInner a
{
	float: right;
	margin: 1px;
	padding: 0px;
	display: block;
	height: 21px;
	width: 21px;
	background: url(/images/layout/closeButton.gif) no-repeat top left;
}

.loginInner a:hover
{
	background: url(/images/layout/closeButton.gif) no-repeat top right;
}

.loginInner p
{
	margin: 0px;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.user
{
	position: absolute;
	top: 100px;
	right: 10px;
	z-index: 200;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}


/*	top area styles	*/

.top
{
	background: #788393;
	margin: 0px;
	padding: 4px 20px 4px 0px;
	text-align: right;
}

/*	header area styles	*/

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 120px;
	background: #fff url(/images/layout/header_bg.gif) repeat-x top left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
}

.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.clouds
{
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
}

.sub
{
	font-size: 0.5em;
}

/*	CONTAINER STYLES	*/
.container
{
	width: 760px;
	margin: 0px auto;
	text-align: left;
	/*background: #99A6BD url(/images/layout/body_bg.gif) repeat-y top;*/
	text-align: center;
	padding-bottom: 30px;
}

.innerContainer
{
	width: 740px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	/*background: #fff url(/images/layout/page_bg.gif) repeat-y top left;*/
	/*background: #fff;*/
}

/*	TOP NAVIGATION STYLES	*/
.primaryNavContainer
{
	border-top: 1px solid #fff;
	background: #99A6BD url(/images/layout/nav_shadow_new.gif) repeat-x bottom left;
	margin: 0px;
	padding: 0px;
}

.primaryNavShadow
{
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	/*background: #fff url(/images/layout/nav_shadow_new.gif) no-repeat bottom left;*/
	font-size: 0px;
	height: 5px;
}

.primaryNavOuter
{
	background: #fff url(/images/layout/nav_bg.gif) repeat-x top left;
	margin: 0px;
	padding: 3px;
}

.primaryNavOuter p
{
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	color: #fff;
}

h1.adminTitle
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.primaryNav
{
	width: 730px;
	margin: 0px auto;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}

.primaryNav ul
{
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

.primaryNav li
{
	display: inline;
	list-style-type: none;
}

a.primary
{
	margin: 0px;
	color: #000;
	text-decoration: none;
}

a.primary:hover
{
	color: #fff;
}

/*	SIDEBOX NAVIGATION STYLES */
.leftNav
{
	float: left;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
	width: 200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 190px;
}

.leftNavWide
{
	float: left;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
	width: 410px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 400px;
}

.caseStudyImage
{
	float: left;
	width: 180px;
	text-align: center;
	margin-bottom: 5px;
}

.caseStudyImage img
{
	display: block;
	margin: 0px;
	padding: 0px;
}

.caseStudyImage a
{
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #777;
}

.caseStudyImage a img
{
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.caseStudyImage p
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.caseStudyImage a:hover
{
	color: #96BBDB;
}

.box
{
	/*background: #fff url(/images/layout/sideblock_bg.gif) no-repeat top left;*/
	padding: 0px 5px 0px 5px;
	width: 150px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 140px;
}

html>body .box
{
  width: 140px;
}

.box img
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.box h2
{
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #99A6BD;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.box p
{
	color: #777;
	font-size: 12px;
	font-weight: bold;
}

.box ul
{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ccc;
}

.box ul li
{
	margin: 0px;
	padding: 3px 0px 3px 10px;
	list-style-type: none;
	color: #fff;
	background: url(/images/layout/small_arrow.gif) no-repeat left;
}

.box ul li img
{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.leftNav a
{
	color: #777;
	font-size: 1.2em;
}

.leftNav a:hover
{
	color: #96BBDB;
}

/*	CONTENT AREA STYLES	*/
.content
{
	float: left;
	width: 500px;
	padding: 10px;
	background: url(/images/layout/content_bg.gif) repeat top left;
	border-left: 1px solid #ddd;
	font-size: 1.2em;
}

.wide
{	
	border: 0px;
	width: 730px;
}

.thin
{
	border: 0px;
	width: 300px;
}

.content p
{
	/*font-size: 1.2em;*/
	color: #777;
}

ul.caseStudies
{
	margin: 0px;
	padding: 0px;
}

ul.caseStudies li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.caseStudies li a
{
	display: block;
	height: 100px;
	width: 500px;
	color: #000;
	font-weight: bold;
}

ul.caseStudies li a:hover
{
	color: #f00;
}

.size
{
	width: 250px;
}


/*	CASE STUDY PAGE STYLES	*/

.caseStudy
{
/*	background: #fff url(/images/layout/casestudy_bg.gif) no-repeat top left;
	width: 730px;*/

	float: left;
	width: 180px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}

.caseStudy a
{
	text-decoration: none;
	color: #666;
	font-size: 1em;
	font-weight: bold;
}

.caseStudy a img
{
	border: 0px;
}

.caseStudy a:hover
{
	color: #96BBDB;
}

p.enquiry
{
	margin: 0px;
	padding: 5px 0px 2px 0px;
	font-weight: bold;
}

p.enquiry span
{
	color: #f00;
}

/* DATA ENTRY SECTION STYLES */

.section
{
	border: solid #000;
	border-width: 1px 1px 0px 1px;
}

.section td
{
	margin: 0px;
	font-size: 12px;
}

.section h2
{
	background: #fff url(/images/layout/nav_bg.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #000;
	font-size: 1em;
}

td.label
{
	font-weight: bold;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding: 4px 5px 4px 5px;
}

.tagInfo
{
	margin: 10px 2px 2px 2px;
	padding: 0px;
	border: 1px solid #000;
	background: #E3EDF5;
	color: #000;
	font-size: 12px;
	text-align: left;
}

.tagInfo p
{
	padding: 2px;
}

td.centered
{
	font-weight: bold;
	color: #000;
	padding: 4px 5px 4px 5px;
	text-align: center;
}

td.data input
{
	width: 98%;
}

td.data select
{
	width: 100%;
}

td.data textarea
{
	width: 98%;
	font-family: arial, sans-serif;
	font-size: 12px;
}

td.right
{
	border-right: 1px solid #000;
}

td.bottom
{
	border-bottom: 1px solid #000;
}

td.submit
{
	margin: 0px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #000;
}

td.error
{
	color: #f00;
}

tr.titleBar td
{
	margin: 0px;
	padding: 3px 0px 3px 0px;
	/*width: 150px;*/
	background: #fff;
	color: #000;
	font-weight: bold;
	/*font-size: 1.2em;*/
	text-align: center;
	border-bottom: 2px solid #000;
}

tr.ltBlue
{
	background: #D3E3EF;
}

tr
{
	background: #fff;
}

/*td.list
{
}

td.list ul
{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ccc;
}

td.list ul li
{
	margin: 0px;
	padding: 3px 0px 3px 10px;
	list-style-type: none;
	color: #fff;
	background: url(/images/layout/small_arrow.gif) no-repeat left;
}

td.list ul li img
{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

td.list a
{
	color: #777;
	font-size: 1.2em;
}

td.list a:hover
{
	color: #96BBDB;
}*/


/*	FOOTER AREA STYLES*/
.footer
{
	clear: both;
	/*background: url(/images/layout/page_bottom.gif) no-repeat top left;*/
	padding: 0px 0px 0px 10px;
	color: #999;
	height: 30px;
}

.footer p
{
	margin: 0px;
	padding: 0px;
}

/* CNX LINK STYLES	*/
.cnx
{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	color: #666;
	font-size: 1em;
}

.cnx span
{
	float: left;
	padding-left: 20px;
}

.cnx a
{
	color: #666;
	text-decoration: none;
}

.cnx a:hover
{
	color: #ACDBFF;
	text-decoration: underline;
}

/*	POPUP WINDOW STYLES	*/

.popupBody
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #A7C7DF;
}

.popupImage
{
	display: block;
	margin: 0px;
	padding: 0px;
}

.closePopup
{
	margin: 0px;
	padding: 5px 10px;
	text-align: right;
	font-family: arial, sans-serif;
}

.closePopup a
{
	margin: 0px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.closePopup a:hover
{
	color: #fff;
}
