/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    margin: 0;
    padding: 0 0 10px;
    color: #000000;
}
body.sgl {
	background: #006857 url(http://www.gtiwarehousing.com/themes/gti_warehouse/img/gti-header-back.gif) repeat-x center top;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #0099CC;
    text-decoration: none;
}
a:hover {
    color: #0099CC;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================GTI MASTER==============================*/
.rcolA {
	float: right;
	width: 215px;
	background: #737373;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
}
.rcolpic {
	float: right;
	height: 150px;
	width: 235px;
	background: #A6A6A6;
	margin-bottom: 5px;
}
.contentmast {
	height: 130px;
	width: 790px;
	margin-bottom: 5px;
}
.headwrap {
	width: 98%;
	height: 130px;
	margin: 0px auto;
	z-index: 2;
	position: relative;
}
.gtigroup {
	float: left;
	padding-top: 13px;
}
.logo {
	float: left;
	margin-top: 35px;
}
.headA {
	height: 82px;
	width: 100%;
	float: left;
}
.lang {
	float: right;
	padding-top: 5px;
}
.nav {
	float: right;
	height: 40px;
	margin-top: 4px;
}
.ftrwrap {
	background: #FFFFFF;
	width: 100%;
	text-align: center;
	padding: 5px;
}
.contentpanel {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.home_cpanel {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(http://www.gtiwarehousing.com/themes/gti_warehouse/img/home-content-top.gif) no-repeat center top;
}
.panel_pad {
	padding: 20px;
}
.contenta {
	width: 500px;
	float: left;
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 20px;
	min-height: 350px;
}
.homeintro {
	float: right;
	width: 440px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 18px;
}
.tagA {
	float: right;
	width: 445px;
	margin-top: 55px;
	height: 80px;
	margin-right: 10px;
}
.ftrwide {
	background: #1E1141;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.ftrinfo {
	font-size: 10px;
	color: #FFFFFF;
	width: 790px;
	text-align: left;
	padding: 2px 10px;
	margin-right: auto;
	margin-left: auto;
}
.contentpanelinner {
	background: #FFFFFF;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
.headB {
	height: 60px;
	width: 100%;
}

.contentwrap {
	width: 100%;
	margin-top: 40px;
	background: #FFFFFF url(http://www.gtiwarehousing.com/themes/gti_warehouse/img/green_back.jpg) repeat-y center top;
}
.bottom {
	background: url(http://www.gtiwarehousing.com/themes/gti_warehouse/img/bttm-gradient-green.jpg) repeat-x center top;
	height: 125px;
	width: 100%;
}

.truck_wrapper {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 0;
}

.sptruck {
	width:323px;
	height:360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 137px;
	padding-right: 467px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    clear: both;
    width: 900px;
    margin: 10px auto 0;
    text-align: left;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 896px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}
a.whitelink:link {text-decoration : none; color : #FFFFFF;}	
a.whitelink:visited {text-decoration : none; color : #FFFFFF;}
a.whitelink:hover {text-decoration : underline; color : #FFFFFF;}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #FFFFFF;
    height: 380px; /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
}
#middleCol .inner {
    padding: 5px 10px;
}
#layout-3Cols #middleCol {
    width: 534px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 714px;
}
#layout-rightCol #middleCol {
    width: 714px;
}
#layout-noCols #middleCol {
    width: 894px;
}
#leftCol {
    float: left;
    width: 180px;
    /*background: url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/backgrounds/v4-bubbles.png') left top no-repeat;*/
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 180px;
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
    border: 1px solid #BBBBBB;
}

/*
=========================Header===============================*/
#header {
    border-bottom: 2px solid #FFFFFF;
}
#header .wrapLeft {
    background: url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/backgrounds/header_tl.gif') left top no-repeat;
}
#header .wrapRight {
    background: url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/backgrounds/header_tr.gif') right top no-repeat;
}
#header .wrap {
    position: relative;
    height: 70px;
    margin: 0 20px;
    background: #99CC00 url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/backgrounds/header_tm.gif') left top repeat-x;
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 7px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#inner-wrapper .inner-container {
    border: 1px solid #BBBBBB;
    background: url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/backgrounds/column_tm.gif') left top repeat-x;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
h2 {
    margin-top: 0.5em;
    font-size: 1.1em;
}
ul {
	margin: 0.5em 1em 0.5em 2em;
	list-style-type: square;
}
li {
	padding-left: 0;
	line-height: 13px;
	margin-bottom: 10px;
}


