/***********************************************/
/* 										       */
/* rgbcms.css                                  */
/* 										       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:0.9em;
	line-height:150%;
	margin: 0px;
	padding: 0px;
	/*background:#dadada url("../images/back-1000.gif") repeat-y 50% 0;*/
	background-image:url(../images/navbar-blue_02.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link, a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active{
	color: #F93;
	text-decoration: underline;
}
p{
	font-size:100%;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
}
h2 {
	color: #006699;
	font-size: 125%;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	color: #F93 ;
}
h4 {
	font-size: 110%;
	color: #900 ;
}
hr {
	border:none;
	border-top-color: #ccc;
	border-top-width:1px;
	border-top-style:solid;
	color: #ccc;
}

label{
	 font-size: 100%;
	 font-weight: bold;
	 color: #333;
}

th {
	text-align:left;
	font-weight:bold;
	font-size:90%;
}
td {
	font-size:80%;
}
td img {
	padding-top: 0px;
	border:0px;
}
img {
	border:0px;
}
input#button, input#Submit, input#Reset, input#Login, input#Forgot {
	font-size: small;
	color:#FFFFFF;
	border:0px;
	background:url(../images/blue-button-grad.gif) no-repeat 2px 2px;
	width:80px;
	height:30px;
}
input[type="submit"] {
	font-size: small;
	color:#FFFFFF;
	border:0px;
	background:url(../images/blue-button-grad.gif)  repeat-x 2px 2px;
	width:80px;
	height:30px;
}
/* Style classes */
.orange {color:#F93;}
.blue {color:#069;}
.red {color:#900;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	position:relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #FFF;
}
#cc {
	background-image:url(../images/sm-logo-400.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	background-image:none;
	background-color:#FFF;
	width:100%;
	}
#container {
	border-left:1px none #069;
	border-right:1px none #069;
	width:580px;
	float:left;
}
#banner{
	float:left;
	margin-left: 0px;
	background-color: #FFF;
	padding: 0px;
}
object#banner {
	border: solid 2px black;
}
#banner img{
	float:right;
	z-index:4;
}
#banner h1{
	padding-top:1em;
	color:white;
	text-align:center;
}

#content{
	float:left;
	width:560px;
	min-height:500px;
	padding: 10px;
	margin-bottom: 50px;
}
/*#content ul {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:0px;
	padding-left:20px;
}
#content li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:0px;
	padding-left:0px;
}*/
#adminarea{
	width:auto;
	margin: 20px;
	background-color: #FFF;
	margin-left:170px;

}
#adminarea th {
	vertical-align:top;
	font-size:90%;
	text-align:left;
	color: #fff;
	background-color:  #036;
	padding: 4px;
}
#adminarea td {
	vertical-align:top;
	font-size:90%;
	text-align:left;
	border: grey solid 1px;
}
#adminarea td.Open {
	background-color:#F99;
}
#adminarea td.Closed {
	background-color: #6C9;
}
#adminarea td.Deferred {
	background-color: #6CF;
}

#adminarea td td {
	border:none;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	clear:both;
	padding: 0;
	margin: 0 0 20px 0;
	color: #FFF;
	background-image:url(../images/navbar-blue_02.gif);
	background-repeat:repeat-x;
	white-space: nowrap;
	text-align: left;
	font-size:100%;
	height: 40px;
}
#navigation {
	padding-left:0px;

}

#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 100%;
	padding-left:10px;
	padding-right:10px;
	display:block;
	text-align:center;
}
#globalNav a:link, #globalNav a:visited{
	color: #FFF;
	text-decoration: none;
	padding-left:10x;
}

#globalNav a:hover, #globalNav a:active{
	color: #069;
	text-decoration: none;
}

#globalNav li a:hover{
	background-image: url(../images/SM-tab_02.gif);
	background-position:left top;
	background-repeat: no-repeat;
	text-decoration: none;
	color:#069;
}

/* Suckerfish dropdown menus */

#globalNav ul {
	padding: 0;
	margin:0;
	list-style: none;
	padding-right: auto;
}
#globalNav li { 
	float: left;
	height:40px;
	width:100px;
	line-height:40px;
	background-image:url(../images/sm-sep_06.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#globalNav ul li:last-child {
	background-image:none;
}

#globalNav li ul { 
	position: absolute;
	padding: 0;
	margin: 0;
	background-image:none;
	width: 120px;
	left: -999em;
	z-index:99;
}
#globalNav li ul li { 
	width:120px;
	height:30px;
	line-height:30px;
	background-color:#069;
	background-image:none;
	border-bottom:1px solid #CCC;
}
#globalNav li ul li a:link, #globalNav li ul li a:visted { 
	/*background-image:url(../images/navbar-blue_02.gif);
	background-repeat:repeat-x;
	height:30px;*/
	background-image:none;
	background-color:#069;
}
#globalNav li ul li a:hover, #globalNav li ul li a:active { 
	/*background-image: url(../images/navbar-orange_02.gif);
	background-repeat:repeat-x;*/
	background-image:none;
	background-color: #F93;

}
#globalNav li:hover ul, #globalNav li.sfhover ul { 
	left: auto;
	background-image:url(../images/navbar-blue_02.gif);
}
/*************** Test sizer **************/
#textsize {
	float:left;
	width:150px;
	text-align:center;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

