@import url("reset.css");
@import url("fonts.css");
body, html {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	background: #FFFFFF;
	color: #333;
	height: 100%;
}
a {
	color: #00457c;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00457c;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 0.6em 0;
}
h2 {
	font-size:17px;
	margin: 0 0 0.5em 0;
	margin-bottom:15px;
}
div + div h2 {
/*margin: 0.3em 0 0.6em 0;	*/
}
h3 {
	font-size: 1.2em;
	margin: 0 0 0.3em 0;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 0.4em 0;
}
h5 {
	background-image:url("images/titlebackground.png");
	background-position:center 28px;
	background-repeat:repeat-x;
	font-size:17px;
	height:38px;
	margin-bottom:15px;/*margin-right: 10px;*/
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
abbr, acronym {
	border-bottom: 1px dotted #A17128;
	cursor: help;
}
#content strong, #content strong em {
	font-weight: bold;
}
em {
	font-style: italic;
}
strong em, em strong {
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
sub {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	bottom: -0.4em;
}
object {
	outline:none;
}
#wrapper {
	/*width: 100%;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	height: auto;
	background: #FFF;
	color: #666; */
	
	
	background:none repeat scroll 0 0 #FFFFFF;
	color:#666666;
	margin:0 auto;
	min-height:90px;
	padding:0;
	width:100%;
}
#inner {
	display: block;
	height: auto;
	background: #FFF;
	color: #515E68;
	padding-bottom: 10px;
}
#header {
	background:url("/css/images/incalogo.jpg") no-repeat scroll left top #FFFFFF;
	/*border:thin solid #000000; */
	height:80px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative;
	top:20px;
	width:1000px;
	z-index:0;
}
#menuCol {
	float: left;
}
#logolink {
	display:block;
	position: absolute;
	left: 25px;
	top: 22px;
	padding-top: 37px;
	width: 205px;
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/cbaLogo.png) left top no-repeat;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#toplinks {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	display: block;
	text-align: right;
	position: absolute;
	right: 25px;
	top: 34px;
	text-align: right;
}
.lrgBrite {
	font-size: 1.1em;
	color: #F78E1E;
}
#toplinks a {
	text-decoration: none;
}
#toplinks a:hover {
}
#navHolder {
	background-image:url("images/backgroundrepeat.jpg");
	background-repeat:repeat-x;
	color:#FFFFFF;
	display:block;
	height:45px;
	line-height:22px;
	margin:25px 0 0;
	padding:0 0 0;
	position:relative;
}
#nav {
	background-image:url("images/navBackground1.jpg");
	display:block;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	width:1009px;
}
#nav li {
	background-image:url("images/menudivider.gif");
	background-position:right 7px;
	background-repeat:no-repeat;
	display:inline-block;
	list-style:none outside none;
	padding-right:5px;
}
#nav li.first {
	margin:0 0 0 0px;
}
#nav a {
	display: inline-block;
	color: #FFF;
	padding: 0 5px 10px 5px;
	border-bottom: solid 3px transparent;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	background-image:url(images/mainnavcursor.png);
	background-position:center 19px;
	background-repeat:no-repeat;/*border-bottom:3px solid #CC0000;*/
}
#nav strong a, #nav strong a:hover {
	background-image:url(images/mainnavcursor.png);
	background-position:center 19px;
	background-repeat:no-repeat;/*border-bottom:3px solid #CC0000;*/
}
#main {
	display: block;
	height: 100%;
	position: relative;
	padding: 0px 15px 0px 10px;
	margin: 15px auto 0 auto;
	clear: both;
	width: 1000px;
}
#content {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	z-index: 5;
	height: 100%;
}
#main.layout_a #content {
	height: 100%;
}
#content.edit {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 0px;
	margin: 0;
	color: #515E68;
}
#content.edit a {
	color: #00457c !important;
}
/*End layout styles*/
#content hr {
	display: block;
	color: #CCC;
	background: #CCC;
	height: 1px;
	border: none;
	margin: 1em 0 1em 0;
	padding: 0;
}
#content p strong {
}
#content li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#content ul, #content ol, #content p {
	margin-bottom: 1.0em;
}
#content ul li {
	list-style: none;
	padding-left: 1.4em;
	background: url(images/bullet.gif) no-repeat 3px 0.4em;	/*list-style: square url(images/bullet.gif);*/
}
#content ul li ul {
	margin-top: 0.5em;
	margin-bottom: 0;
}
#content ul li ul li {
	list-style: none;
	padding-left: 1.4em;
	font-size: 0.9em;
	background: url(images/bullet-small.gif) no-repeat 3px 0.5em;
}
#content ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style: decimal;
}
#content ol li {
	list-style: decimal;
}
#content ol li ol {
	margin-top: 0.5em;
}
#content ol li ol li {
	list-style: lower-alpha;
}
/*Page menu*/
#pagelinks {
	padding-bottom: 15em;
}
#tochead {
}
.toc {
}
#content .toc li {
	display: block;
	list-style: none;
	background: none;
	margin: 2px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom: solid 1px #D6DBE3;
}
#content .toc li strong {
	display: block;
	float: none;
	color: #CCCCCC;
}
#content .toc li a {
	display: block;
	text-decoration: none;
	/* color: #00457C; */
	/*color: #cc0000;*/
	background: #fff;
	padding: 2px 4px 6px 3px;
}
#content .toc li strong a {
	color: #00457c;
	/*color: #CCCC66;*/
	font-weight: bolder;
}
#content .toc li strong a:hover {
	background: #fff url(images/nav-hover.gif) no-repeat right center;
}
#content .toc li strong.headLink a {
	color: #0079C2; /*#384E5B;*/
}
#content .toc li a:hover, #content .toc li strong.headLink a:hover {
	color: #00457c;
	background: #fff url(images/nav-hover.gif) no-repeat right center;
}
#content .toc li ul {
	display: block;
	/*margin: 2px 0px 10px 7px;*/
	margin:2px 0 10px -7px;
}
#content .toc li ul li {
	border: none;
	display: block;
	list-style: none;
	margin: 0px 0px 2px 7px;
	padding: 0px;
	min-height: 16px;
	font-weight: normal;
}
#content .toc li ul li a {
	display: block;
	list-style: none;
	/*padding: 1px 0px 1px 16px;*/
	padding: 1px 0px 1px 16px;
	background: transparent url(images/toc-arrow-small.png) no-repeat 4px 5px;
	border: none;
}
#content .toc li ul li a:hover {
	background: transparent url(images/toc-arrow-small.png) no-repeat 4px 5px;
}
#content .toc li ul li strong {
	display: block;
	color: #C50C3E;
	background: transparent url(images/toc-arrow-small.png) no-repeat 4px 5px;
}
.toc .required {
	float: left;
}
/*Page menu End*/
#content blockquote {
	margin-bottom: 0.5em;
}
blockquote .q_O {
	margin-right:5px;
}
blockquote .q_C {
	margin-left:5px;
	vertical-align:top !important;
}
.edit blockquote {
	background:url(images/quote.png) no-repeat;
	background-position:0px 2px;
	text-indent:12px;
	clear: none;
}
.edit blockquote p {
	display: block;
	background: url(images/quote-close.png) no-repeat;
	background-position:bottom right;
	padding-right:0px;
	margin: 0 0 1em 0 !important;
}
#content cite {
	font-size: 0.9em;
	margin: 0 0 1em 0 !important;
	color: #666666;
	font-weight: bold;
	text-indent: 0px !important;
	text-align: left !important;
}
.quote {
	font-size: 1.5em;
	font-style: italic;
	color:#333333;
	line-height: 1.3;
}
#footer {
	background-color:#FFFFFF;
	background-image:url("images/greybackGround1.jpg");
	background-repeat:repeat-x;
	color:#666666;
	display:block;
	font-size:0.8em;
	overflow:hidden;
	padding:3px 0;
	position:relative;
	width:100%;
	height: 60%;
	margin-top: 10px;
	z-index: 80;
}
#footer a {
	color: #666;
	font-weight:bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer #cba {
	width: auto;
	padding: 0px 0px 0px 14px;
	background: url(images/i_mouse.gif) no-repeat left center;
	float: right;
	text-decoration: none;
}
#footer .colE {
	text-align: right;
}
.footInner2 {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	vertical-align:text-top;
}
.footInnerModule2 {
	vertical-align:text-top;
	font-style:normal;
	position: relative;
	margin-top: 20px;
	margin-bottom:10px;
	float: left;
	border-right-style: solid;
	font-size: 12px;
	width:233px;
	height: 140px;
	border-right-width: 1px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	/*line-height: 7px;*/
	vertical-align: top;
	z-index: 25;
}
.footInnerModule3 {
	vertical-align:text-top;
	font-style:normal;
	position: relative;
	margin-top: 20px;
	margin-bottom:10px;
	float: left;
	border-right-style: solid;
	font-size: 12px;
	width:233px;
	height: 140px;
	border-right-width: 1px;
	border-right-color: #666;
	padding-left: 20px;
	/*line-height: 7px;*/
	z-index: 25;
}
.footInnerModule4 {
	background-image:url("../css/images/screen.gif");
	background-repeat:no-repeat;
	background-position:center center;
	vertical-align:text-top;
	font-style:normal;
	position: relative;
	margin-top: 20px;
	margin-bottom:10px;
	padding-left: 0px;
	padding-top: 50px;
	float: left;
	font-size: 12px;
	height: 90px;
	width:170px;
	/*line-height: 7px;*/
	z-index: 25;
	left:57px;
}
.footInner5 {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.footInner6 {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height: 1px;
	border: 1px solid #CCC;
}
.bottomFooterContainer {
	float:left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearFix:after, .colholder:after, #nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.inde {
	width: 90% !important;
	padding: 5px;
}
/*Columns*/
.mgleft {
	margin-left: 20px;
}
.mgrightMenu {
	/*border-right-color:#DCDCDC;*/
	border-right-width: 1px;
	border-right-style:solid;
	margin-right:16px;
	padding-right:16px;
	float:left;
	height: 100%;
}
.mgleftHeading {
	border-left-color:#CC0000;
	border-left-style:solid;
	margin-left:16px;
	padding-left:16px;
}
.mgright {
	/*margin-right: 35px; */

/*border-right-color:#DCDCDC;
border-right-width: 1px;
border-right-style:solid;*/
margin-right:16px;
	padding-right:16px;
}
.layout_home .mgright {
	margin-right: 33px;
}
.layout_home .mgrightLast {
	margin-right: 34px;
}
.mgrightW {
	margin-right: 100px;
}
.mgrightN {
	margin-right: 20px;
}
.colA {
	display: block;
	float: left;
	width: 190px;
	padding-bottom: 10px;
	overflow: hidden;
}
.colB {
	display: block;
	float: left;
	width: 300px;
	padding-bottom: 7px;
	overflow: hidden;
}
.layout_home .colB {
	display: block;
	float: left;
	width: 225px;
	padding-bottom: 10px;
	overflow: hidden;
}
.colC {
	display: block;
	float: left;
	width: 170px;
	padding-bottom: 10px;
	overflow: hidden;
}
.layout_home .colC {
	display: block;
	float: left;
	width: 380px;
	margin-right: 20px;
	overflow: hidden;
	padding: 0;
}
.colD {
	display: block;
	width: 500px;
	padding-bottom: 10px;
	overflow: hidden;
	float: left;
}
.layout_home .colD {
	display: block;
	width: 600px;
	overflow: hidden;
	float: left;
	padding: 0;
}
.colE {
	display: block;
	padding-right:17px;
	width:470px;
	/*width: 490px; */
	padding-bottom: 10px;
	float: left;
	overflow: hidden;
}
.colEPic {
	display: block;
	width: 470px;
	padding-bottom: 10px;
	padding:0px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.colF {
	display: block;
	width: 780px;
	padding-bottom: 10px;
	padding:0px;
	float: left;
	overflow: hidden;
}
.colH {
	display:block;
	float:left;
	overflow:hidden;
	padding-right:15px;
	width:445px;
}
.colI {
	display: block;
	width: 285px;
	padding-bottom: 10px;
	padding:0px;
	float: left;
	overflow: hidden;
}

.colJ {
	display: block;
	width: 376px;
	padding-bottom: 10px;
	padding:0px;
	float: left;
	overflow: hidden;
}


.colK {
	display: block;
	width: 785px;
	padding-bottom: 10px;
	padding:0px;
	float: left;
	overflow: hidden;
}

.colL {
	display: block;
	width: 582px;
	padding-bottom: 10px;
	padding:0px;
	float: left;
	overflow: hidden;
}


.layout_home .colE {
	display: block;
	width: 1000px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: solid 10px #8C9EAD;
}
.colLeft {
	display: block;
	float: left;
	clear: left !important;
	width: 45%;
	margin-right: 15px;
	margin-bottom: 10px;
}
.colRight {
	display: block;
	float: right;
	clear: right !important;
	width: 45%;
	margin-left: 15px;
	margin-bottom: 10px;
}
.brdBtm {
	border-bottom: solid 1px #E0E0E0;
	padding-bottom: 10px;
}
.wide {
	width: 60%;
}
.nrrw {
	width: 30%;
}
.edit .colLeft, .edit .colRight {
	border: dashed 1px #FF9900;
}
.layout_home .colholder {
	background: url(images/vline.gif) repeat-y 758px 0px;
	display: block;
}
.colholder {
	background: url(images/vline.gif) repeat-y 604px 0px;
	display: block;
}
/*Columns - End*/
/*General Styles*/
.i_left {
	float: left;
	margin: 0px 10px 2px 0px;
	border: solid 1px #b5c7d2;
	line-height:0;
}
.i_right {
	float: right;
	margin: 0 0 2px 10px;
	border: solid 1px #b5c7d2;
	line-height:0;
}
.i_left-nb {
	float: left;
	margin: 0px 10px 2px 0px;
	padding:0px;
}
.i_right-nb {
	float: right;
	margin: 0 0 2px 10px;
	padding:0px;
}
a:hover .i_left, a:hover .i_right, a:hover .i_cent, a:hover .thm_pic {
}
.i_cent {
	clear: both;
	display: block;
	margin: 0px auto 0px auto;
	border: solid 1px #b5c7d2;
	line-height:0;
}
.i_cent-nb {
	clear: both;
	display: block;
	margin: 0px auto 0px auto;
}
#content img {
	max-width: 100%;
	height: auto;
}
.clear {
	display: block;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.edit .clear {
	display: block;
	height: 1em;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: dashed 1px #FF9900;
}
/* Indentation. */
.Indent1 {
	margin-left: 40px;
}
.Indent2 {
	margin-left: 80px;
}
.Indent3 {
	margin-left: 120px;
}
/* Alignment. */
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignFull {
	text-align: justify;
}
.itemBox, .itemBoxBrd {
	clear: both;
	display: block;
	position: relative;
	height: auto;
	margin: 0 0 1em 0;
}
.itemBox p, .itemBoxBrd p {
	margin: 0 !important;
}
.itemBoxBrd {
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	border-bottom:1px solid #3C3C3C;
}
.itemBox:after, .itemBoxBrd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.tabSmall {
	display: block;
	clear: left;
	float: left;
	width: 3em;
	margin-right: 1em;
}
.tabLarge {
	display: block;
	clear: left;
	float: left;
	width: 6em;
	margin-right: 1em;
}
.smallGrey {
	color: #999999;
	/*color: #C68A00;*/
	font-size: 10px;
}
.smallTxt {
	font-size: 0.9em;
}
.lnkarw {
	padding-right: 10px;
	text-decoration: none;
	background: url(images/lnk-arrow.png) no-repeat right center;
}
.lnkarw:hover {
	text-decoration: underline;
}
.arwlink-leftd {
	padding-left: 18px;
	background: url(images/left-d.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-left {
	padding-left: 18px;
	background: url(images/left.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-rightd {
	padding-right: 18px;
	background: url(images/right-d.png) no-repeat right center;
	text-decoration: none;
}
.arwlink-right {
	padding-right: 18px;
	background: url(images/right.png) no-repeat right center;
	text-decoration: none;
}
.hide {
	display: none;
}
.boxout {
	background: #E9F3F9;
	padding: 5px;
	margin-bottom: 1em;
	border: thin solid #CCC;
}
.boxout .i_left, .boxout .i_right, .boxout .i_center, .britebox .i_left, .britebox .i_right, .britebox .i_center {
}
.britebox {
	padding: 5px;
	background: #F78F1E;
	color: #FFF;
}
.britebox h1, .britebox h2, .britebox h3, .britebox h4 {
	color: #FFF;
}
.boxout .section, .britebox .section {
	background: none;
	border: none;
	padding: 0;
}
.player {
	display: block;
	/*border: solid 1px #A8A9AC;*/
	padding: 0;
	margin: 0;
	line-height: 0;
}
.player p {
	line-height: 1.4em;
}
/*Table*/
.striped table, table.striped .minitable table, table.minitable {
	margin: 0 0 10px 0;
	padding: 0;
	border:none;
	border-collapse: collapse;
	width: 100%;
}
.striped caption {
	font-size: 1.7em;
	color: #FF6600;
	text-align: left;
}
.striped td, .striped th {
	padding: 3px 1px 3px 1px;
	border-bottom: 1px solid #F1F0EB;
	font-size:11px;
	vertical-align:top;
}
.striped tfoot th {
	text-align: right;
}
.striped tr {
	background:#F4F9FD;
}
.striped tr.otr {
	background:#D3E8FE;
}
.striped th {
	padding-left: 3px;
	border-top: none;
	border-left:none;
	border-right: solid 1px #FFF;
	font-weight:bold;
	color: #050F40;
}
.striped td {
	text-align: left;
	border-right: none;
	width:0.5em;
	padding:3px 3px 3px 3px;
}
.striped td + td {
	border-right: solid 1px #FFF;
	width: auto;
}
.striped tr:hover {
	background: #FFFFCC;
	background:#FFF9CE;
}
.striped td a:hover, .striped th a:hover {
	color: #936700 !important;
}
.striped td.empty {
	background: #ffffff;
}
.striped td a {
	text-align:left;
	text-decoration: none;
	color:#003399;
}
.minitable td, .minitable th {
	padding: 3px 2px 3px 2px;
	border: 2px solid #FFFFFF;
	font-size:10px;
	vertical-align: middle;
}
.minitable td {
	background:#F0F6F9;
	text-align:center;
}
.minitable th {
	background:#E0ECF2;
	color:#333;
	text-align:center;
}
.minitable th.pln {
	background:#F0F6F9;
	padding: 3px 2px 3px 5px;
	text-align:left;
}
.minitable strong {
	color: #F87600;
	font-size:1.2em !important;
}
/* --------------------------------------------------------------- 
- Listing page nav
*/
.artListHead {
	padding-bottom: 8px;
	border-bottom: solid 1px #18545B;
}
.artListMini, .artListCompact {
	display: block;
	position: relative;
	margin: 0.5em 0px;
	padding: 0 0 0.5em 0;
	height: auto;
	clear: both;
	font-size: 0.9em;
	background: url(images/hline-dot.gif) repeat-x left bottom;
}
.artListCompact {
	margin: 0.5em 0px 1em 0px;
	font-size: 0.9em;
}
.artListItem h3, .artListCompact h3, .artListMini h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 120%;
	text-transform: none;
}
.artListItem a, .artListMini a, .artListCompact a {
/*text-decoration: none !important;*/
}
.artListMini p, .artListCompact p {
	margin-bottom: 0.5em !important;
}
.artListItem, .artListItem_r {
	position: relative;
	margin: 0px 0px 1.3em 0px;
	padding-bottom: 10px;
	/*background-color: #FFFFFF;
	padding: 2px;*/
	height: auto;
	clear: both;
	min-height: 75px;
	background: url(images/hline-dot.gif) repeat-x left bottom;
}
.thm_pic {
	border: solid 4px #D7E0E8;
	float: left;
	margin-right: 5px;
	margin-bottom: 40px;
}
.artListItem .thm_pic {
	/*width: 32px;*/
	width: 60px;
	height: auto;
	margin-bottom: 10px;
}
.artListItem_r .thm_pic {
	/*width: 32px;*/
	width: 60px;
	height: auto;
	float: right;
}
.artListItem h3, .artListItem_r h3 {
	line-height: 110%;
}
.artListItem h3, .artListItem p {
	margin: 0 0 0.2em 50px !important;
}
.artListItem_r h3, .artListItem_r p {
	margin: 0 50px 0.2em 0 !important;
}
.browseNav {
	font-size: 0.9em;
}
.pageNums {
	float: right;
	font-size: 0.9em;
	min-height: 16px;
	overflow: visible;
	color: #999999;
}
.pageNums span {
	display: block;
	float: left;
}
.pageNums a:hover {
	text-decoration: none;
}
.arrow_left {
	position: relative;
	display: block;
	padding-top: 16px;
	width: 16px;
	overflow: hidden;
	height: 0;
	background: url(images/left.png) no-repeat left top;
	margin-right: 3px;
}
.arrow-dbl_left {
	position: relative;
	display: block;
	padding-left: 16px;
	background: url(images/left-d.png) no-repeat left top;
	margin-right: 5px;
	width: auto;
}
.arrow_right {
	position: relative;
	display: block;
	padding-top: 16px;
	width: 16px;
	overflow: hidden;
	height: 0;
	background: url(images/right.png) no-repeat left top;
	margin-left: 3px;
	float: left;
}
.arrow-dbl_right {
	position: relative;
	display: block;
	padding-right: 16px;
	background: url(images/right-d.png) no-repeat right top;
	margin-left: 5px;
	width: auto;
}
.arrow_left_o {
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/left-o.png) no-repeat left top;
	margin-right: 3px;
}
.arrow_right_o {
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/right-o.png) no-repeat left top;
	margin-left: 3px;
}
.crntPage {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
/*Gallery*/
.gal-thumbs {
	display: block;
	height: auto;
	width: 105%;
	margin: 10px 0 10px 0;
}
ul.lrg {
	margin: -20px 0 10px 0;
}
.editBox .gal-thumbs {
	width: 106%;
}
.gal-thumbs li {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 6px 6px 0px;
	padding: 0px !important;
	background: none !important;
	line-height: 0;
}
.gal-thumbs li img {
	float: left;
	margin:0;
	padding:3px;
	background:#F3F3F3;
	border: solid 1px #CCC;/*width: 90px;
	height: 51px;*/
}
.gal-thumbs li a:hover img {
	border: solid 1px #003399;
}
.gal-thumbs li h4, galLrge h4 {
	font-weight: normal;
	font-size: 0.9em;
	clear: both;
	padding: 3px 5px 0px 5px;
	color: #666;
	max-height: 1.2em;
	overflow: hidden;
}
.gal-thumbs li h4 a {
	color: #E8EBEC;
}
.gal-thumbs li.galLrge {
	position: relative;
	width: 235px;
	height: 144px;
	overflow: hidden;
	margin: 35px 35px 0px 0px !important;
}
.gal-thumbs li.galLrge h4 {
}
.gal-thumbs li.galLrge h4 {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #FFF;
	width: 215px;
	padding: 10px;
	height: auto;
	margin: 0 0 0 0;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
}
.gal-thumbs li.galLrge h4 a {
	display: block;
	position: relative;
	background: transparent;
}
.gal-thumbs li.galLrge h4 a:hover {
	text-decoration: none;
}
.gal-thumbs li.galLrge:hover h4 {
	visibility: visible;
}
.gal-thumbs li.jhvr h4 {
	visibility: visible;
}
.gal-thumbs li.galLrge .iconlinks {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
.gal-thumbs li.galLrge img {
	border: none;
	padding: 0;
}
.gal-thumbs li.galLrge a:hover img {
	border: none;
}
.gal-thumbs li.galMini {
	width: 104px;
}
.gal-thumbs li.galMini img {
	width: 94px;
	height: auto;
}
.reel-thumbs li {
	min-height: 2em;
	padding: 5px;
	border: solid 1px #666666;
}
.reel-thumbs h4 {
	display: inline;
	background: #666666;
}
.sorting:hover {
	cursor: move;
}
/*Motion Gallery --------------------------------------------------------------- */
#motioncontainer, #motioncontainerV {
	position:relative;
	margin: 0 auto;
	background: #F3F3F3;
	overflow: auto;
	border: solid 1px #CCC;
}
#motioncontainerV {
	width: 210px;
}
#motioncontainer {
	height: 78px;
}
/*h2 + #motioncontainer { margin-top: 10px;}*/
#photo-nav {
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	display: block;
	left:0;
	top:0;
	overflow: visible;/*position:absolute;white-space: nowrap; Defined in mogalduo.js*/
}
#motioncontainerV #photo-nav {
	padding: 0px 0 12px 0;
}
#motioncontainer #photo-nav {
	padding: 5px 12px 0 12px;
}
.gallinks {
	list-style: none;
	padding-left: 0 !important;
	margin: 0 !important;
}
#motioncontainer .gallinks {
	display: table-row;
}
#motioncontainerV .gallinks li {
	position: relative;
	display: block;
	float: none;
	clear: none;
	margin: 5px 0px 0px 5px;
	padding: 10px 0px 0px 0px !important;
	line-height: 0;
	width: 200px;
	height: 120px;
	border-top: solid 1px #585858;
}
#motioncontainerV li.firstEntry {
	border: none;
}
#motioncontainer .gallinks li {
	position: relative;
	display: inline-block;
	clear: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	line-height: 0;/*width: 200px;*/
}
#motioncontainer .gallinks li {
	display: inline;
}
.gallinks li {
	background: none !important;
}
.gallinks a {
	color: #E8EBEC;
	font-size: 0.8em;
	font-weight: bold;
}
.gallinks a:hover {
}
.gallinks a img {
	padding: 0px 0px 0px 0px;
	background: none;
	line-height: 0;
	border: none;
	/*width: 200px;*/
	height: 68px;
}
#motioncontainer .gallinks a img {
	padding: 0px 0px 20px 0px;
	margin-bottom: 0px;/*border-right: solid 1px #585858;*/
}
#statusdiv {
	color: #76E1F6;
}
.cap {
	display:block;
	line-height:11px !important;
	width:196px;
	height:17px;
	padding: 3px 2px 0px 2px;
}
#motioncontainer .cap {
	position: absolute;
	bottom: 3px;
	left: 0px;
	border: none !important;
}
strong .cap {
	background: #B11811 !important;
}
#motioncontainer #statusS {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 0;
	padding-top: 130px;
	background: url(images/moLeft.gif) no-repeat left top;
	overflow: hidden;
}
#motioncontainer #statusE {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 0;
	padding-top: 130px;
	background: url(images/moRight.gif) no-repeat left top;
	overflow: hidden;
}
#motioncontainerV #statusS {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 0;
	padding-top: 12px;
	background: url(images/moUp.gif) no-repeat left top;
	overflow: hidden;
}
#motioncontainerV #statusE {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 210px;
	height: 0;
	padding-top: 12px;
	background: url(images/moDown.gif) no-repeat left top;
	overflow: hidden;
}
.mgcol {
	display: block;
	width: 65%;
	float: left;
}
.hMrgn {
	padding-top: 1em;
	border-top: solid 1px #3C3C3C;
	margin-top: 1em;
}
.vMrgn {
	padding-left: 1em;
	border-left: solid 1px #3C3C3C;
	margin-left: 1em;
	float: right;
}
/* --------------------------------------------------------------- 
- Lightbox
*/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(lbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(lbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(lbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	min-width: 990px;
	height: 500px;
	background-color: #000;
}
#localmap {
	position: relative;
	display: block;
	width: 600px;
	max-width: 96%;
	height: 400px;
	border: solid 1px #999999;
	margin: 0px auto 0px auto;
}
/* Access styles */
.skip a {
	display:block;
	position: absolute;
	padding-top: 1px;
	width: 1px;
	overflow: hidden;
	height: 0;
	cursor: default;
	margin: 0px;
	z-index: 99;
}
.skip a:focus, .skip a:active {
	display: inline;
	background: #333333;
	border: solid black 1px;
	color: #ffffff !important;
	text-decoration: none;
	position: absolute;
	height: auto;
	width: auto;
	padding: 0 0.5em;
}
.skip a:hover {
	cursor: default
}
/* --------------------------------------------------------------- 
- Form styles
*/
input {
	margin: 0px;
}
fieldset {
	border: none;
}
legend {
	font-size: 1em;
	background: none;
	color: #333333;
}
textarea {
	width: auto;
}
label {
	cursor: pointer;
	width: 80px;
	max-width: 50%;
	float: left;
	margin-right: 10px;
}
.fauxlabel {
	margin-left: 90px;
}
label.single {
	float: none;
	display: block;
	margin-bottom: 0.5em;
}
.twocol {
	width: 100%;
	clear: both;
}
.twocol label {
	width: 45%;
	margin-right: 1em;
	margin-bottom: 1em;
}
.twocol .even {
	float: right !important;
	clear: right !important;
	margin-right: 0;
}
.lrgform, .stdform {
	display: block;
	clear: both;
	font-size: 0.9em;
}
.lrgform p {
	margin: 0.5em 0px 0.5em 0px !important;
	line-height: 1.6em;
}
.stdform p {
	margin: 0.4em 0px 0.4em 0px !important;
	line-height: 1.4em;
}
.miniform p {
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform label {
	width: 18em;
}
.section {
	background: #F0F6F9;
	border: none;
	padding: 4px 10px 4px 10px;
	margin-bottom: 1em;
	position: relative;
}
.plain {
	border: none !important;
}
.fullfield, .largefield, .stdfield, .midfield, .flexfield, .flexSmallfield, .smallfield, .smallfield-fl, .minifield, .tinyfield {
	background: #ffffff;
	color: #333333;
	border: solid 1px #959595;
}
.fullfield {
	width: 80%;
}
.largefield {
	max-width: 95%;
	width: 26em;
	font-size: 1em;
	padding: 2px;
}
.stdfield {
	max-width: 95%;
	width: 16em;
	font-size: 1em;
	padding: 2px;
}
.flexfield {
	width: 70%;
	font-size: 1em;
	padding: 2px;
}
.smallfield {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
}
.smallfield_neu {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
}
.midfield {
	max-width: 80%;
	width: 12em;
	font-size: 1em;
	padding: 2px;
}
.midfieldfixed {
	width: 12em;
	font-size: 1em;
	padding: 2px;
}
.flexSmallfield {
	width: 40%;
	font-size: 1em;
	padding: 2px;
}
.smallfield-fl {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.minifield {
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
}
.minifield-fl {
	display: block;
	max-width: 65%;
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.tinyfield {
	width: 4em;
	font-size: 1em;
	padding: 2px;
}
.tinyfield-fl {
	width: 4em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.colB .minifield, .colB .smallfield, .colB .smallfield, .colB .stdfield, .colB .largefield {
	max-width: 140px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #A5ACB2;
	padding: 2px;
}
.frmbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	display:inline-block;
	overflow: hidden;
	height: auto;
	cursor: pointer;
	background: #033967;
	color: #FFF;
	border: none;
	text-decoration: none;
	width: auto;
	overflow:visible;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
.centwide {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 50%;
}
.disabled {
	background-color: #EFEFEF;
	color: #999999;
}
/* --------------------------------------------------------------- */


.required {
	color: #F78E1E !important;
}
.britebox .required {
	color: #F78E1E !important;
}
a .required {
	color: #F78E1E !important;
	font-weight: bold;
}
/* SEARCH --------------------------------------------------------- */
.searchBox {
	width: auto;
	margin: 0;
}
.searchBox td {
	padding: 3px 10px 3px 0px;
	border: none !important;
}
.searchBox tr:hover {
	background: none;
}
#result_report {
	color: #09C;
	margin-bottom: 1em;
}
#results .title {
	font-weight: bold;
}
.url {
	color: #999;
	font-size: 0.9em;
}
#query {
	position: relative;
	display: block;
	border: none;
	line-height: 16px;
	height: 16px;
	width: 200px;
	padding: 4px;
	overflow: visible;
	background: url(images/search2-in.gif) no-repeat 0 0;
	float: left;
}
.btnSearch {
	background:url("images/search-btn.jpg") no-repeat scroll left top transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	float:right;
	height:0;
	margin:0 0 0 0;
	overflow:hidden;
	padding-top:22px;
	text-decoration:none;
	width:70px;
}
.btnSearch_neu {
	background:url("images/search-btn.jpg") no-repeat scroll left top transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	float:right;
	height:0;
	margin:0 0 0 0;
	overflow:hidden;
	padding-top:22px;
	text-decoration:none;
	width:70px;
}
/* --------------------------------------------------------------- */

.phoneNumber120710 {
	color:#00457C;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	left:743px;
	position:absolute;
	text-align:right;
	top:64px;
	width:215px;
}
.colourflash14366 {
	background-image:url("../css/images/colourflash.gif");
	position: absolute;
	height:10px;
	z-index: 250;
	top: 140px;
	width:132px;
	left: 60%;
}
.searchbar1 {
	left:763px;
	position:relative;
	top:10px;
	width:200px;
}
.searchbar_home {
	left:763px;
	position:relative;
	top:25px;
	width:200px;
}
.searchbar11 {
	left:756px;
	position:relative;
	top:10px;
	width:200px;
}
.rule {
	width: 970px;
	height: 1px;
	border:solid;
	background-color:#DCDCDC;
	border: 1px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.layoutAcontainer {
	background-image:url(images/homebackground.gif);
	background-repeat:repeat-y;
	height:100%;
}
.layoutAcontainernormal {
	background-image:url(images/layoutabackground.gif);
	background-repeat:repeat-y;
	height:100%;
}
.layoutEcontainernormal {
	background-image:url(images/layoutaabackground.gif);
	background-repeat:repeat-y;
	height:100%;
}
.layoutAAAcontainer {
	background-image:url(images/layoutaaabackground.gif);
	background-repeat:repeat-y;
	height:120%;
}
.logout131010 {
	margin-left:923px;
	width:40px;
}
.thirdnavimage {
	width: 80px;
	height: 25px;
	float: left;
	background-color:#09F;
	margin-right: 5px;
}
.thirdthird {
	margin-top:22px;
	padding-left:708px;
	width:250px;
	z-index:100;
}
.thirdfourth {
	float:right;
	margin-top:22px;
	padding-right:39px;
	width:auto;
	z-index:100;
}

.thirdfourth_home {
	float:right;
	margin-top:39px;
	padding-right:39px;
	width:auto;
	z-index:100;
}


.flags141010 {
	margin-right: 10px;

}
.logout141010 {
	line-height: 12px;
	position:absolute;
}
.logout131010xx {
	float:right;
	margin-right:30px;
	width:auto;
}
.logout131010yy {
	margin-left: 790px;
    width: 200px;
}

.logout131010_home {
	position: absolute;
    right: 30px;
    width: auto;
}

.logout131010_country {
	margin-left: 835px;
    width: 200px;
}



/* ------------------------------------------------- */

#cmsHolder {
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	height: auto;
	padding: 0px;
	background: #efefef;
	color: #000000;
	z-index: 999;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
}
/*#cmsHolder {
	position: absolute;
	position: fixed;
	top: 0px;
	right: 0px;
	height: auto;
	padding: 0px;
	background: #efefef;
	color: #000000;
	z-index: 999;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
}*/
.mShow {
	overflow: hidden;
	width: auto;
}
.mHide {
	overflow: hidden;
	width: 20px !important;
	height: 50px !important;
	display: block;
}
.mHide #cmsMenu {
	padding: 0;
}
.mHide .adminlinks {
	display: none;
}
.mHide #holdTab {
	display: block;
	height: 50px;
	position: relative;
}
#cmsMenu {
	padding: 5px 26px 5px 5px;
	position: relative;
	height: auto;
	width: auto;
	float: left;
	line-height: 1.2em;
}
/*#cmsMenu {
	padding: 5px 5px 5px 26px;
	position: relative;
	height: auto;
	width: auto;
	float: left;
	line-height: 1.2em;
}*/
#cmsMenu a {
	color: #000000;
	text-decoration: none;
}
#holdTab {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background: #CCCCCC url(icon/cmsOpen.gif) no-repeat !important;
	width: 20px;
	height: 100%;
	text-indent: -9000px;
	overflow: hidden;
	text-decoration: none;
	padding: 0 !important;
}
/*#holdTab {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: #CCCCCC url(icon/cmsOpen.gif) no-repeat !important;
	width: 20px;
	height: 100%;
	text-indent: -9000px;
	overflow: hidden;
	text-decoration: none;
	padding: 0 !important;
}*/
#holdTab:hover {
	border: solid 1px #999999;
}
#clickoverlay{
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(image/overlay.png) repeat;
z-index: 9999;
}
.adminlinks {
	width: auto;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
	height: auto;
	overflow: hidden;
}
.adminlinks br{
	clear: both;
	height: 0px !important;
	display: block;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.adminlinks a{
	width: auto;
	white-space:nowrap;
	overflow: visible;
	display: block;
	padding: 2px 2px 2px 19px;
	border: solid 1px #efefef;
	background-position: 1px center;
	float: left;
}
.adminlinks a:hover {
	background-color: #FFFFFF;
	border: solid 1px #999999;
}
html>body .adminlinks a{
	white-space:normal;
	width: inherit;
}
.adminlinks a:hover{
}
.editlinks {
	float: right;
	position: relative;
	clear: right;
}
.editlinks a{
	width: 40px;
	white-space:nowrap;
	overflow: visible;
}
html>body .editlinks a{
	white-space:normal;
	width: inherit;
}
.editlinks a:hover{
	text-decoration: none;
}
/*Panel master*/
#cmscontent {
	display: block;
}
#cmscontent li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#cmsontent ul li ul{
	margin-top: 0.5em;
}
#cmscontent ul li ul li{
	padding-left: 1.4em;
	font-size: 0.9em;
}
#cmscontent hr {
	color: #999999;
	background: #999999;
	border: none;
	height: 1px !important;
	margin: 0 0 1em 0;
}


