/* Global
--------------------------------------*/

body{
	background-color: #67a4d5;
	min-width: 760px;
}

*{
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 12px;	
}

a:link{
	color: #777777;
}

/*
a:visited, a:active, a:hover{
	color: #777777 !important;
}
*/

/* Main Blocks
--------------------------------------*/

#content_liquid{
	border: 1px solid #777777;
	background-color: white;
}

#header_block{
	top: 10px;
	margin: auto 10px;
}

#content_block{
	margin-right: 10px;
	top: 2px;
}

#footer_block{
	position: relative;
	height: 50px;
	background: url(/images/admin_cms/footer_block.bg.gif) repeat-x;
	margin: 1px 10px 1px 10px;
	padding: 10px;
	text-align: right;
}

.footer{
	background: url(/images/admin_cms/footer_block.bg.gif) repeat-x;
	text-align: right;
	height: 30px;
	width: 99%;
	padding: 10px;
	margin-top: 20px; 
}

#nav_block{
	background: url(/images/admin_cms/nav_block.bg.gif) repeat-x;
	height: 34px;
	margin: 1px;
}

#info_block{
	background: url(/images/admin_cms/info_block.bg.gif) repeat-x;
	height: 88px;
	margin: 1px 1px 1px 10px;
}

#search_block{
	text-align: right;
	float: right;
	position: relative;
	width: 465px;
	padding-top: 6px;
}

.goal_message{
	position: relative;
	font: bold 20px 'Trebuchet MS',sans-serif;
	color: white;
	padding-left: 5px;
	background: #5084ac url(/images/admin_cms/goal_block.bg.gif) repeat-x;
	height: 40px;
	width: 99%;
	padding: 10px 15px;
}

tr.messages td{
	background-color: #93df48;
	border-bottom: 1px solid white;
	color: white;
	font: bold 16px 'Trebuchet MS',sans-serif;
	padding: 10px 15px;	
}

tr.errors td {
	background-color: #de0d0d;
	border-bottom: 1px solid white;
	color: white;
	font: bold 16px 'Trebuchet MS',sans-serif;
	padding: 10px 15px;
}

tr.warnings td {
	background-color: #ebae34;
	border-bottom: 1px solid white;
	color: white;
	font: bold 16px 'Trebuchet MS',sans-serif;
	padding: 10px 15px;
}

tr.shipnotes td, tr.reportsGiftsInternal td{
	background-color: #6c6c6c;
	border-bottom: 1px solid white;
	color: white;
	font: bold 16px 'Trebuchet MS',sans-serif;
	padding: 10px 15px;
}

input.error {
	background-color: #de0d0d;
	border-bottom: 1px solid white;
	color: white;
	font: bold 16px 'Trebuchet MS',sans-serif;
	padding: 10px 15px;	
}

#dragableBoxesColumn1, #dragableBoxesColumn2, #dragableBoxesColumn3 {
	position: relative;
	float: left;
	width: 465px;
	height: 100%;
}

.float_fix{
	display: block;
	clear: both; 
}
  
.f_left{
  float: left;
}

.customer_banner_wrapper{
	background: #5084ac url(/images/admin_cms/goal_block.bg.gif) repeat-x;
	margin-top: 5px;
	height: 170px;
	padding: 10px 10px 0px 10px;
	color: #FFF;
}

.customer_banner{
	display: inline; 
	float: left; 
	border-right: 1px solid #FFF;
	height: 95%;
	padding-right: 10px;
}

.logoBlue{
	font-weight: bold !important;	
}

.customer_banner_wrapper span, .customer_banner_wrapper a{
	color: #FFF !important;	
}

.customer_banner .pageheading{
	margin-bottom: 10px !important;	
}

.customer_banner .subheading{
	top: 55px;
	position: relative;
	font-weight: bold;
}

#score_breakdown{
	color: #000;
	z-index: 50000;	
} 
/* Search Table
--------------------------------------*/
.search_table{
	margin-left: auto;
	background-color: #FFFFFF;
}

.search_table td{
	background-color: #FFFFFF;
	font: 12px 'Trebuchet MS',sans-serif;
	color: #777777;
}


/* Component Class 
--------------------------------------*/
.component{
	border: 1px solid #777777;
	background-color: #f0f0f0;
	margin: 10px;
	padding: 1px;
	width: 448px;
	font: 11px 'Trebuchet MS',sans-serif;
}

