/* This style sheet should be generic site specific css should be kept in the imported css files. */
/* This style sheet should only need minor changes per site */
/* IMPORTING HOME AND INNER PAGE LAYOUT */
@import url(home.css);
@import url(inner.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Trebuchet-MS, Arial, Helvetica, sans-serif;
	/*default color for site text*/
	color:#012E45;
	font-weight:normal;
	line-height:1.2em;
}
body {
	line-height: 1;
	background:#fff url(/images/core/bg-body.jpg) repeat-x;
}
ol, ul {
	list-style: none;2
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p{padding-bottom:18px;}

h1, h2, h3, h4 a, h4
{
}

.clear
{
	clear:both;
}

/* Error Checking and highlight*/
#right .error
{
	border:#FF0000 2px solid;
}
.enquiry-check {visibility:hidden;}
/* remember to define focus styles! Prevents outlines on all a links */
:focus {
	outline: 0;
}
/*Font styles */

.italic
{
	font-style:italic;
}

.center
{
	text-align:center;
}


/* Main Page Layout */
#container
{
	width:955px;
	margin:0px auto 0;
	padding:0;
	background:#012E45 url(../../images/core/bg-sidemenu-btm.jpg) repeat-x 0 bottom;

}
#container.home{background:#012E45 none;}
#content 
{
	/*overflow:hidden;*/
	margin:0;
	padding:0;
	margin-right:29px;
	_margin-right:15px;
	background:white;
	float:right;
	width: 670px;
}

#head
{
	overflow:hidden;
	float:right;
	background:url(../../images/core/home/head-bg-slogan.jpg) no-repeat;
	display:block;
	width:670px;
	height:97px;
}
	#head a{
		text-decoration:underline;
		color:#fff; 
		background:url(/images/core/home/head-a-bg.gif) no-repeat 6px 6px; 
		padding:5px 0px 5px 30px;
		vertical-align:bottom;
		display:block;
		position:relative;
		top:295px;
		left:160px;
		width:260px;
		text-align:left;
		border:white thin solid;
		font-weight:bold;
		font-size:0.8em;
	}
	
	
#sidemenu
{
	float:left;
	display:block;
	width:255px;
	overflow:hidden;
	padding:0;
}

#right
{
	margin:0;
	float:left;
	padding-bottom:25px;
}
span.underline {text-decoration:underline;}
address { margin: 0 0 5px;}
#footer
{
	background:#fff;
	text-align:center;
	clear:both;
	padding:10px;
	margin:0px;
}
#footer address	{color:#012E45; font-size:0.625em;}

#footer a{text-decoration:underline;}
#footer p.contact
{
	
	font-size:0.75em;
	clear:both;
}


#footer span.links, #footer span.links a {color:#81BEDF;}
#footer span.links a {font-size:0.7em;}

/*Realnet onsite branding*/
#realnet
{
	font-size:0.7em;
	font-family:'verdana';
	text-align:right;
	padding:25px 0;
	/* Color site dependant */color:#81BEDF;
	width:955px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
}
#realnet a{/* Color site dependant */color:#81BEDF;}

<!---- sIFR --->
.sIFR-flash {visibility: visible !important;margin:0; padding:0;}
.sIFR-replaced, .sIFR-ignore {	visibility: visible !important;}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
 /*Hide Adblock Object tab: the text should show up just fine,
   not  poorly with a tab laid over it. Conveniently, the object
   tab is  always in a div, so we hide all divs directly inside
   the replaced element.*/

.sIFR-replaced > div {  display: none !important;}
/*---------------------------------------------------------------------*/

