/* CSS Document for Basic styles */

/********************************************** index page styles (basic) *******************************************************/

body{
	background:url(../images/page-background.jpg) repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

a.special{
	font-size:12px;
	color:#9b2834;
	text-decoration:none;
}
a.special:hover{
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}

a.specialSmall{
	font-size:11px;
	color:#9b2834;
	text-decoration:none;
}
a.specialSmall:hover{
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

.signIn{
	width:62px;
	height:54px;
	background-image:url(../images/sign-in.jpg);
	border:1px;
}
.inputUsername{
	width:160px;
	height:16px;
	color:#333333;
	background-color:#e5e5e5;
	border:1px #494949 solid;
}
.inputPassword{
	width:160px;
	height:16px;
	color:#333333;
	margin-top:1px;
	background-color:#e5e5e5;
	border:1px #494949 solid;
}

.inputGuestReg{
	width:250px;
	height:16px;
	color:#333333;
	margin-top:1px;
	background-color:#e5e5e5;
	border:1px #494949 solid;
}

.buttonChangePassword{
	font-size:11px;
	color:#CCCCCC; 
	background-color:#212024; 
	width:auto;
	border:1px #666666 solid;
}

ul.links{
	margin:0px;
	padding:0px;
	padding-top:5px;
}
ul.links li{
	display:inline;
	margin-left:20px;
	padding:0px;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
}

ul.links li a{
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
ul.links li a:hover{
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

h1{
	margin:0px;
	margin-bottom:3px;
	font-size:20px;
	color:#9b2834;
}

ul.news{
	margin:0px;
	padding:0px;
	list-style:url(../images/list-style.jpg);
	padding-top:20px;
}
ul.news li{
	margin:0px;
	margin-left:20px;
	margin-bottom:15px;
	padding:0px;
	color:#333333;
	font-size:12px;
	
}
ul.marketIndustries{
	list-style:url(../images/starBullet.jpg); 
	margin-top:4px; 
	margin-bottom:4px;
}

h3{
	margin:0px;
	margin-top:20px;
	padding-left:5px;
	margin-bottom:3px;
	font-size:13px;
	color:#333333;
}
.btn_submit{
	width:80px;
	height:20px;
	background-image:url(../images/btn_save.gif);	
	border:1px #999999 solid;
}
.btn_reset{
	width:80px;
	height:20px;
	background-image:url(../images/btn_clear.gif);	
	border:1px #999999 solid;
}