/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #666666;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
}
textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: bold;
    color: #666666;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #BBBBBB;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #666666;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th.sortedDesc a {
    background: url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th a:hover {
    text-decoration: none;
    color: #66A326 !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover td, tr:hover td {
  background: #F0FFD9; /*E0EFB8*/
}

/*
=========================Footer===============================*/
#footer .wrapLeft {
    background: url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/backgrounds/footer_bl.gif') left bottom no-repeat;
}
#footer .wrapRight {
    background: url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/backgrounds/footer_br.gif') right bottom no-repeat;
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    background: #99CC00 url('http://www.gtiwarehousing.com/themes/gti_warehouse/images/backgrounds/footer_bm.gif') left bottom repeat-x;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #666666;
    font-size: 0.8em;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #99CC00;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid grey;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


#debug {
    color: #333333;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    border: 1px black solid;
    margin: 10px;
    padding: 5px 20px;
    width: 120px;
    height: 300px;
    background-color: grey;
    opacity:0.9;
    text-align: left;
    overflow: auto;
}
#debug a, #debug a:visited {
    color: #CCCCCC;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 180px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: #EEF7D4;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
/************************************/
/*            CMS MODULE            */
/************************************/
#ajaxIndicator {
    padding: 2px 4px;
    background: #ff3300;
    color: #fff;
    font-size: 0.9em;
}
dt {
    color: #666666;
}
dt .required {
    color: #66A326;
}
dt .required:after {
    content: " *";
    color: #ff0000;
}
dt label {
    padding-right: 20px;
}
dt.onSide, dl.onSide dt {
    float: left;
    width: 110px;
    padding-right: 0;
    text-align: left;
}
dd.onSide, dl.onSide dd {
    margin-left: 110px;
    margin-bottom: 0.5em;
}
dt.onTop, dl.onTop dt {
    margin-bottom: 4px;
    font-size: 0.9em;
    font-weight: bold;
}
dd.onTop, dl.onTop dd {
    margin-left: 0;
    margin-bottom: 1em;
}
input[type="text"], input[type="password"] {
    font-size: 1em;
}
input.mediumButton {
    width: 8em;
}
.manager-actions {
    padding: 4px 2px;
    /*background: #EEF7D4;*/
}
.button {
    /*padding: 2px;
    background: #e5e5e5;
    border: 1px solid #999;
    border-width: 1px 2px 2px 1px;*/
    font-size: 12px;
}
button.combox {
    padding-right: 20px;
    background-image: url('http://www.gtiwarehousing.com//cms/images/combox-arrow.gif');
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.cmsBox {
    margin: 0 0 1em;
    padding: 8px 8px 4px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-width: 1px 2px 2px 1px;
}

/*--------------------------------------
LAYOUT
--------------------------------------*/
.moduleContainer {
    position: relative;
    padding-top: 10px;
}
/** Only one column */
.moduleContent.full {
    width: 100%;
}
/** With two columns */
.moduleContent.left {
    float: left;
    width: 75%;
}
.moduleContent.left .wrap {
    margin-right: 20px;
}
.moduleInfobar.right {
    float: right;
    width: 25%;
}
.moduleInfobar.right .wrap {
    margin-top: 25px;
    margin-left: 10px;
}

/*--------------------------------------
GENERAL
--------------------------------------*/
.moduleContainer * {
    font-family: "Lucida Grande", Verdana;
    color: #333;
}
.moduleContainer a {
    font-size: 11px;
    padding: 1px;
    text-decoration: underline;
}
.moduleContainer a:link, .moduleContainer a:visited {
    color: #999;
}
.moduleContainer a:hover, .moduleContainer a:active {
    background: #999;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.action, .moduleContainer a.actionAlt {
    font-size: 11px;
    padding: 1px;
}
.moduleContainer a.action:link, .moduleContainer a.action:visited {
    color: #99CC00;
}
.moduleContainer a.action:hover, .moduleContainer a.action:active {
    background: #99CC00;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.actionAlt:link, .moduleContainer a.actionAlt:visited {
    color: #0099CC;
}
.moduleContainer a.actionAlt:hover, .moduleContainer a.actionAlt:active {
    background: #0099CC;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.actionDone:link, .moduleContainer a.actionDone:visited,
.moduleContainer a.actionDone:hover, .moduleContainer a.actionDone:active {
    background: #666666;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
#cmsContainer .moduleContent h1 {
    position: relative;
    margin: 10px 0 10px;
    padding: 0;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#cmsContainer .moduleContent h2 {
    margin: 5px 0 20px;
    padding: 0;
    font-family: inherit;
    font-size: 14px;
    color: #99CC00;
}
#cmsContainer .moduleContent h2 span { /*the content name*/
    font-size: 18px;
    color: #000;
}
#cmsContainer .moduleContent p {
    padding: 0 0 0.4em;
    font-size: 1em;
    line-height: 1.6;
    color: #333;
}
#cmsContainer .moduleToolbar {

}
#moduleToolbarHeader {
    padding: 0 7px 2px;
    text-align: right;
}
#cmsContainer .moduleInfobar {
    text-align: left;
}
#cmsContainer .moduleInfobar h2 {
    margin: 10px 0 10px;
    padding: 4px 0 2px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    color: inherit;
    border-bottom: 1px solid #666;
}
#cmsContainer .moduleInfobar p {
    font-size: 11px;
    line-height: 1.6;
    color: #333;
}
.moduleInfobar select {
    display: block;
}

