/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
a {
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}
a img {
	border: none;
}
h1,h2,h3 { color: #047bb6; font-family: Arial; }
h1,h2 { letter-spacing: -2px; }
p { line-height: 200%; margin: 15px 0px 15px 0px;}
p b { color: #047bb6; }
input {
	background-image: url(../images/link-background_blue.png);
	border: 1px solid #9be2ff;
	padding: 10px;
	font-weight: bold;
	color: #065f9a;
	font-size: 11px;
	font-family: Arial;
}
#page-count {
    position: absolute;
    top: 0px;
    right: 0px;
}
#sponsored-link {
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #999999;
    text-align: center;
    margin: auto;
    position: relative;
    top: -3px;
    width: 350px;
    margin-bottom: -33px;
}
#sponsored-link a {
    color: #047bb6;
    text-decoration: none;
    padding: 5px;
}
#sponsored-link a:hover {
    text-decoration: underline;
}
#notice {
    padding: 15px;
    font-weight: bold;
    font-size: 11px;
    background-color: #d4ffd1;
    border: 1px solid #b0ffab;
    color: #26ac1e;
}
#errorExplanation {
    padding: 15px;
    font-weight: bold;
    font-size: 11px;
    background-color: #ffd0d0;
    border: 1px solid #ffaaaa;
    color: #cf3232;
}
#top-gradient {
	background-image: url(../images/top-gradient.png);
	width: 900px;
	height: 42px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#wrapper {
	width: 90%;
	min-width: 750px;
	margin: 0px auto 50px auto; /* 0 top margin because of IE7 */
}
#header {
	text-align: center;
	margin: 60px auto 30px auto; /* 60 top margin because of IE7 */
}
#navigation {
	vertical-align: middle;
	border-bottom: 1px solid #02426d;
	height: 45px;	
}
#nav-links {
	width: 576px; /* ((# of links) * (138)) + ((# of links) * 6) [3px padding on each side = 6] */
	margin: auto;
}
#nav-links a {
	text-decoration: none;
}
.navigation {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 138px;
	height: 13px;
	background-image: url(../images/navlink.png);
	padding: 16px 0px 16px 0px;
	float: left;
	margin: 0px 3px 0px 3px;
	text-align: center;
	cursor: pointer;
}
.navigation:hover {
	background-image: url(../images/navlink-hover.png);
}
.navigation#selected {
	background-image: url(../images/navlink-selected.png);
}
#shadow {
	height: 20px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
}
#tabs {
	background-image: url(../images/tabs-background.png);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
#tabs ul {
	list-style: none;
	position: relative;
	left: -19px;
}
#tabs li {
	display: inline;
	margin: 0px 5px 0px 5px;
}
#tabs li a {
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	color: #c0c0c0;
	font-size: 10px;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
}
#tabs li a:hover {
	color: #a0a0a0;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
}
#tabs li a#selected {
	border: 1px solid #c0c0c0;
	color: #666666;
	background-color: #ffffff;
}
#tabs li a#create-new {
	color: #ffb368;
	background-color: #fff4e9;
	border: 1px solid #ffd8b2;
}
#tabs li a#create-new:hover {
	color: #ff8c1c;
	background-color: #ffe1c3;
	border: 1px solid #ffb368;
}
#content {
	padding: 10px;
	width: 550px;
	margin: auto;
}
.manage-link {
    padding: 15px;
    margin: 5px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
}
#links {
	width: 450px;
	margin: auto;
	text-align: center;
}
#links a {
	text-decoration: none;
}
.link-name {
    font-size: 30px;
    font-family: Arial;
    letter-spacing: -1px;
    font-weight: bold;
}
.link1 {
	background-image: url(../images/link-background_blue.png);
	border: 1px solid #9be2ff;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 15px 30px 15px 30px;
	color: #00668b;
	cursor: pointer;
}
.link1:hover {
	/*margin: 15px 0px 5px 0px;
	position: relative;
	top: -10px;*/
	/*margin: 15px 0px 15px 0px;*/
        background-image: none;
        background-color: #00668b;
        border-color: #00668b;
        color: #FFFFFF;
}
.link1 .upper-left-corner {
	float: left;
	position: relative;
	top: -11px;
	left: -1px;
	display: none;
}
.link1 .lower-right-corner {
	float: right;
	position: relative;
	right: -1px;
	display: none;
}
.link1 .url {
	font-size: 10px;
	padding: 5px 0px 0px 0px;
}
.add-link1 {
	background-image: url(../images/link-background_blue.png);
	border: 1px solid #9be2ff;
	text-align: center;
	padding: 5px;
	margin: 0px 30px 5px 30px;
	font-size: 10px;
	color: #00668b;
	cursor: pointer;
}
.link2 {
	background-image: url(../images/link-background_gray.png);
	border: 1px solid #c5c5c5;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 15px 30px 15px 30px;
	color: #484848;
	cursor: pointer;
}
.link2:hover {
	/*margin: 15px 0px 5px 0px;
	position: relative;
	top: -10px;*/
	/*margin: 15px 0px 15px 0px;*/
        background-image: none;
        background-color: #484848;
        border-color: #484848;
        color: #FFFFFF;
}
.link2 .upper-left-corner {
	float: left;
	position: relative;
	top: -11px;
	left: -1px;
	display: none;
}
.link2 .lower-right-corner {
	float: right;
	position: relative;
	right: -1px;
	display: none;
}
.link2 .url {
	font-size: 10px;
}
.add-link2 {
	background-image: url(../images/link-background_gray.png);
	border: 1px solid #c5c5c5;
	text-align: center;
	padding: 5px;
	margin: 0px 30px 5px 30px;
	font-size: 10px;
	color: #484848;
	cursor: pointer;
}
.ad-link {
    background-color: #ffd0d0;
    border: 1px solid #ffaaaa;
    color: #cf3232;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 15px 30px 15px 30px;
	cursor: pointer;
font-family: Arial;
}
.ad-link:hover {
	/*margin: 15px 0px 5px 0px;
	position: relative;
	top: -10px;*/
	/*margin: 15px 0px 15px 0px;*/
        background-color: #cf3232;
        border-color: #cf3232;
        color: #FFFFFF;
}
.ad-link .url {
	font-size: 10px;
	padding: 5px 0px 0px 0px;
}
#footer {
	border-top: 1px solid #c0c0c0;
	padding: 15px 1px 15px 1px;
	vertical-align: middle;
	color: #a0a0a0;
	font-size: 10px;
	font-weight: bold;
	margin: 100px 0px 0px 0px;
}
#footer img {
	padding: 3px 0px 3px 0px;
}