@import url(/styles/live/tgw/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/tgw/formmanager.css);
@import url(/styles/live/tgw/navigation.css);

/* Structure */
html, body {
    background-image : url(/images/tgw/bg.gif);
    background-repeat: repeat;
}

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color: white;
    text-align : left;
    background-color: #267DB8;
    line-height: 16px;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #66FF33;

}

a:hover {
    text-decoration: none;
    color: #66FF33;
}
/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid white;
    color: #66FF33;
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h1.banner
{
    margin: 0;
    font-weight: bold;
    font-size: 10px;
    color: #66FF33;
	border: 0px;
	padding: 0px;
	padding-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    margin: 0;
    color: #66FF33;
    font-weight: bold;
    padding-bottom: 3px;
    font-size: 13px;
}

h3
{
    margin: 0;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 11px;
}

h4
{
    margin: 0;
    font-weight: bold;
    font-size: 11px;
}

h5
{
    margin: 0;
    font-weight: bold;
    font-size: 11px;
}

/* Body - Container */
#container_tb {
    width: 950px;
    margin: 0 auto;
	border: 0px solid white;
    border-left: 4px solid white;
    border-right: 4px solid white;
}

#container {
    width: 950px;;
    background-image: url(/images/tgw/wide_content_bg.jpg);
    background-repeat: no-repeat;
    background-color: #023554;
    background-position: 0px 244px;
    margin: 0px;
    padding: 0px;
    margin-right: -10px;
}

#header {
    height: 244px;
    width: 950px;
}

#topnav {
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-left: 0;
    border-right: 0;
    padding: 3px 10px;
    margin-bottom: 15px;
    width: 940px;
}

#sidenav {
    width: 205px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}

#content {
    width: 450px;
/*    padding: 10px 10px 10px 20px;*/
    min-height: 550px;
    height: auto !important;  /* for modern Browsers */
    height: 550px;  /*for IE */
    float: left;
    padding-top: 26px;
}

#rightInfoContent
{
	float: right;
	width: 235px;
	padding-left: 40px;
    padding-top: 26px;
}

#metaNav
{
	float: left;
}

#metaNav img
{
	padding-right: 6px;
}

#modulBox
{
	border: 1px solid white;
	margin-top: 20px;
	float: left;
	width: 220px;
}

#modulBoxTitle
{
	background-color: #66FF33;
	color: #013553;
	font-weight: bold;
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 1px;
	margin-bottom: 18px;
	border-bottom: 1px solid white;
}

#modulBoxContent
{
	width: 200px;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dotted white;
}

#modulBoxContentLast
{
	width: 200px;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#footer {
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

TD.char, TD.pages {
    width: 8px;
    cursor: hand;
    cursor: pointer;
    padding: 3px 3px;
    text-align: center;
    background-image: url(/images/admin/gfx/bg_light.gif);
    height: 22px;
    border-top: 1px solid #FFFFFF;


}
TD.char_withoutwidth {
    padding: 3px 3px;
    background-image: url(/images/admin/gfx/bg_light.gif);
    border-top: 1px solid #FFFFFF;
}
TD.char:hover, TD.pages:hover {
    width: 10px;
    cursor: hand;
    cursor: pointer;
    padding: 3px 3px;
    text-align: center;
    background-image: url(/images/admin/gfx/bg_light_active.gif);
    height: 22px;
    border-top: 1px solid #FFFFFF;
}
TD.char_active, TD.pages_active {
    width: 10px;
    cursor: hand;
    cursor: pointer;
    padding: 3px 3px;
    text-align: center;
    background-image: url(/images/admin/gfx/naventry_active.gif);
    height: 22px;
    border-top: 1px solid #FFFFFF;
}
TD.pages {
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(/images/admin/gfx/navigator_bg.gif);
    border-top: 1px solid #FFFFFF;
    color:#000000;
}
TD.pages:hover,TD.pages_active {
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(/images/admin/gfx/navigator_bg_active.gif);
    border-top: 1px solid #FFFFFF;
    color:#000000;
}
TD.pages,TD.pages:hover,TD.pages_active {
    border-bottom: 0px;
}

TD.subhead_bottom {
width:80px;
    padding: 3px 5px;
    background-image: url(/images/admin/gfx/navigator_bg.gif);
    height: 22px;
    border-top: 1px solid #FFFFFF;
    color:#000000;
}