@CHARSET "ISO-8859-1";
body {
	color:#000000;
}
.menu_box{
	font-weight: bold;
	color: white;	
    float: left;
    height: 27px;
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 7px;
    background-image: url("../images/menu-b.png");
    margin-top: -17px;
    width:100px;
    text-align: center;
}
.menu_box_selected{
	background-color:#4E0125;
	font-weight: bold;
	color: white;	
    float: left;
    height: 27px;
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 7px;
    margin-top: -17px;
    width:100px;
    text-align: center;
     background-image: url("../images/menu-s.png");
}
.menu_box_selected .menu_box a{
	text-decoration: none;
	color: white;
	}
.login_outer{
	width: 500px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border: 1px solid #dfdfdf;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	border-radius: 12px 12px 12px 12px;
}
.login_inner{
	/* margin-left:98px; */
	padding: 10px 5px 5px 5px;
	background-color: #fff;
}
.uiButton {
    -moz-box-orient: vertical;
    background-color: #EEEEEE;
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    margin: 1px;
    padding: 5px 12px;
    /*position: relative;*/
    text-decoration: none;
    text-shadow: 1px 1px 0 white;
    vertical-align: middle;
}
.uiButton:hover {
	background-color: #41ACD8;
	border-color: #60569D;
	color: white;
	text-shadow: 1px 1px 0 #333333;
}


/* For Message Box **/
#error_message{
    border: 1px solid;
    margin: 0px 0px;
    padding:7px 7px 7px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
    color: #333;
    background-color: #FBE6F2;
    background-image: url('../../images/errorinfo.png');
    float: left;
	font-family: verdana,arial,ms-sanserif;
	font-size: 13px;
	width: 100%;
}
#success_message{
    border: 1px solid;
    margin: 0px 0px;
    padding:7px 7px 7px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/successinfo.png');
     font-family: verdana,arial,ms-sanserif;
 font-size: 13px;
 width: 100%;
}
#success_message a{
	text-decoration: none;
}
#error_message a{
	text-decoration: none;
}
.external_page_outer{
	float:left;
	/*width: 650px;*/
	background-color: #d1d1d1;
	padding: 10px 10px 10px 10px;
	margin-left: 100px;
}
.external_page_inner{
	padding: 10px 5px 5px 30px;
	background-color: #fff;
}
.external_page_inner table td{
	padding: 5px;
}
.star{
	font-family: cursive;
	color: red;
}
.text_box_title{
	width:660px
	} 
.add_news_tab{
	background-image: url("../images/header_thred.png");
    margin-left: 5px;
    margin-top: -29px;
    padding-top: 3px;
    /* padding: 5px 5px 5px 21px; */
    position: absolute;
    width: 63px;
    height: 24px; 
    width: 88px;
    border: 1px solid #DFDFDF;
    text-align: center;
   
    
}
.add_news_tab_selected{
	background-color: white;
    border-color: #DFDFDF #DFDFDF #FFFFFF;
    border-style: solid;
    border-width: 1px;
    height: 28px;
    margin-left: 5px;
    margin-top: -37px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    width: 88px;
}
.clear{
	clear: both;
}
.table_head{
	/*background-image: url(../images/header_thred.png);*/
	background-color: #3EABD6;
    background-repeat: repeat-x;
    color: #FFFFFF;
	
}
.odd_row{
	background-color: #ffffff;
}
.even_row{
	background-color: #f3f3f3;
}


