/****************************Custom Classes********************************/


/*** Headers & Borders Classes ***/


.border_none {
	border              :       none;
}


.border_dark {
	border              :       solid 1px #4A0058;
}


.div_row {
	width               :       700px;
}


.header_1 {
	font-size           :       11px;
	font-weight         :       bold;
}


.header_2 {
	color               :       #632D6D;
	font-family         :       Architecture, Arial, Verdana;
	font-size           :       18px;
	font-weight         :       bold;
}


.header_3 {
	color               :       #632D6D;
	font-family         :       Architecture, Arial, Verdana;
	font-size           :       14px;
	font-weight         :       bold;
}


.float_left {
    float               :       left;
}


.float_right {
    float               :       right;
}


.div_nav {
    border:             :       none;
    height              :       1px;
    width               :       1px;
}


.row {
    padding-bottom      :       20px;
    width               :       740px;
}


#div_image_popup {
	background-color    :       #EAE8DE;
	border              :       1px solid #4A0058;
	left                :       20px;
	margin              :       0px;
    padding             :       5px 15px 15px 15px;
	position            :       absolute;
	text-align          :       justify;
	top                 :       0px;
	visibility          :       hidden;
}


/*** ASP.NET Classes ***/


.dropdownlist {
	font-size           :       10px;
	margin              :       0px;
	
}

.menu_style {
	background-color    :       #E9E7DD;
	border              :       solid 1px #878686;
	font-family         :       Tahoma, Arial, Verdana;
	text-align          :       left;
	z-index             :       1000;
	
}

.menu_item {
	background-color    :       #E9E7DD;
	border-bottom       :       solid 1px #550F61;
	font-family         :       Tahoma, Arial, Verdana;
	text-align          :       left;
}

.menu_item a:link{
	color               :       #8A8688;
	text-decoration     :       none;
	display             :       block;
	height              :       100%;
	padding-right       :       4px;
}

.menu_item a:visited{
	color               :       #868084;
	text-decoration     :       none;
	display             :       block;
	height              :       100%;
}

.menu_item a:hover{
	color               :       #868084;
	text-decoration     :       none;
	
}

.menu_hover {
	background-color    :       #550F61;
	font-family         :       Tahoma, Arial, Verdana;
	text-align          :       left;
}

.menu_hover a:link{
	color               :       #868084;
	text-decoration     :       none;
}

.menu_hover a:visited{
	color               :       #FFFFFF;
	text-decoration     :       none;
}

.menu_hover a:hover{
	color               :       #FFFFFF;
	text-decoration     :       none;
}

.iePadding 
{
    padding             :       10px;
}


.textbox {
    background-color    :       #FFFFFF;
    border              :       solid 1px #6E3379;
}



