/*
* 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 0.625em Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	height:100%;	
}
form {
	margin:0px;
}
input {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#333333;
	font-weight:normal	
}
select {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#333333;
	font-weight:normal	
}

/*//////////////////////////////////////////////////
/////////////// Class selectd styles ///////////////
//////////////////////////////////////////////////*/

.nw_title_bar {
	padding:15px 0px 15px 15px
}
.nw_title_bar_padding {
	padding-bottom:20px
}
.nw_title_bar_left {
	width:240px; 
	float:left
}
.nw_title_bar_right {
	width:490px; 
	float:right
}
.nw_title_header {
	font-size:9pt; 
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold
}
.nw_title_description {
	font-size:7pt;
	font-family:Arial,Helvetica,sans-serif; 
	padding-right:60px
}

.nw_tile_container {
	float:left; 
	margin-right:10px; 
	margin-bottom:10px;
	width:233px; 
	height:139px; 
	background-image:url(/carcontent/cse/header/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 25px 15px 25px;
	font-family:Arial,Helvetica,sans-serif; 
	font-size:7pt
}
.arrow_btn {
	position:absolute; 
	bottom:9px; 
	right:15px
}

.NetworkShortCuts
{
    margin-left:-40px;
}

.NetworkShortCuts a
{
    color: #000000;
    text-decoration: none;
	font-size: 10px;
}

.NetworkShortCuts li
{
	background-image:url('/carcontent/cse/header/tile_bg.gif');
	background-position:top left; 
	background-repeat:no-repeat; 
	float:left;
	height:139px;
	list-style-type:none;
	padding: 5px;
	width:233px;
}

.NetworkShortCuts img
{
    border: none;
}

.NetworkShortCuts #ShortCutItemLogo
{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
	text-align:center;
	
}

.NetworkShortCuts li img#ShortCutArrow
{
    bottom: 14px;
    left: 195px;
	position:relative;
    text-align: right;
	margin-top:-10px;
	z-index:1px;
}

.NetworkShortCuts li p
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 7pt;
    margin-top: 4px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
}





