/*
* README:
* Styles sorted alphabetically such that [1-9] < [a-z] and are organised in 3 sections:
* 1) Element selected styles, including class selected styles required by given elements.
* 2) Class selected styles.
*
*/

/*//////////////////////////////////////////////////
///////////// Element selected styles //////////////
//////////////////////////////////////////////////*/

body, html {
	background-color:#ffffff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;	
}
form {
	margin:0px;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
	font-weight:normal	
}
select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
	font-weight:normal	
}

/*//////////////////////////////////////////////////
/////////////// Class selectd styles ///////////////
//////////////////////////////////////////////////*/

.nw_title_bar {
	padding:0px 0px 10px 0px
}
.nw_title_bar_padding {
	padding-bottom:10px;
}
.nw_title_bar_row {
	width:100%; 
}
.nw_title_header {
	font-size:13px; 
	font-weight:bold
}
.nw_title_description {
	font-size:11px; 
	padding-right:60px
}

.nw_tile_container {
	float:left; 
	margin-right:0px; 
	margin-bottom:0px;
	width:313px; 
	height:130px; 
	background-image:url(../tile_bg.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
	position:relative;
	cursor:pointer
}
.nw_tile_logo {
	padding:10px 15px 0px 15px; 
	text-align:center
}
.nw_tile_text {
	padding:5px 35px 15px 25px; 
	font-size:11px;
	color:#666666;

}
.arrow_btn {
	position:absolute; 
	bottom:18px; 
	right:15px
}