#cmsContainer ul.inline {
    display: inline;
    margin: 0;
    padding: 0;
}
#cmsContainer ul.inline li {
    display: inline;
    margin: 0;
    padding: 0;
}
.full {
    width: 100%;
}

.moduleContent table {
    width: 100%;
    margin: 10px 0;
    border: none;
    border-collapse: collapse;
    font-family: "Lucida Grande", Verdana;
    font-size: 11px;
}
.moduleContent .thead th {
    padding: 4px 8px 3px;
    border: none;
    border-bottom: 1px solid #666;
}
.moduleContent tbody td {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.moduleContent .tfoot td {
    border: none;
    border-top: 2px solid #666;
}
.moduleContent table a {
    display: inline;
    background: none;
    font-size: inherit;
}
.moduleContent table thead a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
.moduleContent tr {

}
.moduleContent th {

}
.moduleContent tr.alternateRow td {
    background: none;
}
.moduleContent tr:hover td, .moduleContent tr.rowHover td {
    background: #e5e5e5;
}

#cmsContainer input.text, #cmsContainer textarea.textarea, #cmsContainer select {
    font-size: 1em;
}
#cmsContainer .error {
    color: #f30;
}
#cmsContainer p.warning {
    padding-left: 4px;
    background: #f7f7f7;
    border-top: 2px solid #f90;
}

#contentFilterBox select {
    width: 100px;
}
#contentFilterBox select#contentFilter_typeId {
    width: 200px;
}
#contentFilterBox select#contentFilter_categoryId {
    width: 150px;
}


/*========================================*/

a#contentType-combox {
    position: relative;
}

ul.combox-menu {
    position: absolute;
    margin: 0;
    padding: 5px 0;
    background: #EEEEEE;
    border: 1px solid #666666;;
}
ul.combox-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.combox-menu li a {
    display: block;
    min-width: 120px;
    padding: 4px 5px;
    text-decoration: none;
    color: #000000;
}
ul.combox-menu li a:hover {
    background: #99CC00;
    color: #FFFFFF;
}

/* Include ContentTypeMgr stylesheet */

p.submit {
    margin: 5px 0 0;
    padding: 4px 0 0 !important;
    border-top: 1px solid #ddd;
}
p.submit input {
    vertical-align: middle;
}

/************************************/
/*        CONTENT TYPE LIST         */
/************************************/
#cmsContainer .moduleToolbar {
    position: relative;
}
.contentTypeEditForm li label {
    vertical-align: middle;
}
.contentTypeEditForm input.contentType_name {
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}
#newContentTypeForm {
    margin-bottom: 10px;
    padding-top: 5px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
}
#newContentTypeForm input {
    vertical-align: middle;
}

