/* 
================================
Core Styles.
================================
*/   
html
{
    margin: 0;
    padding: 0;
}
body
{
	padding: 0px;
	color: #333333;
	font-size: 11px;
    font-family: tahoma,arial;
    background: #C9C9C9;
    background-image:url('Images/bg.gif');
    background-repeat: repeat-x;
}
ol
{
	font-size: 12px;
    font-family: tahoma,arial;
	margin-left: 20px;
	padding-left: 2px;
}
ul
{
	font-size: 12px;
    font-family: tahoma,arial;
	margin-left: 11px;
	padding-left: 5px;
	list-style-image:url('Images/bullet_orange.gif');
}
li
{
	margin-top: 8px;
}
b
{
	color:#0067AB;
    font-weight:500;
}
strong
{
	color:#0067AB;
    font-weight:500;
}
a:link, a:visited, a:hover, a:active
{
	color: #D95A00;
	text-decoration:underline;
}
h1
{
	color:#0067AB;
	font-size:15px;
	font-weight:900;
}
h2
{
	color: #333333;
	font-size:13px;
	font-weight:600;
}
h3
{
	color: #333333;
	font-size:12px;
	font-weight:400;
}
hr
{
	border: none;
	background-color: #bbbbbb;
	text-align: center;
	color: #cccccc;
	height: 1px;
	width: 95%;
}


/* 
================================
Page Layout Styles.
================================
*/   
.page_container_single_row
{
	width: 750px;
	background-repeat: repeat-y;
    background-image: url('Images/tramline_1_column.gif');
}
.page_container_double_row
{
	width: 750px;
	background-repeat: repeat-y;
    background-image: url('Images/tramline_2_column.gif');
}
.page_header_div
{
	width:750px;
	margin: 0px;
	padding: 0px;
	height: 68px;
	background-repeat: no-repeat;
    background-image:url('Images/logo.jpg');
}
.header_image_div
{
	float: left;
	height: 100px;
}
.page_menu_div
{
	width: 740px;
	height: 53px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	background-image:url('Images/menu_bg.gif');
}
.page_splash_div
{
	float:left;
	width:750px;
	padding: 0px 0px 0px 0px;
}
.page_splash_div img
{
	border:solid 0px white;
	margin:0px;
}
/*
	Note that we use the 'Star Hack' here, where only IE 7.0 will read the 
	second rule which will override the first. This allows us to cater for
	IE 7.0, IE 6.0 and Firefox.
*/
.page_body_div
{
	float:left;
	width:750px;
	min-height:400px;
	padding:0px 7px 0px 7px;
}
* html .page_body_div
{
	float:left;
	width:750px;
	height:400px;
	padding:0px 7px 0px 7px;
}
.page_body_sidebar
{
}
.page_body_content
{
}
.page_footer_div
{
	float:left;
	width: 750px;
    height: 31px;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    background-image:url('Images/footer_bg.gif');
}


/* 
================================
Login / Logout styles.
================================
*/

a.login
{
	float: right;
	width: 53px;
	height: 68px;
	display: block;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-image:url('Images/button_login_up.gif');
}
a.login:hover
{
	text-decoration: none;
	background-image:url('Images/button_login_ov.gif');
}
a.logout
{
	float: right;
	width: 53px;
	height: 68px;
	display: block;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-image:url('Images/button_logout_up.gif');
}
a.logout:hover
{
	text-decoration: none;
	background-image:url('Images/button_logout_ov.gif');
}


/* 
================================
Breadcrumb styles.
================================
*/

#breadcrumb_div
{
	width: 100%;
	font-size: 8pt;
	font-weight: 500;
    font-family: tahoma,arial;
    letter-spacing: 0.1em;
    padding: 5px 0px 20px 5px;
}
#breadcrumb_div a
{
	color: #0067AB;
	font-size: 8pt;
	text-decoration:underline;
}
#breadcrumb_div hr
{
	width: 100%;
	color: #cccccc;
}


/* 
================================
Page Content Styles - Shared.
================================
*/   

.head
{
	color:#0067AB;
	font-size:15px;
	font-weight:900;
}
.normal
{
	color: #333333;
	font-size: 13px;
    font-family: tahoma,arial;
}
.normal strong
{
	color: #0067AB;
    font-weight: 500;
}
.normal a
{
	color: #D95A00;
	text-decoration:underline;
}
.normal ol
{
	margin-left: 20px;
	padding-left: 2px;
}
.normal ul
{
	margin-left: 11px;
	padding-left: 5px;
	list-style-image:url('Images/bullet_orange.gif');
}
.content_img_left
{
	border: 2px;
	float: left;
	padding: 5px;
	margin-right: 5px;
}
.content_img_right
{
	border: 2px;
	float: right;
	padding: 5px;
	margin-left: 5px;
}
.content_table_normal
{
	
}
.content_table_raised
{
	background-color:#F5EDE7;
}


/* 
================================
Page Content Styles - Main Body.
================================
*/   

