/* 6x6 Taxi - template */


body {
	line-height:1.8;
	background:#efefef url('images/main_bg.png') no-repeat center 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
	font-size:12px;
	}

.main {width: 982px;margin: 0 auto;}


/* links */

a {
	color:#cf052b !important;
	text-decoration:none;
	}

a:hover, a:active, a:focus {
	color:#202020;
	text-decoration:underline  !important;
	}


/* content spacing */

.column p, .column pre, .column blockquote, .column ol, .column ul {
	margin:10px 0;
	padding:0
	}


/* headings & titles */

h1, h2, h3, h4, h5 {
	color:#202020;
	}

h1 {
	font-size:180%;
	
	}
.article-content h1
{
    

    text-align:center;

    background-image: url("images/moduletable_title.png");
    height: 35px;
    line-height: 35px;
    font-size:20px;
    padding: 0;
    margin: 10px 0 20px 0;
    border: 1px solid #e7e7e7;
    color: #be1522;
    
}
h2 {
	font-size:150%
	}

h3 {
	font-size:125%
	}

h4 {
	font-size:110%
	}

h5 {
	font-size:100%
	}



/* main wrapper */

#wrapper {
	padding:0;
	margin:0 auto 20px auto;
	}


/* top+header */

#toolbar {
	margin:0 0 0 0;
	padding:10px 0 0 0;
	overflow:hidden;
	color:#6c6459;
	height:25px;
	}

#gk-search {
	float:right;
	width:auto;
	padding:6px 10px 6px 0;
	}

#gk-tools {
	float:right;
	min-width:300px;
	text-align:right;
	color:#999;
	line-height:11px;
	font-size:11px;
	}

#gk-nav {
	background:#fff url('images/menu_lvl1_bg.png') repeat-x 0 bottom;
	border:1px solid #dcdcdc;
	height:42px;
	position:relative;
	margin:10px 0 0 0;
	z-index:100;
	}

#gk-mainnav {
	width:auto;
	float:left;
	}


/* header modules */

#gk-nav-wrap {
	margin-bottom:10px;
	}

#gksdl-subnav, .sublevel {
	height:30px;
	border:1px solid #dcdcdc;
	border-top:none;
	background:#fff url('images/menu_lvl2_bg.png') repeat-x 0 bottom;
	}

#gk-header {
	background:#fff;
	padding:20px;
	margin:0 0 20px 0;
	}

#gk-top-menu {
	float:left;
	width:auto;
	}

#gk-top-menu a, #gk-tools a, #gk-items {
	color:#999;
	line-height:11px;
	font-size:11px;
	}

#gk-items {
	margin-left:5px;
	}

#gk-top-menu a:hover, #gk-tools a:hover {
	color:#000;
	text-decoration:none;
	}

#gk-tools a {
	border-right:1px solid #dcdcdc;
	text-decoration:none !important;
	}

#gk-tools a:first-child {
	border-right:none;
	}

#gk-tools a span {
	padding:0 10px;
	margin:0 2px;
	display:block;
	text-decoration:none !important;
	}

#gk-top-menu li {
	float:left;
	padding:0 12px;
	border-left:1px solid #dcdcdc;
	line-height:11px;
	}

#gk-top-menu li:first-child {
	padding-left:0;
	border-left:none;
	}


/* breadcrumb and date container */

div#gk-breadcrumb {
	margin-bottom: 10px;
	font-size: 90%;
	}

div#gk-date {
	text-align: right;
	color: #999;
	}


/* top modules */

#gk-botsl1 .gk-box-full>div, #gk-topsl1 .gk-box-full>div {
	padding:8px;
	}

#gk-botsl1 .gk-box-center>div, #gk-topsl1 .gk-box-center>div {
	margin:0 10px;
	padding:8px;
	}

#gk-botsl1 .gk-box-left>div, #gk-topsl1 .gk-box-left>div {
	margin:0 10px 0 0;
	padding:8px;
	}

#gk-botsl1 .gk-box-right>div, #gk-topsl1 .gk-box-right>div {
	margin:0 0 0 10px;
	padding:8px;
	}


/* content block */

#container {
	background:#fff;
	padding:15px 20px 10px 20px;
	margin:0 0 10px 0;
    
	opacity:0.8;
	}

#current-content {
	float:right;
	}


/* module positions */ 

.moduletable, .moduletable_menu, .moduletable_text, div.color, div.color1 {
	margin: 0 0 12px;
	background:#fff;
	}

div.color1 {
	background: url("images/color_bg.png") repeat-x scroll 0 bottom #E3012D
	}