#cleardiv{
	clear: both;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #666;
	border-top:#CCC solid 1px;
	margin: 0px 200px;
	padding: 20px 0px;
	text-align: center;
	height:auto;
	font-size:80%;
	line-height:100%;
}
#siteInfo p{
	line-height:200%;
}
#siteInfo a:link, #siteInfo a:visited{
}


#siteInfo a:hover{
}


/************* #search styles ***************/

#search{
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #FFFFFF;
	margin: 10px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search input{
	font-size:small;
	border:1px solid #006699;
	margin: 0px;
	padding: 0px;
 }

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/*********** #sidebar styles ***********/

#sidebar{
	float:left;
	margin: 0px;
	padding: 0px;
	width:200px;
}

#sidebar h3{
	color: white;
	border-bottom : 1px solid white;
}
#logo {
	height:120px;
	margin-left:-10px;
}

#social {
	height:50px;
	margin-top:10px;
}

/************** #advert & Panel styles **************/

#panels{
	position:absolute;
	top:250px;
	left:0px;
	width:200px;
}
.panel{
	background-image: url(../images/SM-panel.gif);
	background-repeat:no-repeat;
	padding: 10px 20px 10px 5px;
	margin: 0px;
	height:100px;
	width:170px;
	text-align: left;
	text-decoration:none;
	opacity: 1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
	cursor:pointer;
}
div.panel:hover {
	background-image: url(../images/sm-panel-over.gif);
}

#panels h1 {
	color:#069;
	font-size:125%;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#panels p {
	color: #333;
	font-size:90%;
	margin:0px;
	padding:0px;
	line-height:120%;
	text-decoration:none;
}
#adverts{
	float:right;
	width:200px;
	top:250px;
}
#adverts h1 {
	color:#069;
	font-size:125%;
	margin:0px;
	padding:0px;
}
#adverts p {
	color: #333;
	font-size:90%;
	margin:0px;
	padding:0px;
	line-height:120%;
}
.advert{
	background-image: url(../images/sm-box.gif);
	background-repeat:no-repeat;
	padding: 10px 20px 10px 5px;
	margin: 0px;
	height:100px;
	width:175px;
	text-align: left;
	float:right;
	opacity: 1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
	cursor:pointer;
}
div.advert:hover {
	background-image: url(../images/SM-box-over.gif);
}

div.button{
	display: none;	/* DISABLED RGB 17/12/09 */
	position:relative;
	bottom:0px;
	left: 95px;
	z-index:99;
	background-image:url(../images/sm-button-blue-75-gm.gif);
	background-repeat:no-repeat;
	font-size:90%;
	line-height:25px;
	color:#FFF;
	border:0px;
	width:75px;
	height:25px;
	text-align:center;
}
div.button a:link, div.button a:visited{
	color:#FFF;
	display:block;
}
div.button a:hover, div.button a:active{
	color:#069;
	text-decoration:none;
	display:block;
}
#panel div.button {
	background-image:url(../images/sm-button-blue-75-om.gif);
}
#panel div:hover.button {
	color:#069;
	background-image:url(../images/sm-button-grey-75-om.gif);
}
#advert div:hover.button {
	background-image:url(../images/sm-button-orange-75-gm.gif);
}
#advert div.button a:hover, #advert div.button a:active {
	color:#069;
}
/************** #headlines styles **************/
#headlines{
	float:right;
	line-height: normal;
	width: 200px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
/*
/* iContact sign up box
*/
#SignUp .signupframe {
	border: 0px solid #eaeaea;
	background: #eaeaea;
	color: #000;
	font-size:100%;
	line-height:1em;
}
#SignUp .signupframe td{
	border:0;
}
/*
/* 	Login Box
*/
#loginbox {
	width:170px;
	height:120px;
	background-image: url(../images/loginbox.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding: 10px 10px 10px 10px;
	font-size:80%;
}
#loginbox h1 {
	font-size:100%;
	color:#069;
	font-weight:bold;
	margin:0px;
	padding:0px;
	
}
#loginbox p {
	margin:0px;
	line-height:10px;
}
#loginbox table, #loginbox form {
	margin:0px;
	padding:0px;
}
#loginbox input[type="text"], #loginbox input[type="password"] {
	background-color:#FFF;
	height:12px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	width: 90px;
	margin:0px;
	padding:0px;
}

#loginbox input[type="image"]{
	color:#FFF;
	font-size:90%;
	float:right;
	margin-right:5px;
	border:none;
	width:40px;
	height:15px;
}