/************************************/
/*        CONTENT TYPE VIEW         */
/************************************/
.contentType {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.contentType h2 {
    margin: 0 !important;
    padding: 5px !important;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
#cmsContainer .contentType h2 span {
    font-size: 16px !important;
    font-weight: normal;
    cursor: pointer;
}
.contentType.closed h2 {
    text-indent: 16px;
    background-image: url('http://www.gtiwarehousing.com//cms/images/arrow_closed.gif');
}
.contentType.opened h2 {
    text-indent: 16px;
    background-image: url('http://www.gtiwarehousing.com//cms/images/arrow_opened.gif');
}
.contentType.loading h2 {
    text-indent: 16px;
    background-image: url('http://www.gtiwarehousing.com//cms/images/ajax-indicator-s.gif') !important;
}
.contentType ol {
    padding-left: 30px;
    padding-right: 15px;
}
.contentType ol li {
    margin: 5px 0;
}
.contentType ol li.newAttribute {
    list-style: none;
}
.contentType a img {
    vertical-align: middle;
}
.contentType a.deleteLink {
    text-decoration: none;
}
.contentType a.deleteLink:hover, .contentType a.deleteLink:active {
    background: none;
}
.contentType form {
    padding: 5px;
    background: #f2f2f2;
}
.contentType .attributeEditForm label {
    float: left;
    width: 75px;
    font-size: 0.9em;
    font-weight: normal;
}
.contentType .attributeEditForm input {
    vertical-align: middle;
}
.contentType li.attributeParams {
    background: #fff;
    border: 1px solid #666;
}
.contentType li.attributeParams label {
    width: 120px;
}


/* Include ContentMgr stylesheet */

/************************************/
/*           CONTENT LIST           */
/************************************/
#contentFilterBox {
    font-size: 11px;
}
#contentFilterBox select {
    margin: 0 5px 0 2px;
    font-size: 11px;
}
#newContent {
    margin: 10px 0;
    padding-left: 5px;
    border-left: 4px solid #ccc;
}
#cmsContainer .moduleContent .help {
    padding: 4px 0;
    line-height: 1;
    font-size: 10px;
}
#cmsContainer .moduleContent .help a {
    font-size: 10px;
}
#contentList-items td a {
    /* If content name is too long it's table can be wider
       than it supposed to be */
    /* white-space: nowrap; */
}


/************************************/
/*           CONTENT EDIT           */
/************************************/
#contentEditForm input.medium, #contentEditForm textarea.medium {
    width: 70%;
}
#contentEditForm textarea.medium {
    height: 5em;
}
#contentEditForm input.large, #contentEditForm textarea.large {
    width: 95%;
}
#contentEditForm textarea.large {
    height: 10em;
}
#contentEditForm textarea.large.wysiwyg {
    height: 15em;
    background: none;
}
#contentEditForm div.moduleInfobar .categories select {
    height: 20em;
    width: 190px;
}

/* Preview fieldset */
fieldset#contentPreview {
    width: 75%;
    margin: 0 0 10px;
    padding: 0;
    background: #fff url('http://www.gtiwarehousing.com//cms/images/content_preview.gif') no-repeat;
    border: 1px solid #BBBBBB;
}
fieldset#contentPreview .previewBox {
    padding: 5px;
}
fieldset#contentPreview legend {
    padding: 0 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    color: #BBBBBB;
}
fieldset#contentPreview legend a {
    color: #99CC00;
}

/************************************/
/*           CONTENT VIEW           */
/************************************/
a#contentModeTrigger {
    font-size: 12px;
    color: #99CC00;
    text-decoration: underline;
}
a#contentModeTrigger:hover {
    background: #99CC00;
    color: #fff;
    text-decoration: none;
}
.attributeLabel {
    font-weight: bold;
}

/* Edit */
.contentBar {
    position: absolute;
    width: 170px;
    left: 0;
    margin-left: -175px;
    top: 2px;
}
.contentBarInner {
    height: 250px;
    padding: 4px;
    background: #EEEEEE;
    border: 1px solid #666666;
    -moz-border-radius: 4px;
    -moz-opacity: 0.95;
}
html > body .contentBarInner {
    height: auto;
    min-height: 250px;
}
.contentBar h2 {
    margin: 0;
    padding: 2px 4px 4px;
    font-size: 1.1em;
    text-align: center;
}
.contentBar a.control-link {
    padding: 0.4em;
    font-size: 1em;
    color: #99CC00;
    text-decoration: underline;
}
.elemHover {
    background: #efefef;
}
#content .attribLabel {
    font-size: 1.1em;
    color: #99CC00;
    font-weight: bold;
}
.fieldEdit {
    background: inherit;
    border: none;
    font: inherit;
    color: inherit;
}
textarea.fieldEdit {
    width: 99%;
}

.imageEmpty {
    width: 90px;
    height: 90px;
    border: 2px solid red;
}

#replaceImage { /*testing*/
    position: fixed;
    background: #FF9900;
    top: 50px;
    left: 50px;
    width: 400px;
    height: 300px;
}


.picture {
    float: right;
    margin: 0 0 10px 10px;
}

/* Wikiwyg
/* FIXME
/* Not included in iframe stylesheet
/* put it back in the stylesheet attribute of header when fixed*/

