@charset "utf-8";
html {
	overflow-y:scroll;
}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#e8f1f9 url(../../images/body_bg.jpg) repeat-x;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	color:#4c4c4c;
}
span {
	display:none;
}
img {
	margin:0;
	padding:0;
	border:0;
}
hr {
	height:1px;
	background-color:#999;
	color:#999;
	border:0px;
}
.clearLine {
	width:100px;
	height:0px;
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.textLeft {
	text-align:left;
}
.textRight {
	text-align:right;
}
.textSmall {
	font-size:10px;
}
a:link, a:visited {
	color:#135891;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#6FA813;
}
.buttonPush:active {
	margin:1px -1px -1px 1px;
}
p {
	margin: 0;
	padding: 0;
}
#headerWrapper {
	/*height:69px;*/
	width:962px;
	margin:0 auto;
	padding:0;
	text-align:left; /* this overrides the text-align: center on the body element. */
	font-size:10px;
	font-weight:bold;/*line-height:29px;*/
}
#headerRight {
	float:right;
	width:675px;
	height: 30px;
	line-height:30px;
}
#topWrapper {
	width:962px;
	margin:0 auto;
	padding:0;
	text-align:left; /* this overrides the text-align: center on the body element. */
}
/******************** Forms and Fields ********************/



.formLogin {
	margin:0 10px 0 0;
	padding:0 4px;
	height:18px;
	width:140px;
}
#loginSubmit {
	margin:-2px 0 0 0;
	padding:0;
	vertical-align:middle;
}
#loginSubmit:active {
	margin:0 -1px 0 1px;
}
/******************** Left Column ********************/



#logo {
	padding:10px 0 10px 11px;
}
#leftColumn {
	float:left;
	margin:19px 0 0;
	padding:0;
	height:651px;
	width:171px;
}
#leftSideBarTop {
	margin:0;
	padding:15px;
	height:99px;
	width:140px;
	background-color:#b1c2d1;
	border:#4d4d4d solid 1px;
	border-width:1px 0 0 1px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
}
#leftSideBarTop p {
	margin: 0 0 0 5px;
	font-size:14px;
}
#appWrapper {
	margin:0;
	padding:0;
	height:425px;
	width:170px;
	background-color:#e6e6e6;
	border:#4d4d4d solid 1px;
	border-width:0 0 1px 1px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
}
#appWrapper ul {
	margin:0;
	padding:0;
}
#appWrapper li {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
}
#appWrapper li a:link, #appWrapper li a:visited {
	display:block;
	margin:0;
	padding:10px 5px 10px 10px;
	height:60px;
	width:155px;
	color:#4D4D4D;
	font-size:10px;
}
#appWrapper li a:hover {
	background-color: #DDD;
	text-decoration:none;
}
#appWrapper li img {
	float:left;
	margin: 0 5px 0 0;
}
#appWrapper strong {
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
	display:block;
}
#appWrapper p {
	margin:0;
	padding:0;
	font-size:10px;
}
#appHeader {
	height:20px;
	background:#4d4d4d url(../../images/gradient_bg_30px_33.png) repeat-x top;
	color:#FFF;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	text-align:center
}
/******************** Center Column ********************/



#centerColumn {
	float:left;
	margin:0 0 56px;
	padding:0;
	height:651px;
	width:621px;
}
#loginWrapper, #searchWrapper {
	float:right;
	margin:0;
	padding:0 10px;
	background:#135891 url(../../images/gradient_bg_30px_33.png) repeat-x top;
	height:29px;
	color:#FFF;
	line-height:27px;
	border:1px solid #135891;
	border-top:0;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
}
#loginWrapper {
	font-size:12px;
	font-weight:normal;
}
#searchWrapper {
	font-size:11px;
	font-weight:bold;
}

#searchWrapper a:link, #searchWrapper a:visited {
	color:#FFF;
	text-decoration:none;
	padding: 4px 6px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#searchWrapper a:hover {
	background-color:#739CBE;
}
#searchWrapper a:active {
	background-color:#6FA813;
}

/******************** Tabs and Favs ********************/



