/***** Description: This class defines a left border with a *****/ 
/***** colour that goes with the current theme *****/
.themed_left_border
{
	border-left: solid 5px #bb0adb;	
}

/***** Description: Defines the themed border for this section *****/
.themed_border 
{
	border: solid 1px #bb0adb;
}

/***** Description: This class defines the colours used *****/ 
/***** for the box templates *****/
.box_color
{
	background-color: #e2baea;
	color: inherit;
}

/***** Description: These classes define the border colours used *****/ 
/***** for the box templates *****/
.box_border_color
{
	border-left: solid 1px #bb0adb;
	margin-right: 0px;
	margin-left: 0px;
}

.box_border_color_last
{
	border-left: solid 1px #bb0adb;
	border-right: solid 1px #bb0adb;
	margin-right: 0px;
	margin-left: 0px;
}

.box_border_width
{
	width: 98%;
}

/***** Description: This class defines the colours used *****/ 
/***** for the breadcrumb *****/
.breadcrumb_color
{
	background-color: #9102ce;
	color: #ffffff;
}

/***** Description: This class defines the colours used *****/ 
/***** for the table headers within the contents area *****/
.contentsbar_div table th
{
	color: #000000;
	background-color: #e2baea;
}

/***** Description: This class defines the style of the *****/ 
/***** selected main menu item *****/
#menu_li_selected
{
	border-right: solid 5px #bb0adb;
	background: #000000 url("business_nav_arrow.gif") center right;
	color: inherit;
	background-repeat: no-repeat;
}

/***** Description: These classes define the style of the *****/
/***** submenus of the selected menu item *****/

/* submenu 1 */
.submenu_1_style
{
	color: #000000;
	background-color: #ba75d2;
}

.submenu_1_style a
{
	color: #000000;
	background: #ba75d2 url("business_level2tab.gif") center left;
}

.submenu_1_style li
{
	background-color: #ba75d2;
	color: #000000;
}


/* submenu 2 */
.submenu_2_style
{
	background-color: #d489ed;
	color: #000000;
}

.submenu_2_style a
{
	color: #000000;
	background: #d489ed url("business_level3tab.gif") center left;
}

.submenu_2_style li
{
	background-color: #d489ed;
	color: #000000;
}


/* submenu 3 */
.submenu_3_style
{
	background-color: #ebbdf5;
	color: #000000;
}

.submenu_3_style a
{
	color: #000000;
	background: #ebbdf5 url("business_level4tab.gif") center left;
}

.submenu_3_style li
{
	background-color: #ebbdf5;
	color: #000000;
}


/* submenu 4 */
.submenu_4_style
{
	background-color: #ffffff;
	color: #000000;
}

.submenu_4_style a
{
	color: #000000;
	background-color: #ffffff;
}

.submenu_4_style li
{
	background-color: #ffffff;
	color: #000000;
}


#forums_list_table tr.border_colour_fix th
{
	border-bottom: solid 3px #bb0adb;
}

/***** Description: This classes define the voting box *****/
div.home_side_box div.side_voting_button_yes
{
	margin-top: 0.4em;
	float: left;
}

div.home_side_box div.side_voting_button_no
{
	margin-top: 0.4em;
	float: right;
}

div.home_side_box div.side_voting_button_yes a, div.home_side_box div.side_voting_button_no a
{
	display: block;
	color: #ffffff;
	background-color: #636363;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 2.65em 0.5em 2.6em;
	text-decoration: none;
}

div.home_side_box div.side_voting_button_yes a:hover, div.home_side_box div.side_voting_button_no a:hover
{
	color: #ffffff;
}

div.home_side_box div.side_content_text div.vote_result
{
	width: 100%;
	padding-top:0.1em;
	padding-left:0.5em;
	font-size:1.2em;

}

div.home_side_box div.side_content_text div.vote_result div.result_text
{
	width: 4.5em;
	float: left;
}

div.home_side_box div.side_content_text div.vote_result div.progress_bar
{
	height: 1em;
	width: 7em;
	float: left;
	padding-top: 0.3em;
}

div.home_side_box div.side_content_text div.vote_result div.progress_bar div.result_no
{
	height: 100%;
	background: url("vote_no.gif") repeat-x;
}

div.home_side_box div.side_content_text div.vote_result div.progress_bar div.result_yes
{
	height: 100%;
	background: url("vote_yes.gif") repeat-x;
}

div.home_side_box div.side_content_text div.vote_result div.result_text span
{
	font-size: 1.1em;
}

div.home_side_box div.side_content_text div.vote_result div.result_text span.percentage
{
	font-weight: bold;
}

div.quick_vote div.side_content_text p.content_text
{
	margin-top: 0;
	height: auto;
	margin-bottom: 0.4em;

}

div.quick_vote div.side_content_text a
{
	display: block;
	margin-top: 0.4em;
}

div.quick_vote
{
	margin-top: 0.2em;
	width:15em;
	background-color: #DEDFE1;
}


#forums_list_table tr.border_colour_fix th
{
	border-bottom: solid 3px #b6b5b5;
}

div.blank_bgcolor
{
	background-color: inherit;
}

.yes_button
{
	margin-top: 0.4em; 
	float: left; 
	display: block;
	color: #ffffff;
	background-color: #636363;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 2.2em 0.5em 2.2em;
	text-decoration: none; 
	border:0em;
	width:6.6em;
}

.no_button
{
	margin-top: 0.4em;
 
	float: right; 
	display: block;
	color: #ffffff;
	background-color: #636363;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 2.2em 0.5em 2.2em;
	text-decoration: none; 
	border:0em;
	width:6.6em;
}