.moduletable>h3, .moduletable_menu>h3, .moduletable_text>h3, div.color>h3 {
	background: url('images/moduletable_title.png') repeat-x 0 0;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	padding: 0 12px 0 40px;
	margin: 0 0 12px;
	border: 1px solid #e7e7e7;
	color:#BE1522;
	}

div.color>h3 {
	background: url('images/moduletable_title-color.png') repeat-x 0 0;
	border: 1px solid #d5042c;
	color: #fff;
	padding: 0 12px;
	}

.moduletable .moduletable_content, .moduletable_menu .moduletable_content, .moduletable_text .moduletable_content {
	/*clear:both;   */
	padding: 0 6px;
	}

.moduletable ul, .moduletable_menu ul, .moduletable_text ul {
	padding:0;
	margin:0;
	}

/*.moduletable ul li, .moduletable_menu ul li, .moduletable_text ul li {
	border-top:1px dotted #ddd;
	min-height:30px;
	line-height:30px;
	padding:0 0 0 13px;
	}

.moduletable_menu ul ul {
	border-left:1px dotted #ddd;
	padding: 0 0 0 12px;
	margin:0 0 6px 10px;
	}

.moduletable_menu ul li, .moduletable ul li.even, .moduletable ul li.odd {
	background: url('images/arrow.png') no-repeat 0 12px;
	padding-left: 16px;
	}

.moduletable ul li:first-child, .moduletable_menu ul li:first-child, .moduletable_text ul li:first-child {
	border-top:none!important;
	}
*/


/* restriction */

.moduletable_menu ul li a, .moduletable ul li.even a, .moduletable ul li.odd a {
	color: #666;
	}

.moduletable_menu ul li a:hover, .moduletable ul li.even a:hover, .moduletable ul li.odd a:hover {
	color: #CF052B;
	}


/* clear */

.moduletable.clear, .moduletable.clear .moduletable_content {
	background:none!important;
	border:none!important;
	padding:0!important
	}


/* footer */

#footer {
	overflow:hidden;
	color:#555;
	font-size:90%!important;
	margin:10px 0 0 0;
	height:24px;
	line-height:24px;
	}

#footer a {
	color:#666;
	}

#footer a:hover {
	text-decoration:underline;
	}

.footnav {
	float:left;
	width:auto;
	}

.footnav li {
	float:left;
	width:auto;
	margin:0 12px 0 0;
	}

.copyright {
	float:right;
	}

#cc_logo {
	display:block;
	width:38px;
	height:33px;
	margin:33px auto;
	/*background:url('images/cc-logo.png') no-repeat 0 0;*/
	text-indent:-999em;
	}

#cc_logo:hover {
	background-position:0 bottom;
	}
	
	
/* login module */
.login {
	width: 400px;
	margin: 0 auto;	
}


.login ul {
	margin-top: 18px;
	font-size:90%;
	}

.login ul li a {
	color:#f00;
	}

.login ul li a:hover {
	color:#0f0;
	text-decoration:underline;
	}

p.username, p.password, p.remember {
	clear:both;
	padding:6px 0;
	}

#modlgn_username, #modlgn_passwd, #modlgn_partnercode, #modlgn_taxicompany {
	background:#fff;
	border: solid 1px #be1522;
	color:#999;
	}
.inputbox {
	background:#fff;
	border:1px solid #e7e7e7;
	padding:5px 6px; color:#666;
	}

.adminform button, #adminForm button, .button, input[type="submit"], input[type="button"] {
	background: #e3012d url('images/button.png') repeat-x 0 100%;
	margin: 0 0 0 4px;
	cursor: pointer;
	padding: 6px 9px;
	text-align: center;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform: uppercase;
	color: #fff;
	border: none;
	}


input[type="button"]:disabled {
	background: #CECECE none !important;
	cursor: default !important;
	color: #fff !important;
	}
/* back button */

.back {
	background: url(images/back.png) no-repeat;
	line-height: 32px;
	display:block;
	float:left;
	padding-left: 36px;
}

/* info button */

.info {
	background: url(images/info.png) no-repeat;
	height: 16px;
	margin-top: 2px;
	padding-left: 20px;
}

/* picmenu */

.picmenu h3
{
background-image: url("images/moduletable_title.png");
height: 35px;
line-height: 35px;
font-size: 12px;
padding: 0 12px 0 40px;
margin: 0 0 12px 0;
border: 1px solid #e7e7e7;
color: #be1522;
}

.picmenu
{
width: 235px;
float: left;
}

.hidden 
{
    display:none;
}

.instanceName
{
    font-size:36px;
    font-weight:bold;
    color:Red;
}

div.accordionHeader
{
    padding:8px 30px;
    font-size:16px;
}

.headerImage {
	background:url("images/site/logo.png") no-repeat;
	height: 146px;
	width: 100%;
}