#tabsFavsWrapper {
	margin:0;
	height:600px;
}
#tabsWrapper {
}
#favsWrapper {
	margin:0;
	padding:20px 0 0;
	height:600px;
	background-color:#FFF;
	border:#135891 solid;
	border-width:1px;
	overflow:hidden;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
}
#favsWrapper ul {
	margin: 0 0 0 39px;
	padding: 0;
}
#favsWrapper li {
	position:relative;
	display: -moz-inline-stack;
	display:inline-block;
	margin: 0 20px 5px 0;
	padding: 0;
	height: 85px;
	width:60px;
	list-style-position: outside;
	list-style-type: none;
	font-size:11px;
	line-height:1;
	text-align:center;
	vertical-align:top;
	zoom: 1;
 *display: inline;
}
#favsWrapper li img {
	height:60px;
	width:60px;
}
#favsWrapper .sponsoredWrapper {
	margin:0 auto;
	padding:0;
	height:108px;
	width:579px; /*one pixel wider to allow all LI's to fit without special class for last LI*/
	background-color:#e7eef4;
	border:#d0dee9 solid 1px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#favsWrapper .sponsoredHeader {
	margin:0;
	padding:0 10px;
	height:20px;
	color:#135891;
	font-size:10px;
	line-height:15px;
	text-align:right;
}
#favsWrapper .sponsoredWrapper ul {
	margin: 0 0 0 19px;
	padding: 0;
}
#favsWrapper .sponsoredWrapper li a:hover {
	text-decoration:none;
	background-color:#d0dee9;
}
#favsWrapper li a:link, #favsWrapper li a:visited {
	display:block;
	margin: 0;
	padding: 0;
	height: 85px;
	width:60px;
	color:#4C4C4C;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
}
#favsWrapper li a:hover {
	text-decoration:none;
	background-color:#EEE;
}
#favsWrapper li a:active {
	text-decoration:none;
	margin:1px -1px -1px 1px;
}
#favsWrapper li .edit, #favsWrapper li .close {
	position:absolute;
	top:-10px;
	height:30px;
	width:30px;
	visibility:hidden;
}
#favsWrapper li .edit {
	right:6px;
}
#favsWrapper li .close {
	right:-15px;
}

#editDIV  {
	margin:8px 37px 12px;
	text-align:right;
}

#editDIV a {
	padding:2px 4px;
	font-size:10px;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#editDIV a:hover { background-color:#739CBE; color:#FFF}

#editDIV a:active { background-color:#6FA813; }


#editTab a {
	float:right;
	margin:0 4px;
	padding:2px 8px;
	height: 13px;
	background:#135891 url(../../images/form_bg_18px.png) repeat-x top;
	color:#FFF;
	font-size:10px;
	text-align:center;
	border:#135891 solid;
	border-width:0 1px 1px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
}
#editTab a:hover {
	background:#5E8DB4 url(../../images/form_bg_18px.png) repeat-x top;
	text-decoration:none;
}


/******************** Right Column ********************/



#rightColumn {
	float:left;
	margin:19px 0 0 20px;
	padding:5px;
	width:138px;
	background-color:#FFF;
	border:#95b6d4 solid 1px;
	font-size: 10px;
	height:610px;
	overflow: hidden;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#rightColumn a {
	font-weight:normal;
	text-decoration:underline;
}
#rightColumn ul {
	margin:5px;
	padding:0;
	font-size:12px;
}
#rightColumn li {
	margin:0 0 10px;
	padding:10px 0 0;
	list-style:outside none none;
	border-top: 1px solid #DDD;
}
/******************** Forms ********************/



.inputText {
	background:#FFF url(../../images/form_bg_18px.png) repeat-x top;
	color:#333;
	border: solid 1px #135891;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.inputText:focus {
	background: #dbefff url(../../images/form_bg_18px.png) repeat-x top;
}
#fieldSearch {
	margin: 0px 10px;
}
option {
	padding:4px;
	border-bottom:#f2f2f2 solid 1px;
}
#searchSubmit {
	margin:-2px 0 0 0;
	padding:0;
	vertical-align:middle;
}
#searchSubmit:active {
	margin:0 -1px 0 1px;
}
/******************** FOOTER ********************/



#footerWrapper {
	position:fixed;
	bottom:0;
	margin:0;
	padding:0;
	background:#dadada url(../../images/gradient_bg_30px_75.png) repeat-x top;
	height:23px;
	width:100%;
	border-top: 1px solid #bac1c7;
	font-size: 10px;
	font-weight:bold;
	line-height:23px;
}
#footerWrapper a:link, #footerWrapper a:visited {
	color: #4D4D4D;
}
#footerContainer {
	margin:0 auto;
	width:960px;
}