.boxHeader{
	background: url(/images/admin_cms/component_title.bg.gif) repeat-x !important;
	color: #FFF;
	padding: 1px 1px 1px 5px;
	font: bold 12px 'Trebuchet MS',sans-serif;
	text-align: left !important;
	height: 20px;
}

.boxHeader:hover{
	cursor: move;	
}

/* component sub menu
--------------------------*/
.component_menu {
	clear: both;
	border-bottom: 1px solid #777777;
	background-color: #e0e0e0;
	background: url(/images/admin_cms/component_menu.png) no-repeat top right;
}

.component_menu #active{
	color: #3f729b;
	background-position: -150px 0px;
}

.component_menu #non_active{
	color: #777777;
}

.component_contents{
	display: none;
}


/* end component sub menu
--------------------------*/

.placeHolder{
	width: 448px;
	height: 10px;
	padding: 1px;
	visibility: hidden;
}

.draggable{
	cursor: move;
}

.component_content p{
	padding: 1px 5px 1px 5px;
	margin: 1px;
}

.component_table{
	width: 100%;
	border-collapse: collapse;
}

.component_table td, .component_table th{
	padding: 4px;
	font: 11px 'Trebuchet MS',sans-serif;
	text-align: left;
	border: 1px solid white;
}

.component_table thead, .component_table th{
	background-color: #777777;
	font-weight: bold;
	color: white;
	text-align: left;
}

.oddRow{
	background-color: #f0f0f0 !important;
}

.evenRow{
	background-color: #e0e0e0 !important;
}

td.menu_panel a:hover{
	background-color: #307ebd !important;
}


/* Module List ID
--------------------------------------*/

#moduleList{
	border: 2px solid #777777;
	background-color: #f0f0f0;
	font: 12px 'Trebuchet MS',sans-serif;
	position: absolute;
	top: 40px;
	left: 19px;
	display: none;
	width: 300px;
	padding: 2px; 
}

#moduleList .footer_bar{
	width: 300px !important;
}

.module_float_fix{
	margin-top: 5px;
	border-top: 1px solid #e0e0e0; 
	width: 300px;
	display: block;
	clear: both; 
	float: left;
}


/* submenu
--------------------------------------*/

.submenu{
	width: 200px;
	visibility: hidden; 
	position: absolute; 
	top: 117px; 
	border: 2px solid #777777; 
	border-top: 3px solid #777777;
	border-bottom: 3px solid #777777;
	background-color: #FFFFFF; 
	font: normal 11px 'Trebuchet MS',sans-serif;
	color: #777777;
}

.submenu ul{
	list-style-type: none;
	padding: 2px;
	margin: 0;
	margin-left: 5px;
}

.submenu h3{
	padding: 3px 0 3px 0;
	color: #777777;
	font-weight: 12px;
	
}

.submenu .lastitem{
	padding: 3px 0 3px 0;
	visibility: hidden;
}

/* Main Menu
--------------------------------------*/
.main_menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.main_menu li{
	float: left;
}

.main_menu_el a{
	padding: 10px 15px 0 15px;
	height: 25px;
	background: url(/images/admin_cms/nav_block.rollover.gif) no-repeat;
	font: bold 14px 'Trebuchet MS',sans-serif;
	color: #666666;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
}

.main_menu_el a:hover {
	background-position: -200px 0px;
}

.subActive a {
	background-position: -200px 0px;
}

.main_menu_el a:active {
	background-position: -200px 0px;
}

.main_menu .current_section a {
	background-position: -400px 0px  !important;
	color: #FFFFFF;
}

.main_menu .turnItOn a, .main_menu .turnItOn a:hover, .main_menu .turnItOn a:active {
	background-position: -200px 0px;
}

.sortlists{
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
}

.component_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.component_menu li{
	float: left;
}

.component_menu li a{
	padding: 5px 10px 5px 10px;
	height: 15px;
	background: url(/images/admin_cms/component_menu.png) no-repeat;
	border-right: 1px solid #e0e0e0;
	background-position: top right;
	font: bold 12px 'Trebuchet MS',sans-serif;
	color: #777777;
	display: block;
	text-decoration: none;
	text-align: center;
}

.component_menu li a:hover{
	background-position: -150px 0px;
}

/* End Main Menu
--------------------------------------*/

table{
	border-collapse: collapse;

}	

.smallArticle th, .smallArticle td{
	border: 1px solid white;
}

.headerRow a{
 color: #fff !important;
}

.headerRow a:link {
 color: #fff !important;
}