.wikiwyg_toolbar {
    background: #D3D3D3;
    border: 1px outset;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding: 2px;
}

span.wikiwyg_control_link a {
    padding-right: 8px;
}

.wikiwyg_button {
    background: #D3D3D3;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.wikiwyg_button:hover {
    border: 1px outset;
}

.wikiwyg_button:active {
    border: 1px inset;
}

.wikiwyg_separator {
    background: #D3D3D3;
    border: 1px solid #D3D3D3;
    width: 9px;
    height: 20px;
    vertical-align: bottom;
}

.wikiwyg_selector {
    width: 70px;
}

.wikiwyg_wysiwyg table {
    border-collapse: collapse;
    margin-bottom: .2em;
}

.wikiwyg_wysiwyg table td {
    border: 1px;
    border-style: solid;
    padding: .2em;
    vertical-align: top;
}

/* Include modalWindow stylesheet */

/*--------------------------------------
MODAL WINDOW
--------------------------------------*/
#modalWindow .mwInner {
    width: 500px;
}
html > body #modalWindow .mwInner {
    width: auto;
    min-width: 500px;
}
#modalWindow h2 {
    margin: 0 0 0.5em;
    padding: 0.5em;
	background: #99CC00;
	color: #FFF;
}
#modalWindow .manager-actions {
    clear: left;
    padding: 8px 2px;
    border-top: 2px solid #99CC00;
}
#modalWindow .button {
    padding: 2px 8px;
    color: #000;
    background: #f2f2f2;
    border: 2px outset;
    font-size: 1em;
    text-decoration: none;
}
#modalWindow .action {
    padding: 2px;
    color: #99CC00;
    text-decoration: underline;
}
#modalWindow .action:hover {
    background: #99CC00;
    color: #fff;
    text-decoration: none;
}
/* FILE Modal Window */
#mediaThumbs {
    height: 270px;
    width: 500px;
    overflow: auto;
    background: #fff;
}
.thumb {
    float: left;
    margin: 7px;
    border: 2px solid #FFFFFF;
}
.thumbInner {
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
}
#mediaThumbs .current {
    border: 2px solid #99CC00;
}
/* URL Modal Window */
#linkAssoc #linkEditor {
    position: relative;
}
#linkAssoc #linkEditorHeader {
    margin: 10px 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #99CC00;
}
#linkAssoc input#linkText-editValue {
    width: 400px;
}
#linkAssoc #linkTypePane {
    float: left;
    width: 150px;
    margin: 0;
    padding: 20px 0 0;
}
#linkAssoc #linkTypePane dt {
    margin: 0 0 1em;
    padding: 0;
}
#linkAssoc #linkTypePane dd {
    margin: 0;
    padding: 10px 10px 10px 20px;
}
#linkAssoc #linkTypePane dd.selected {
    background: #fff;
}
#linkAssoc #linkResourcePane {
    float: left;
    width: 440px;
    margin: 0;
    padding: 0;
}
#linkAssoc .linkResourcePane {
    padding: 5px;
    background: #fff;
}
#linkAssoc input#linkHref-editField {
    width: 420px;
}
#linkAssoc #linkTypeInternal-pane {
    height: 300px;
    overflow: auto;
}
#linkAssoc #linkTypeInternal-pane ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#linkAssoc #linkTypeInternal-pane ul li.parent {
    font-weight: bold;
}
#linkAssoc #linkTypeInternal-pane ul li {
    margin: 0;
    padding: 3px;
    padding-left: 20px;
    font-weight: normal;
}
#linkAssoc #linkTypeInternal-pane ul li a {
    color: #666;
}
#linkAssoc #linkTypeInternal-pane ul li img {
    vertical-align: middle;
}
#linkAssoc #linkTypeInternal-pane li.current ul {
    display: block;
}
#linkAssoc #linkTypeInternal-pane li ul {
    display: none;
}

/**
 * TODO
 * Remove when sgl 0.6.2 is released
 * and use $output->addCssFile() to include it from JSCalendar
 */
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #206A9B;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #F1F8FC;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #007ED1 url(menuarrow2.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #000;
  color: #fff;
  padding: 2px;
}

