/* GENERAL STYLES */
body.app
{	
	font-family:Tahoma;
	font-size:11px;
	background-image:url(/images/app_bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:0;
}
div.pageheaderContainer
{
	width:978px;
	margin-left:auto;
	margin-right:auto;
	height:36px;
	background-image:url(/images/pageheader_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#ffffff;
	clear:both;
}
div.pageheaderLeft
{
	height:36px;
	width:576px;
	background-image:url(/images/pageheader_leftbg.jpg);
	background-repeat:no-repeat;
	background-color:#710a0d;
	background-position:0 0;
	padding-left:20px;
	font-family:Verdana;
	font-size:18px;
	color:#ffffff;
	line-height:36px;
	vertical-align:middle;
	text-align:left;
	float:left;
}
div.pageheaderRight
{
	height:36px;
	width:350px;
	padding-right:20px;
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	line-height:36px;
	vertical-align:middle;
	text-align:right;
	float:right;
	margin-right:2px;
	overflow:hidden;
	word-wrap:normal;
	white-space:nowrap;
}
div.headerContainer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:136px;
	background-image:url(/images/header_bg_app.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	position:relative;
}
div.bodyContainer
{
	width:978px;
	margin-left:auto;
	margin-right:auto;
	min-height:540px;
	background-color:#ffffff;
	background-image:url(/images/bodycontainer_bg.jpg);
	background-repeat:no-repeat;
}
div.bodyPadding
{
	width:918px;
	height:100%;
	padding:13px 30px 5px 30px;
}
table.listing  
{
	width:918px;
	border-collapse:collapse;
	border:solid 1px #a7a781;
	font-family:Tahoma;
	font-size:11px;
}
table.listing thead tr.legend th
{
	background-image:url(/images/thead.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 1px #a7a781;
	text-align:left;
	padding-left:5px;
	color:#2a2a21;
	font-weight:700;
}
table.listing thead tr.columns th
{
	background-image:url(/images/th.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 1px #a7a781;
	border-right:solid 1px #D0D0D0;
	text-align:left;
	padding-left:5px;
	font-weight:normal;
}
table.listing thead tr.columns th a
{
	font-weight:normal;
	color:#000000;
	font-size:11px;
	padding-right:10px;
}
table.listing tbody 
{
	vertical-align:top;
}
table.listing tbody tr
{
	height:13px;
	line-height:13px;
	vertical-align:middle;
	cursor:pointer;
}
table.listing tbody tr.alt
{
	background-color:#FAFAFA
}
table.listing tbody tr.hover
{
	background-image:url(/images/trhover.jpg);
	background-repeat:repeat-x;
}
table.listing tbody tr.row td, table.listing tbody tr.emptyrow td
{
 border-bottom:solid 1px #EDEDED;
 padding:3px 3px 3px 5px;
}
table.listing tfoot tr td .iconlink
{
float:right;
}


a, a:link, a:visited
{
	color:#63622a;
	font-size:12px;
	text-decoration:none;
}
a:active, a:hover
{
	text-decoration:underline;
}
a.ListenLink
{
	color:#385f95;
}
#MainContent a.ListenLink
{
	color:#385f95;
	text-decoration:none;
}
#MainContent a.ListenLink:hover
{
	text-decoration:underline;
}

table.listing thead tr.columns th.forwardSort, table.listing thead tr.columns th.reverseSort
{
		background-image:url(/images/thsorted.jpg);
}
th.forwardSort a
{
	background-image:url(/images/sortasc.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
th.reverseSort a
{
	background-image:url(/images/sortdesc.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

table.listing tfoot tr td
{
	text-align:right;
}

a.iconlink
{
	height:24px;
	line-height:18px;
	font-size:11px;
	font-weight:600;
	vertical-align:middle;
	background-image:url(/images/buttonbg.jpg);
	background-repeat:no-repeat;
	border:solid 0px #a7a781;
	width:78px;
	padding:2px 4px 2px 25px;
	margin:3px 3px 3px 3px;
	font-size:11px;
	color:#70705A;
	text-align:center;
	text-indent:-50px;
}
#MainContent a.iconlink
{
	color:#70705A;
	text-decoration:none;
}
a.iconlink img
{	
	border:0;
	float:left;
	position:relative;
	left:-18px;
	top:1px;
}
a.iconlink:hover
{
	text-decoration:none;
	cursor:pointer;
}
.errors
{
    width:80%;
    font-size:12px;
    font-family:Verdana;
    color:#444444;
    background:#FFFFE3 url(/images/warning.gif) no-repeat 1% 20%;
    border-top:solid 1px #FFE4A9;
    border-bottom:solid 1px #FFE4A9;
    margin-bottom:20px;
    padding:20px 20px 20px 60px;
    font-weight:bold;
    margin-top:20px;
}

.messages
{
    width:80%;
    font-size:12px;
    font-family:Verdana;
    color:#444444;
    background:#FFFFE3 url(/images/info.gif) no-repeat 1% 50%;
    border-top:solid 1px #FFE4A9;
    border-bottom:solid 1px #FFE4A9;
    margin-bottom:20px;
    padding:20px 20px 20px 60px;
    font-weight:bold;
    margin-top:20px;
}
.error, .message
{
    width:100%;
}


input[type=text], input[type=password], input[type=file], select, textarea
{
    background-image:url(/images/input-background.png);
    background-repeat:repeat-x;
    border:solid 1px #B5B8C8;
    padding-left:3px;
    font-size:11px;
    font-family:Verdana;
    padding-top:3px;
}

input[type=text], input[type=password]
{
    width:192px;
    height:16px;
    line-height:13px;
    vertical-align:middle;
}
input[type=file] 
{
	width:300px;
	height:20px;
}
select
{
    width:auto;
    line-height:20px;
    vertical-align:middle;
}


table.form
{
	width:100%;
}
table.form tr
{
	padding-bottom:5px;
}
table.form td.label
{
	background-color:#efefef;
	font-size:11px;
}
table.form td.field
{
	padding-left:10px;
}

#lightbox td ul.access
{
	margin-left:5px;
	margin-top:5px;
	height:100px;
	overflow:auto;
}
#lightbox td ul.access li
{
	list-style-type:none;
	list-style-position:outside;
	height:15px;
	line-height:15px;
	vertical-align:top;
	font-size:11px;
}
#lightbox td ul.access li.noaccess
{
	list-style-image:url(/images/cross.png);
}
#lightbox td ul.access li span
{
	position:relative;
	top:-4px;	
}
#lightbox td ul.access li.yes
{
	list-style-image:url(/images/tick.png);
}
#lightbox td ul.access li.no
{
	list-style-image:url(/images/cross.png);
}

td.field
{
	position:relative;
}
td.field div.required
{
	background-image:url(/images/asterisk_red.png);
	position:relative;
	display:inline;
	right:0px;
	margin-left:5px;
	top:2px;
	width:20px;
	height:20px;
	padding-left:13px;
	padding-top:4px;
	background-repeat:no-repeat;
}
td.field object.swfupload
{
float:left;
z-index:1;
}
a.disabled
{
	color:#808080;
}
a.disabled:hover
{
	text-decoration:none;
}
ul.topic
{
	padding-left:10px;
	width:220px;
}

ul.topic li
{
	list-style-type:none;
	width:200px;
}
ul.topicexpand
{
	padding-left:10px;
	width:220px;
}

ul.topicexpand li
{
	list-style-type:none;
	width:200px;
}

img.checkbox  
{
	margin-right:5px;
	cursor:pointer;
}
img.checkbox + label
{
	cursor:pointer;
}

td.label
{
    text-align:right;
    color:#767676;
    font-weight:bold;
    font-size:12px;
    padding-right:10px;
}
ul#tabgroup li a
{
	
	background-repeat:no-repeat;
	border:none;
	width:122px;
	background-color:Transparent;
	background-image:url(/images/tab.gif);
}
ul#tabgroup li a.first
{
	background-image:url(/images/tabfirst.gif);
}
div.subsection_tabsDiv
{
    width: 700px;
	background-image:url(/images/tabgroup.gif);
background-position:3px 0px;
	height:32px;
	position:relative;
	top:10px;
	left:10px;
	background-color:Transparent;
}
ul.subsection_tabs
{
	list-style: none;
	margin:0px 0 0 22px;
	padding: 0;
	clear:both;
	float: left;
	height:36px;
}

ul.subsection_tabs li {
	float:left;
	margin:0px -5px 0 10px;
	text-align:center;
	position:relative;
	left:-32px;
}

ul.subsection_tabs li a {
	display: block;
	height:24px;
	padding:4px 6px 0 6px;
	color: #2a2a21;
	width:170px;
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	text-decoration:none;
	position:relative;
	vertical-align:middle;
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
}

ul.subsection_tabs li a:hover {
	color: #2a2a21;
}

ul.subsection_tabs li a.active {
	color: #2a2a21;
}
#MainContent ul.subsection_tabs li a
{
	color: #2a2a21;
	text-decoration:none;
}
#MainContent ul.subsection_tabs li a:hover {
	color: #2a2a21;
}

#MainContent ul.subsection_tabs li a.active {
	color: #2a2a21;
}

div.tab
{
	border:solid 1px #c4c17c;
	border-top:0px;
	margin-left:12px;
	width:688px;
	min-height:300px;
	padding:5px 5px 5px 5px;
	position:relative;
	left:-2px;
	top:3px;
	float:left;
}
#MainContent #Topic a.ExpandCollapseLink, #MainContent #Provider a.ExpandCollapseLink
{
	color:#000000;
}

#MainContent #Title A
{
	font-weight:700;
	color:#000000;
}
#MainContent #Title A.empty
{
	color:#cccccc;
	font-weight:normal;
}
#MainContent #Title A.expanded
{
	color:#00AE21;
	font-size:120%;
	font-weight:bold;
}
#Title div.LetterDiv
{
	margin-top:30px;
	border-bottom:solid 1px #efefef;
	float:left;
	width:650px;
}

#FooterBG
{
	margin-top:12px;
	float:left;
	height:92px;
	background-image:url(/images/footer_bg.gif);
	background-repeat:repeat-x;
	width:100%;
}
#Footer
{
	width:1008px;
	margin-left:auto;
	margin-right:auto;
	font-family:arial;
	font-size:12px;
	color:#2a2a21;
}

#Footer a
{
	color:#2a2a21;
	text-decoration:none;
	cursor: pointer;
}

#Footer a:hover
{
	color:#d42103;
	text-decoration:underline;
}

#Footer .logos
{
	float:right;
	width:180px;
	text-align:right;
}

#Sniper
{
	clear:right;
	float:right;
	width:180px;
	font-size:11px;
}

#Footer .links
{
	margin-top:28px;
	float:left;
	line-height:20px;
}

#Footer .copyright
{
	text-align:right;
	padding-right:10px;
	clear:right;
	float:right;
	width:180px;
	line-height:20px;
	height:20px;
	font-size:11px;
}

a.menuLink
{
	background-color:transparent;
	width:180px;
	height:100px;
	position:absolute;
	top:10px;
	left:10px;
	cursor:pointer;
}

div.headerContainer a:hover
{
text-decoration:none;
}


#AdminMenu_1_AdminMenu
{
width:400px;
position:absolute;
top:109px;
left:240px;
z-index:2;
}
#AdminMenu_1_AdminMenu a
{
color:#ffffff;
}

/* EDITOR PROPERTIES */