/*Nav sort*/
.quicksort {
	display: block; background: #999999; margin-bottom: 1px; cursor: n-resize !important;
}
.quicksort a{
	cursor: n-resize !important;
}
.sortIt ul {
	margin-left: 1em;
	padding-left: 1em;
	display: block;
	list-style: disc !important;
}
.sortIt li{
	background: #EFEFEF !important;
	color: #333333;
    border:1px solid #DDDDDD;
    cursor: move;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	list-style: disc !important;
}
.sortIt li ul li{
	background-color: #F7F7F7 !important;
	border-color: #CCCCCC;
	color: #333333;
	font-weight: normal;
}
.sortIt ul  {padding-top:4px; padding-bottom: 3px; border: 1px solid #FFFFFF;}
/* Icons */
.cmsattach {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/attachment.png) no-repeat left center;
	margin-right: 10px;
}
.cmsedit {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/edit.png) no-repeat left center;
	margin-right: 10px;
}
.cmseditattach {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/edit-attach.png) no-repeat left center;
	margin-right: 10px;
}
.cmsfilemanage {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/file-manager.png) no-repeat left center;
	margin-right: 10px;
}
.cmsnew {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/new.png) no-repeat left center;
	margin-right: 10px;
}
.cmsnew-page {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/window-new.png) no-repeat left center;
	margin-right: 10px;
}
.cmsnew-tab {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/tab-new.png) no-repeat left center;
	margin-right: 10px;
}
.cmsnew-cat {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/section-new.png) no-repeat left center;
	margin-right: 10px;
}
.cmsnew-sub {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/sub-new.png) no-repeat left center;
	margin-right: 10px;
}
.cmsdelete {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/delete.png) no-repeat left center;
	margin-right: 10px;
}
.cmseditview {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/edit-find-replace.png) no-repeat left center;
	margin-right: 10px;
}
.cmsreturn {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/return-link.png) no-repeat left center;
	margin-right: 10px;
}
.cmsusers {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/system-users.png) no-repeat left center;
	margin-right: 10px;
}
.cmsuser-new {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/user-new.png) no-repeat left center;
	margin-right: 10px;
}
.cmsgroup-new {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/group-new.png) no-repeat left center;
	margin-right: 10px;
}
.cmsview {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/video-display.png) no-repeat left center;
	margin-right: 10px;
}
.cmsprop {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/properties.png) no-repeat left center;
	margin-right: 10px;
}
.cmsexit {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/exit.png) no-repeat left center;
	margin-right: 10px;
}
.cmssetup {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/preferences-system.png) no-repeat left center;
	margin-right: 10px;
}
.ibrowse {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	width: 10em;
	margin-right: -18px;
	display: block;
	background: url(icon/image-x.png) no-repeat left top;
}
.cmssort {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/sort.png) no-repeat left center;
	margin-right: 10px;
}
.cmsarrange {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/arrange.png) no-repeat left center;
	margin-right: 10px;
}
.cmscancel {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/cancel.png) no-repeat left center;
	margin-right: 10px;
}
.cmsaudio {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	width: 10em;
	margin-right: -18px;
	display: block;
	background: url(icon/audio-x.png) no-repeat left top;
}
.cmsmedia {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	width: 10em;
	margin-right: -18px;
	display: block;
	background: url(icon/media-x.png) no-repeat left top;
}
.cmspreview{
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/edit-find.png) no-repeat left center;
	margin-right: 10px;
}
.cmssystem {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/emblem-system.png) no-repeat left center;
	margin-right: 10px;
}
.cmssavedoc {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/document-save.png) no-repeat left center;
	margin-right: 10px;
}
.cmsscale {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/drawing.png) no-repeat left top;
	margin-right: 10px;
}
.cmsplus {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: #FFFFFF url(icon/list-add.png) no-repeat left center;
	color: #333333 !important;
	border: solid 1px #FFFFFF;
	margin-bottom: 3px;
}
.cmsplus:hover {
	background-color: #FFFFFF;
	border: solid 1px #999999;
	text-decoration: none !important;
}
.cmsminus {
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: #FFFFFF url(icon/list-remove.png) no-repeat left center;
	margin-right: 10px;
}
/*EDIT MODE*/
/*Arrange*/
.dropbox {
	border: dotted 1px #666666;
	padding: 2px;
	min-height:10px;
}
.editBox {
	border: dashed #CCCCCC 1px;
	padding: 2.6em 3px 3px 3px;
	margin-bottom: 3px;
	position: relative;
	overflow: hidden;
}
#banner .editBox {
	padding: 0em 0px 0px 0px;
	margin-bottom: 0px;
}
.showreel .editBox {
	min-height: 270px;
}
.hiBox {
	border: dashed #33CCCC 1px;
	padding: 2.6em 3px 3px 3px;
	margin-bottom: 3px;
	position: relative;
	cursor: pointer;
}
.hiBox .iconpanel {
	background-color: #33CCCC;
}
.propBox {
	border: solid #CCCCCC 1px;
	padding: 2.6em 3px 3px 3px;
	margin-bottom: 3px;
	position: relative;
	background: #FFFFFF;
	color: #333333;
	line-height: 1.5em;
	overflow: hidden;
}
.propBox p {
	margin-bottom: 0.5em !important;
}
.propBox a {
	color: #0066CC;
}
.iconpanel {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 1.7em;
	line-height: 1.7em;
	width: 100%;
	padding: 2px 3px 2px 3px;
	background: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
.hibox:hover {
	background: #33CCCC;
	cursor: pointer;
}
.iconpanel strong {
	font-weight: bold;
	width: auto;
	float: left;
}
.iconlinks {
	width: auto;
	float: right;
}
.iconlinks a {
	width: 0px !important;
	padding: 0px 0px 0px 16px !important;
	overflow: hidden;
	float: left;
}
.gal-thumbs .iconlinks {
	float: none;
}
.iconlinks-in {
	width: auto;
	position: relative;
	line-height: 1.2em;
	height: 1.5em;
}
.iconlinks-in a {
	display: inline-block;
	width: 0px !important;
	padding: 0px 0px 0px 16px !important;
	overflow: hidden;
	margin-right: 10px;
}
.dragbar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 1.7em;
	width: 100%;
	padding: 2px 3px 2px 3px;
	background: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	cursor: move;
}
.dragbar strong {
	font-weight: bold;
	width: auto;
	float: left;
}
.dragbar .iconlinks a{
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(icon/move.png) no-repeat left center;
	margin-right: 10px;
}
.modSelect {
	display: block;
	height: 2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 3px;
}
.modSelect select {
	display: none;
	float: left;
	margin-right: 3px;
	width: 130px;
}
.modSelect .cmsnewbt{
	width: 16px !important;
	padding: 0px 0px 0px 16px !important;
	overflow: hidden;
	height: 2em;
	display: block;
	background: url(icon/new.png) no-repeat left center;
	border: none;
	cursor: pointer;
	text-indent: -9000px;
}
#msgBox {
	position: fixed;
	z-index: 500;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #CC0000;
	background: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 2.6em 10px 10px 10px;
	height: auto;
	width: 30%;
	border: 2px solid #666666;
	top: 100px;
	left: 35%;
	overflow: hidden;
}
#msgBox p{
	font-size: 1em;
	font-weight: bold;
}
/*TABS*/
#block1 #tabholder {
	margin: 20px 0px 0px 0px;
	width: 100%;
	clear: both;
	position: relative;
	height: auto;
	display: block;
	z-index: 50;
}
#block1 #tabholder #tabs {
	margin: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	bottom: -0.7em;
	right: 0px;
}
#block1 #tabholder #tabs a {
	display: block;
	height: auto;
	width: auto;
	text-decoration: none;
	float: left;
	padding: 3px 5px 2px 3px;
}
#block1 #tabs a.off {
	background: #999999;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: none;
	border-left: 1px solid #666666;
	color: #DFDFDF;
}
#block1 #tabs a.active {
	background: #575757;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
	color: #FFFFFF;
}
/*Accordian styles*/
.accordion_toggle {
	display: block;
	height: 2em;
	background: #E2E2E2;
	padding: 0 10px 0 10px;
	line-height: 2em;
	color: #666666 !important;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: #9B9B9B;
	color: #ffffff !important;
	border-bottom: 1px solid #666666;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	display: block;
	height: auto;
	position: relative;
}
.accordion_content p {
	padding: 5px 5px 5px 5px;
	margin: 0 0px 0 0px !important;
	line-height: 1.4em;
	position: relative;
}
.accordion_content .cmsminus {
	width: 0px !important;
	padding: 0px 0px 0px 16px !important;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 25;
}
/*CMS Form*/
.cmsform .section{
	background: #F7F7F7;
	border: 1px solid #A5ACB2;
	color: #333333;
}
.cmsform legend{
	color: #666666;
}
.cmsform label {
	color: #666666;
}
.cmsform .fullfield, .cmsform .largefield, .cmsform .stdfield, .cmsform .midfield, .cmsform .flexfield, .cmsform .flexSmallfield, .cmsform .smallfield, .cmsform .smallfield-fl, .cmsform .minifield, .cmsform .tinyfield{
	background: #FFFFFF;
	color: #333333;
	border: solid 1px #A5ACB2;
}
#banner {
	line-height:1.4em;
}

.twitter {
	margin-top: 40px;	
}