/* Form Stuff */
.form{	margin:0 0 0 10px;}
.form-row{	
	font-size: .8em;
	color: #666;
	height: auto;
	margin: 0px 0px 10px;
	overflow: hidden;
	line-height: 1.4em;
}	
.form-title{float: left;width: 180px;color: #003580;}
	.form-title.narrow	{	width: 100px;	}
	.form-title.error	{	color: #C00;	font-weight: bold;	}
	.form-field		{	
		float: left;
		width: 300px;	
		color: #003580;
	}
	.form-field.wide-field {	width: 480px;}
	.form-field input.text-box	{
		width: 370px;
		border: 1px solid #A5ACB2;
		padding: 1px 3px;

	}
	.form-field input.text-box.short	{	width: 183px;	}
	.form-field select.drop-down	{
		width: 378px;
		border: 1px solid #A5ACB2;
		padding: 0px;

	}
	.form-field select.drop-down.spaced-drop{	margin: 0px 0px 5px;}
	.form-row.tall{	height: 12.5em;	margin: 0px 0px 10px;}
	.form-field textarea.text-area	{
		width: 370px;
		border: 1px solid #A5ACB2;
		padding: 1px 3px;
		height: 12em;
		
		font-size: .95em;
		font-family: Arial, Helvetica, sans-serif;
	}
	.form-title.inline-title	{	width: 100px;	padding: 3px 0px 0px;	}
	.form-field.inline-text	{	width: 290px;	}
	.form-field.inline-text input.text-box	{	width: 270px;	padding: 2px 3px;	}	
	.form-field.inline-btn{	width: 90px;}

	#right .red {color:red; font-size:16px;}
	#right p.big-error
	{
		background:#FFCFCF url(../../images/core/big-error.gif) no-repeat scroll 4px 4px;
		border:1px solid #C00;
		color:#900;
		font-size:0.8em;
		font-weight:bold;
		margin:5px;
		padding:5px 10px;
	}
	#right p.small-error{	color:#900;	}
	#right p.success	{
		background:#D1EEC4 url(../../images/core/success.gif) no-repeat 4px 4px;
		border:1px solid #060;
		color:#060;
		font-size:0.8em;
		font-weight:bold;
		margin:5px;
		padding:5px 10px;
	}
	
	#right p.big-info	{
		background:#FFFFE6 url(../../images/core/big-info.gif) no-repeat 4px 4px;
		border:1px solid #F90;
		color:#F90;
		font-size:0.8em;
		font-weight:bold;
		margin:5px;
		padding:5px 10px;
	}

.item-row
{
	margin: 0px ;
	background:#FFFFFF;
	padding: 8px 0px 6px 8px;
	border-bottom: 2px solid #E5F6FC;
	font-size: .75em;
	color: #002E63;
	overflow: hidden;
	line-height: 1.2em;
}

#right .item-row.title
{
	color: #002E63;
	border: 0px;
	font-size: .8em;
	margin-top:5px;
}

#container .item-row.hidden, .item-row.no-show, .hidden .item-name,.hidden .item-code
{
	color: #666;
	text-decoration:line-through;
}

.item-row.hidden .item-edit a, .item-row.hidden .item-delete a
{
	color: #999;
}
.item-row.hidden .item-edit a:hover, .item-row.hidden .item-delete a:hover
{
	color:#666;
}
	
	.item-row a
	{
		color: #666;
		font-weight: bold;
		text-decoration: none;
	}

	.item-row a:hover
	{
		color: #666;
		text-decoration: underline;
	}
	
	.item-code
	{
		margin: 0px;
		padding: 0px 5px 0px 0px;
		border: 0px;
		width: 105px;
		float: left;
	}

	.item-name
	{
		margin: 0px;
		padding: 0px 5px 0px 0px;
		border: 0px;
		width: 200px;
		float: left;
		font-weight:bold;
	}
	.item-name.gallery
	{
		width: 300px;
	}
	.item-email
	{
		margin: 0px;
		padding: 0px;
		border: 0px;
		width: 120px;
		float: left;
	}
	.item-date
	{
		width:120px;
		font-weight:bold;
		float:left;
	}
	.item-visibility
	{
		margin: 0px;
		padding: 0px;
		border: 0px;
		width: 30px;
		float: left;
	}
	.long .item-visibility
	{
		width:40px;
	}
	.options{float:left; width:170px;}
	.item-edit, .item-add
	{
		margin: 0px;
		padding:0px 5px 0 ;
		border: 0px;
		float:left;
	}
	.item-desc
	{
		display:block;
		clear:both;
		color:#666;
		padding-top:3px;
	}
	.item-delete
	{
		margin: 0px;
		padding:0px 5px 0 ;
		border: 0px;
		float:left;
	}
	#right .item-row.long
	{
		width:550px;
	}
	
span.fixed-width{float:left; display:block; width:110px; text-align:left; font-weight:bold;}