.page_title{
 	border-bottom: 1px dotted #575556;
    color: #F25E16;
    font-size: 24px;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 5px;
}
/* PROJECT */
.project_tab{
 	border-color: #DFDFDF #DFDFDF #DFDFDF #DFDFDF;
	border-style: solid;
	border-width: 1px;
	width:200px;
	margin-left: -1px;
	position: absolute;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
.project_tab_selected{
 	border-color: #DFDFDF #DFDFDF #DFDFDF #f5f5f5;
	border-style: solid;
	border-width: 1px;
	width:200px;
	margin-left: -1px;
	position: absolute;
	color: #000000;
	background-color: #f5f5f5;
	text-decoration: none;
	font-size: 16px;
}
.project_tab :hover, .project_tab_selected :hover {
	text-decoration: underline;
}
.project_details{
	border:1px solid #dfdfdf;	
}
.project_details_selected{
	border:1px solid red;
	margin-top: 1px;
}
.image_loader{
	margin-left:10px;
	display: none;	 	
}
.image_loader_save{
    margin-left: 304px;
    margin-top: 151px;
	display: none;	 	
}
.no_image{
    margin-left: 250px;
    margin-top: 151px;	
    min-height:300px;
    color: #000000;
}
.image_loader img{
	height: 20px;	
}
.cat_pro_image{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0px;
}
.cat_pro_image:HOVER{
	text-decoration: underline;
}
.cat_pro_image:VISITED{
	color: #000000;
	font-weight: bold;
	padding: 0px;
}
.product_img_table_outer_div{
	float:left;
	padding-left:7px;
	margin-top:13px;
	height: 165px;
	padding-top: 13px;	
	}
.category_display{
	width: 682px; 
	border:1px solid #dfdfdf; 
	float: left;
	min-height: 500px; 
	background-color: #f5f5f5;
	/*padding-top:7px;*/
	padding-bottom:40px;
}
.order_text{
	 width: 35px;
	}	
.project_name{
	background-image: url('../images/projects_details_head.jpg');
    color: #FA5805;
    float: left;
    font-size: 24px;
    height: 41px;
    padding-left: 8px;
    padding-top: 11px;
    width: 663px;
}
.project_back_button{
	float: left;
	margin-left: 162px;
}
.external_page_inner table td{
	text-align: left;
}
.contact_us_address{
	background-color: #F5F5F5;
	color: #000000;
	}
.contact_us{
	background-color: #F5F5F5;
	border: 1px solid #dfdfdf;
	padding-bottom: 20px;
	}
.contact_us .style17{
	color: #000000;
}

.contact_us #error_message{
    border: 1px solid;
    margin: 0px 0px;
    padding:7px 7px 7px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
    color: #333;
    background-color: #FBE6F2;
    background-image: url('../../images/errorinfo.png');
    float: left;
	font-family: verdana,arial,ms-sanserif;
	font-size: 13px;
	width: 100%;
}
.contact_us #success_message{
    border: 1px solid;
    margin: 0px 0px;
    padding:7px 7px 7px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/successinfo.png');
     font-family: verdana,arial,ms-sanserif;
 font-size: 13px;
 width: 100%;
}
.contact_us #success_message a{
	text-decoration: none;
}
.contact_us#error_message a{
	text-decoration: none;
}

input.text, input[type="password"], input[type="text"], textarea {
    border: 1px solid #CFCFCF;
}
input[type="text"], input[type="password"], select, input.text {
    color: #3F3F3F;
    width:185px;
}
input:focus, select:focus,textarea:focus{
	box-shadow:0 0 3px #41ACD8;
}
.topmenu{
	background-color: #6A71B5;
    float: left;
    height: 25px;
    text-align: center;
    padding: 0px 2px 0 2px;
	}
.topmenuSelect{
	background-color: #5E5199;
    float: left;
    height: 25px;
    text-align: center;
   padding: 0px 3px 0 3px;
	}

	
/*PAGINATION */
#container .pagination ul li.inactive,
#container .pagination ul li.inactive:hover{
background-color:#ededed;
color:#bababa;
border:1px solid #bababa;
cursor: default;
}
#container .data ul li{
list-style: none;
font-family: verdana;
margin: 5px 0 5px 0;
color: #000;
font-size: 13px;
}

#container .pagination{
width: 613px;
height: 25px;
}
#container .pagination ul li{
list-style: none;
float: left;
border: 1px solid #006699;
padding: 2px 6px 2px 6px;
margin: 0 3px 0 3px;
font-family: arial;
font-size: 9px;
color: #006699;
font-weight: bold;
background-color: #f2f2f2;
}
#container .pagination ul li:hover{
color: #fff;
background-color: #006699;
cursor: pointer;
}
.go_button
{
background-color:#f2f2f2;
border:1px solid #006699;
color:#cc0000;
cursor:pointer;
position:absolute;
margin-top:-1px;
margin-left:2px;
}
.goto{
	width:30px;
	text-align: center;
}
.total
{
float:right;font-family:arial;color:#999;
}
/* PAGINATION**/

.div_textbox{
	border: 1px solid #DFDFDF;
	padding: 1px;
}
