body {
	margin: 0;
	padding: 0;
	background-color: #0D1212;
	color: #B3C0C0;
	font-family: Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
}
form{
display:inline;
}
#container {
	width: 100%;
	text-align:left;
	}
#header{
width:100%;
height:158px;
background:url(../images/right.jpg) repeat;
float:left;
}

#header_test
{
height:150px;
background:url(../images/rights.jpg) repeat;
float:left;
}
#header h1{
	position: absolute;
	z-index: 2;
	left: 280px;
	top: 15px;
	margin: 0;
	font-size: 3.5em;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;
	letter-spacing: -2px;
	color:#945b31;
}
#header h2{
	position: absolute;
	z-index: 2;
	left:160px;
	top: 115px;
	margin: 0;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: -1px;
	font-weight: bold;
	color:#333;
}
/* for navigation *****************************************************************************************************/
#navcontainer {
	left: 0;
	bottom: -42px;
	z-index: 3;
	height: 73px;
	width: 100%;
	background: url(../images/menu_bg.png) repeat-x left bottom;
	font-size: 1.1em;
	background-color:#111515;
}

#navcontainer li.current_li {
	color: #fff;
	background: url(../images/button_current_bg.png) no-repeat left;
}

#navcontainer li a.current {
	color: #fff;
	background: url(../images/button_current_right_end.png) no-repeat right;
}

#navcontainer li.currentAncestor_li {
	color: #fff;
	background: url(../images/button_current_bg.png) no-repeat left;
}

#navcontainer a.currentAncestor {
	color: #fff;
	background: url(../images/button_current_right_end.png) no-repeat right;
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 1px 0px 0 10px;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	display: block;
	float: left;
	width: auto;
	height: 32px;
	background: url(../images/button_bg.png) no-repeat left;
}

#navcontainer li:hover {
	background: url(../images/button_current_bg.png) no-repeat left;
}

#navcontainer a {
	display: block;
	float: left;
	padding-left: 12px;
	padding-right: 40px;
	padding-top: 7px;
	height: 25px;
	color: #a5a5a5;
	text-decoration: none;
	background: url(../images/button_right_end.png) no-repeat right;
}

#navcontainer a:hover {
	background: url(../images/button_current_right_end.png) no-repeat right;
	color: #fff;
}


/************************************* center template content spave***************************************/
#contentContainer {
	float: left;
	background:url(../images/content_bg.png);
	width:100%;
}
#contentContainer #content {
/*top, right, bottom, and left.*/	
padding: 5px;
}
#define-width{
text-align:left;
float:left;
width:100%;
padding-bottom:20px;
}
#upper_footer
{
height: 3px;
	background: url(../images/footer_repeat_bg.png) repeat-x;
	position: relative;
	background-color:#080c0d;
}
#footer {
	height: 78px;
	/*background: url(../images/footer_repeat_bg.png) repeat-x;*/
	position: relative;
	background-color:#080c0d;
}
#footer p {
	display: block;
	height: 35px;
	position: absolute;
	left: 0;
	top: 3px;
	margin: 0;
	padding: 40px 60px;
	background: url(../images/footer_swoosh.png) no-repeat -10px top;
	
}
/*********************************************Defining font****************************************************************/
.BoldTitle{
	color: #FFFFFF;
	font-family: Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	font-size:16;
	font-weight:bold;
	}
.BodyWhiteFont{
font-family: Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
font-size:12;
color:#FFFFFF;
}
a.normal-link{
color:#945b31;
text-decoration:none;
}
a.normal-link:hover{
color:#945b31;
text-decoration:underline;
}

.dropdown-box-whidth{
width:200px;
}
.campaign_list_scroll{
overflow:scroll;
width:100%;
height:205px;
}
.campaign_list_scroll_auto{
overflow:auto;
width:100%;
height:auto
}
/*
.campaign_list_scroll_1{
overflow:auto;
width:100%;
height:90px;
}
.campaign_list_scroll_2{
overflow:auto;
width:100%;
height:auto;
}
.campaign_list_scroll_3{
overflow:auto;
width:100%;
height:150px;
}
.campaign_list_scroll_4{
overflow:auto;
width:100%;
height:180px;
}
.campaign_list_scroll_5{
overflow:auto;
width:100%;
height:255px;
}
.campaign_list_scroll_6{
overflow:auto;
width:100%;
height:285px;
padding:1px;
margin:1px;
}
*/
.mainItemTable{
border:2px;
border-color:#945b31;
}
.inputBoxSize{
width:150px;
}
.dropdownSize2{
width:155px;

}
/******************************* for tigra hints ***********************************/
		.hintsClass {
			font-family: tahoma, verdana, arial;
			font-size: 12px;
			background-color: #f0f0f0;
			color: #000000;
			border: 1px solid #808080;
			padding: 5px;
		}
		.hintSource {
			text-decoration: none;
			cursor: pointer;
			}
