﻿/*ADMIN MASTERPAGE - admin.master */

#body_wrapper
{
    background-color: #d0dfd7;
}

.admincentreposition
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#admin_templatebody_wrapper
{
	width: 100%;
	background-color: #d0dfd7; /*templates background colour*/
	float: left;
	height:100%;
	min-height:350px;
}

admin_leftandbodywrapper
{
	float:left;
	width:100%;
}

#admin_templatebody_container
{
	background-color:Transparent;
	color: Black;
	border-top: solid 5px #d0dfd7; /*templates top margin colour*/
	height:100%;
}

#admin_leftmenu
{
	width: 178px;
	max-width: 178px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}

#admin_body
{
	width:697px;
	float:left;
	height: auto;
	min-height:350px;
	min-width:400px;
	margin-right:5px;
	padding: 5px 5px 5px 10px;
	background-color: #FFFFFF;
}

#admin_rightblock
{
	width: 155px;
	max-width: 155px;
	height: auto;
	min-height:350px;
	float:left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

.admin_submenuMenu
{
	width:100%;
}

.admin_submenuItemMenu
{
	border-bottom:dotted 1px #f47b44;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
	color:#5A57A6;
}

.admin_submenuSelectedStyle
{
	background-image: url("../software/images/selected_bk_software.gif");
	background-repeat:repeat-x;
	border-bottom:dotted 1px #f47b44;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
	color:#000000;
}

.admin_submenuHoverStyle
{
	background-color:#ffc29d;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
}

.dynamicMenu_style_left
{
	border: solid 1px #f6861f;
}

.dynamicMenu_Item{
	border-bottom:dotted 1px #f47b44;
	padding: 2px 5px 2px 5px;
	height:14px;
	line-height:14px;
	color:#5A57A6;
}

.dynamicMenu_hover_left
{
    background-color: #ffc29d;
}

.dynamicMenu_selected_left
{
    color:#FFFFFF;
	border-bottom: solid 1px #522e91;
	background-color: #f6861f;
}
