/****************************Custom Classes********************************/


.background_project_gallery {
    background-image        :       url('../images/background_project_gallery.gif');
    background-repeat       :       no-repeat;
    height                  :       76px;
    width                   :       770px;
}


/*** Headers & Borders Classes ***/


.border_none {
    border                  :       none 0px;
}


.border_gold {
    border                  :       solid 1px #CBA85D;
}


.float_left {
    float                   :       left;
}


.float_right {
    float                   :       right;
}


.h1 {
    color                   :       #000000;
    font-family             :       Arial, Verdana;
    font-size               :       11px;
    font-weight             :       bold;
}


.image_thumb {
    border                  :       solid 1px #C9C9C9;
    width                   :       50px;
}


/*** ASP.NET Classes ***/


.dropdownlist {
	font-size               :       10px;
	margin                  :       0px;
}


.fileupload {
    background-color        :       #FFFFFF;
    border                  :       solid 1px #0081C3;
    font-size               :       11px;
}


.menu_style {
	background-color        :       #FEE395;
	border-bottom           :       solid 1px #999999;
	border-right            :       solid 1px #999999;
	border-left             :       solid 1px #999999;
	border-top              :       solid 1px #999999;
	text-align              :       left;
}


.menu_item {
	background-color        :       #D7D7D7;
	text-align              :       left;
}


.menu_item a:link{
	color                   :       #000000;
	text-decoration         :       none;	
}


.menu_item a:visited{
	color                   :       #000000;
	text-decoration         :       none;	
}


.menu_item a:hover{
	color                   :       #000000;
	text-decoration         :       none;	
}


.menu_hover {
	background-color        :       #FDE294;
	text-align              :       left;
}


.menu_hover a:link{
	color                   :       #101616;
	text-decoration         :       none;	
}


.menu_hover a:visited{
	color                   :       #000000;
	text-decoration         :       none;	
}


.menu_hover a:hover{
	color                   :       #000000;
	text-decoration         :       none;	
}


.textbox {
    background-color        :       #FFFFFF;
    border                  :       solid 1px #000000;
    color                   :       #000000;
    font-size               :       11px;
    height                  :       14px;
}








