/* @group base elements */
/* basic html elments are styled in this area */

body {
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #333;
	background-color: #CCC;
	line-height: 1.5em;
	padding: 0;
	margin: 10px 0 0 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #4D5F73;
}
a:hover {
	text-decoration: none;
	color: #4D5F73;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
}
h2 {
	margin: 0;
	font-size: 20px;
	color: #676767;
	font-weight: bold;
}
h3 {
	margin: 0;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

/* @end */


/* @group shell styles */
/* These styles affect the site shell document */


#pageoptions {
	background:#DED7CD;
}

#pageoptionscap {
	border-bottom: 3px solid #DED7CD;
	border-top: 3px solid #BFB3A5;
}

#optionscloseholder {
	float:right;
}

#optionscloseholder a {
	color: #576065;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../images/btn_close.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:10px;
}

#pageoptions a.optionlink {
	text-decoration: none;
}

#pageoptions select {
	margin-right: 10px;
}

#pageoptions a.optionlink:hover {
	text-decoration:  none;
}

#pageoptions .optionlink {
	display:block;
	text-decoration: none;
	padding-left: 12px;
	margin-right: 10px;
	background-image: url(../images/tt_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:10px;
	color: #4D5F73;
}

#pageoptionslink {
	float:right;
}

#pageoptionslink a
{
	display:block;
	color: #576065;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	font-size:10px;
	text-decoration: none;
	
	background-image: url(../images/tt_arrows_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

#pageoptionslink a:hover {
	color: #333;
	text-decoration: none;
}

#bodyouter {
	margin-right: auto;
	margin-left: auto;
	width: 775px;
}

#errorboxouter {
	border: 1px solid #000;
	width: 300px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-left: 20px;
}
#errorboxheading {
	padding: 5px;
	background-color: #740000;
	color: #fff;
	border-bottom: 1px solid #000;
	text-align: center;
}
#errorboxinner {
	padding: 5px;
	background-color: #fff;
	color: #000;
}

#bodymiddle {
	border:1px solid #999AAC;
	padding:2px;
}
#bodyinner {
	border:1px solid #999AAC;
	background:#fff;
}
#heading {
	padding: 20px;
}

#mainnavigation {
	background: #586C8D;
	padding: 0px 15px;
	height: 24px;
}

#mainnavigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 10px;
}

#mainnavigation a:hover {
	background: #bcd;
	color: #000;
}

#mainnavigation a.active {
	background: #334466;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#mainnavigation a.active:hover {
	color: #fff;
}

#contentinner {
	padding: 10px;
}
#contentinner {
	padding: 10px;
}

/* @end */


/* @group table styles */
/* Table layouts and hiliting are defined here */

.tableheading {
	color: #fff;
	background: #586c8d;
	border-bottom: 1px solid #fff;
}
.tableheadingsep {
	border-left: 1px solid #fff;
}
.tablerow1 {
	background: #f3f3f3;
	color: #000;
}
.tablerow2 {
	background: #e6e6e6;
	color: #000;
}
.tableheadingoff {
	color: #ccc;
	background: #666;
	border-bottom: 1px solid #69c;
}
.tablerowoff1 {
	background: #ddd;
	color: #000;
}
.tablerowoff2 {
	background: #eee;
	color: #000;
}

/* @end */


/* @group source specific */
/* Styles specific to the source editor are located in this area. */

#sourcelistouter {
	width: 155px;
	float:left;
}
#sourcelistinner {
	margin-right: 10px;
	border: 1px solid #C4B780;
	padding: 1px;
}
#sourcelistinner span {
	display: block;
	padding: 3px 10px;
	font-weight: bold;
	color: #676767;
}
#sourcelistinner span a {
	display: Inline;
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
}
#sourcelistinner span a:hover {
	display: Inline;
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
}

a.createnew {
	text-decoration: none;
}

a.createnew:hover {
	text-decoration: none;
}

#sourcelistinner a {
	color: #475B7C;
	background: #C5DCEC;
	display: block;
	padding: 4px 7px;
	text-decoration: none;
	border-bottom: 1px dashed #C4B780;
}
#sourcelistinner a:hover {
	background: #B5CCDC;
}
#sourceeditorouter {
	width: 100%;
	float: right;
	background: #ccc;
}

#sourceeditorinner {
	padding: 20px;
}

#printnav {
	display: none;
}

/* @end */


/* @group destination specific */
/* Styles specific to the destination editor are located in this area. */
/* @end */


/* @group javascript embedded form */
/* Used for the manual form entry page */

.formlist {
	list-style: none;
	font-size: 12px;
	color: #666;
	padding-left: 0px;
}
.sublist {
	list-style: none;
	font-size: 12px;
	color: #666;
	padding-left: 0px;
	margin-left: 10px;
}
.submit {
	margin-top: 20px;
}
.formlabel {
	display: block;
}
.formvalue {
	display: block;
	padding-left: 0px;
	margin-bottom: 5px;
}
.formvalue textarea {
	width: 220px;
	max-width: 220px;
}

/* @end */


/* @group routing table styles */
/* Used for routing table */

a.routinglink_dark {
	color: #006;
}
a.routinglink_dark:hover {
	color: #006;
}
a.routinglink_light {
	color: #fff;
}
a.routinglink_light:hover {
	color: #fff;
}
.form-sub-heading {
	font-weight: bold;
}

/* @end */