.page_body_sidebar .head
{
	color: #D95A00;
	font-weight:900;
	font-size: 11px;
}
.page_body_sidebar .normal
{
	font-size: 10px;
	font-weight: normal;
}
.page_body_sidebar a
{
	font-size: 10px;
	font-weight: normal;
}
.page_body_sidebar input
{
	font-size: 10px;
	font-weight: normal;
	border: solid 1px #cccccc;
}
.page_body_sidebar .commandbutton
{
	color: #D95A00;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
}
.page_body_sidebar .commandbutton:link, 
.page_body_sidebar .commandbutton:visited, 
.page_body_sidebar .commandbutton:hover, 
.page_body_sidebar .commandbutton:active
{
	color: #D95A00;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
}


/* 
================================
Page Content Styles - Sidebar.
================================
*/   

.page_body_content a
{
	font-size: 12px;
	font-weight: normal;
}
.page_body_content .commandbutton
{
	color: #D95A00;
	text-decoration:underline;
}
.page_body_content .commandbutton:link, 
.page_body_content .commandbutton:visited, 
.page_body_content .commandbutton:hover, 
.page_body_content .commandbutton:active
{
	color: #D95A00;
	text-decoration:underline;
}


/* 
================================
Main Menu Styles.
================================
*/   

.controlpanel
{
	width: 100%;
	background-color: #ffffff;
}
.main_dnnmenu_container
{
	height: 100%;
}
.main_dnnmenu_bar
{
	height: 100%;
	float: right;
	cursor: pointer; 
	cursor: hand;
}
.main_dnnmenu_seperator_left
{
	float: left;
	display: block;
	width: 20px;
	height: 53px;
	background-repeat: no-repeat;
	background-image: url('Images/menu_divider.gif');
}
.main_dnnmenu_seperator_right
{
	float: left;
	display: block;
	top: 0px;
	width: 20px;
	height: 1px;
}
.main_dnnmenu_rootitem_up
{
	float: left;
	height: 33px;
	cursor: pointer;
	cursor: hand;
	color: #656565;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial;  
	text-transform: uppercase;
	letter-spacing: 0.025em;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    background: url('Images/menu_item_up.gif') repeat;
}
.main_dnnmenu_rootitem_up span
{
	float: left;
	line-height: 53px;
}
.main_dnnmenu_rootitem_ov
{ 
	float: left;
	height: 53px;
	cursor: pointer;
	cursor: hand;
	color: #656565;
	white-space: nowrap;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial;  
	text-transform: uppercase;
	letter-spacing: 0.025em;
    padding: 0px 0px 0px 0px;
    background: transparent url('Images/menu_item_ov.gif') repeat;
}
.main_dnnmenu_rootitem_ov span
{
	float: left;
	line-height: 53px;
}
.main_dnnmenu_itemhover
{
	background-color: #8da4d3; 
	background: transparent url('Images/menu_item_ov.gif') repeat;
}
.main_dnnmenu_itemhover td
{
	background-color: #8da4d3;
	background: transparent url('Images/menu_item_ov.gif') repeat;
}
.main_dnnmenu_icon
{
	cursor: hand;
	cursor: pointer; 
	text-align: center;
	width: 2px;
	height: 100%;
}
.main_dnnmenu_submenu
{
	cursor: pointer;
	cursor: hand;
	z-index: 1000;
	border: solid 1px #bbbbbb;
	background-color: #eeeeee;
}
.main_dnnmenu_item
{
	
}
.main_dnnmenu_item td
{
	cursor: pointer;
	cursor: hand;
	color: #000000; 
	font-size: 8pt; 
	font-weight: normal;
	letter-spacing: 0.05em;
	font-family: Tahoma, Arial;
    white-space: nowrap;
    padding: 3px 3px 3px 3px;
}


/*
================================
Blog styles.
================================
*/

.blog_body
{
	color: #444444;
	font-size: 10pt;
	font-family: Tahoma, Arial;
}
.blog_title
{
	font-size: 13pt;
	font-family: Tahoma, Arial;
}
.blog_title a
{
	color:#0067AB;
	font-size:14px;
	font-weight:900;
	font-family: Tahoma, Arial;
}
.blog_footer
{
	
}
.blog_footer a
{
	color: #0067AB;
	font-family: Tahoma, Arial;
}


/*
================================
Documents styles.
================================
*/
.DNN_Documents
{
    width: 100%;
}
.DNN_Documents .normal
{
	width: 100%;
	color: #333333;
	font-size: 13px;
    font-family: tahoma,arial;
}


/*
================================
FAQ styles.
================================
*/
.faq-question
{
    font-size: 13px;
	font-weight: normal;
	font-family: tahoma,arial;
}
.faq-answer
{
	color: #333333;
	font-size: 13px;
	font-family: tahoma,arial;
}


/*
================================
Forum styles.
================================
*/
.Forum_Admin_SectionHead
{
	letter-spacing: 0px;
}


/*
================================
FileManager styles.
================================
*/
.FileManager
{
    width: 695px;
}