.calendar thead tr td { /* Row <TR> containing navigation buttons */
  background: #007ED1;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #C7E1F3;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #206A9B;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #34ABFA;
  color: #000;
  border: 1px solid #016DC5;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #006AA9;
  border: 1px solid #008AFF;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #C7E1F3;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #F1F8FC;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #8FC4E8;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #D50000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #206A9B;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #000;
  color: #fff;
  border-top: 1px solid #206A9B;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #B8DAF0;
  border: 1px solid #178AEB;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #006AA9;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #34ABFA;
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  font-weight: bold;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #F1F8FC;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #F1F8FC;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #267DB7;
  color: #fff;
}

.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #A5FF00;
}

/* Include some misc stylesheet */

/************************************/
/*           ATTRIB LIST            */
/************************************/
div#newAttribListBox textarea {
    width: 177px;
    height: 100px;
}

div#newAttribListBox input[type="text"] {
    width: 75px;
}
div#newAttribListBox input[type="text"].text {
    width: 177px;
}
div#attribListNameAndValues {
    float: left;
}
div#attribListNameValuePairs {
    float: left;
}

/* name and value inputs for attrib list */
div#attribListNameAndValues dl dd dl {
    width: 90px;
    float: left;
    display: inline;
}

/************************************/
/*           CATEGORY MGR           */
/************************************/

#frmCategoryMgr p label {
    width: 170px;
}
#frmCategoryMgr input.longText {
    width: 40%;
}
#frmCategoryMgr span.tipText {
    width: 300px;
}
#frmCategoryMgr fieldset#permissions, #frmCategoryMgr fieldset#description, #frmCategoryMgr fieldset#image {
    width: 80%;
    margin-top: 1em;
    border: 1px solid #666666;
}
#frmCategoryMgr #permissions p label, #frmCategoryMgr #description p label, #frmCategoryMgr #image p label {
    width: 160px;
}

#frmCategoryMgr fieldset#description textarea {
    width: 50%;
}

#frmCategoryMgr #image img {
    border: 1px solid;
}

/************************************/
/*           PAGE MGR           */
/************************************/
p.errorMsg {
    color: ;
    text-align: center;
}
#pageEdit p label {
    width: 200px;
}
#pageEdit .longText {
    width: 250px;
}

/************************************/
/*           LINKER MGR           */
/************************************/

form#linkerForm p label {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 150px;
}
form#linkerForm p span {
    background-color :#efefef;
    width: 150px;
}
form#linkerForm p select#content_id {
    width: 400px;
}
form#linkerForm p label.tipOwner {
    width: 130px;
}
/* Include query style sheet */

/**
 * Cms query styles/
 */

form#filterPanel {
}
    form#filterPanel fieldset label {
        float: left;
        display: block;
        margin-top: 0.2em;
        width: 100px;
        #padding-bottom: 0.2em;
    }
    form#filterPanel fieldset input.remove {
        position: absolute;
        right: 0;
        top: -2px;
    }

    /* Actions */
    form#filterPanel fieldset.actions {
        margin-top: 0.5em;
        border-top: 1px solid #ddd;
        padding: 1em 0 0.5em;
    }
        form#filterPanel fieldset.actions label {
            float: none;
            display: inline;
            width: auto;
            margin-right: 5px;
        }
        form#filterPanel fieldset.actions select {
            margin-right: 5px;
        }
        form#filterPanel fieldset.actions span.filterOptionsContainer {
            margin-right: 10px;
        }
        form#filterPanel fieldset.actions input.update {
            /* margin-left: 10px; */
        }

    /* Common for all filter containers */
    form#filterPanel div.filterContainer {
        position: relative;
        padding-bottom: 1.5em;
    }

    * html form#filterPanel div.filterContainer {
        height: 1%;
    }

        /* Status filter */
        form#filterPanel div#statusFilter_container {
            padding-right: 70px;
        }
            form#filterPanel div#statusFilter_container span {
                padding-left: 2px;
                margin-right: 5px;
            }


        /* Content type filter */
        form#filterPanel div#contentTypeFilter_container select#contentTypeFilter {
            width: 200px;
        }
        form#filterPanel div#contentTypeFilter_container fieldset {
            margin-left: 100px;
        }
            form#filterPanel div#contentTypeFilter_container fieldset label {
                margin-top: 0.6em;
            }

            /* Attributes */
            form#filterPanel select#attributesFilter {
                width: 150px;
            }
            form#filterPanel div#attributeFilterPanel {
            }
                form#filterPanel div#attributeFilterPanel div.attributeContainer {
                    padding-top: 0.5em;
                    clear: left;
                }
                form#filterPanel div#attributeFilterPanel input.remove {
                    position: static;
                    margin-left: 10px;
                }