@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

TD {
	line-height: 18px;
	font-size: 16px;
}
.login {
	background:url(../images/login_bg.gif) repeat-x top center;
}/*mainMenu CSS section is for the right hand buttons on the site*/
ul.mainMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 197px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
}
UL.mainMenu li {
	list-style:none;
	padding:0px;
	margin: 0px;
}
ul.mainMenu li a {
	list-style:none;
	background:url(../images/Button_deactivated.gif) no-repeat top left;
	height:20px;
	width:197px;
	display:block;
	padding: 6px 0px 6px 30px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
ul.mainMenu li a:hover {
	list-style:none;
	background:url(../images/Button_activated.gif) no-repeat top left;
	height:20px;
	width:197px;
	display:block;
	padding: 6px 0px 6px 30px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
ul.mainMenu ul {
	padding: 0px;
	margin: 0px;
	background-color: #e8e8e8;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
	width:196px;
	overflow: hidden;
}
ul.mainMenu ul LI {
	padding: 0px;
	margin: 0px;
	width:170px;
	overflow: hidden;
}/*Start of the submenu links */
ul.mainMenu ul li a {
	background:url(../images/subbullet.gif) 0px 8px no-repeat;
	font-size: 11px;
	color:#666666;
	padding: 2px 0px 2px 10px;
	margin-left: 10px;
	width:130px;
	overflow: hidden;
}
ul.mainMenu ul li a:hover {
	background:url(../images/subbullet.gif) 0px 8px no-repeat;
	font-size: 11px;
	color:#000000;
	padding: 2px 0px 2px 10px;
	margin-left: 10px;
	width:130px;
	overflow: hidden;
}
.text_date {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px 4px 4px 0px;
	font-weight:bolder;
}
.text_login {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.logintextbox {
	width:60px;
	height:12px;
	background:#666666;
	border: solid 1px #989898;
	overflow:hidden;
	_margin-top:8px;
	color:#FFFFFF;
	padding: 3px;	
}


input.logintextbox:focus {
	padding: 3px;
	width:60px;
	height:12px;
	background:#666666;
	border: solid 1px #989898;
	overflow:hidden;
	_margin-top:8px;
	color:#FFFFFF;	
}

.text_home, a.text_home:link, a.text_home:visited, a.text_home:active {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	padding:0px 5px 0px 0px;
	_padding-bottom:10px;
	text-decoration:none;
}

a.text_home:hover {
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	padding:0px 5px 0px 0px;
	_padding-bottom:10px;
	text-decoration:underline;
}
.text_home_active {
	color:#9f0903;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
	padding:0px 5px 0px 0px;
	_padding-bottom:10px;
}

IMG {
	border:none;
}

HR {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
H1{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #1682CA;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.textbox {
	border: 1px solid #9ABEE0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 3px;
	height: 21px;
	line-height: normal;
}

.textarea {
	border: 1px solid #9ABEE0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}

.mid {
	width: 200px;
}
.errorMsg {
	padding: 10px;
	color: #FF0000;
	font-weight: bold;
	display: none;
}
.long {
	width: 300px;
}
.small {
	width: 100px;
}
.full {
	width: 100%;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	-moz-outline-style: none;
}

INPUT:focus, SELECT:focus {
	background-color:#FFFEBF;
	border: 1px solid #54DC45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	height: 21px;
	filter: Glow(Color=#00FF00, Strength=20);
}

TEXTAREA:focus, SELECT.textarea:focus {
	background-color:#FFFEBF;
	border: 1px solid #54DC45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	height: auto;
	filter: Glow(Color=#00FF00, Strength=20);
}

Form {
	margin: 0px;
	padding: 0px;
}

.th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	background-color: #e0e0e0;
	font-weight: bold;
}
.tdAlt {
	background-color: #f2f2f2;
}

.leftTd {
	width: 209px;
}
.error {
	font-weight: bold;
	color:#FF0000;
}

.success {
	font-weight: bold;
	color:#009933;
}
.breadcrum, .breadcrumb {
	padding: 5px;
	font-size: 10px;
}

.pageTitle {
	padding: 5px;
	text-transform:uppercase;
}

.addBtn {
	padding: 5px;
}

.rightContent {
	padding: 10px 25px 10px 10px;
	width: 100%;
}

.th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	background-color: #e0e0e0;
	font-weight: bold;
}
.btn:hover {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A2A2A2;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #A2A2A2;
	padding: 5px 10px 5px 10px;
	background-position: center;
	color: #000000;
	-moz-outline-style: none;
}
.btn {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #A2A2A2;
	border-bottom-color: #A2A2A2;
	border-left-color: #E5E5E5;
	padding: 3px;
	background-position: center;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	-moz-outline-style: none;
}
.xsmall {
	width: 60px;
}
.btnWrapper {
	float: right;
	line-height:normal
}
.btnWrapper a.btnNormal {
	background: url(../todaysfreepick/images/btn-left.gif) no-repeat top left;
	display: inline-block;
	float: left;
	height: 27px;
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	cursor: pointer;
	line-height:normal
}
.btnWrapper a.btnNormal p {
	background: url(../images/btn-right.gif) no-repeat top right;
	display: inline-block;
	padding: 5px 15px 10px 10px;
	margin: 0px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
	float: left;
	line-height:normal
}
.btnWrapper a.btnNormal:hover {
	background: url(../images/btn-left2.gif) no-repeat top left;
	text-decoration:none;
	cursor: pointer;	
	-moz-outline-style: none;
	line-height:normal
}
.btnWrapper a.btnNormal:hover p {
	background: url(../images/btn-right2.gif) no-repeat top right;
	-moz-outline-style: none;
	line-height:normal;
	font-family: "Times New Roman", Times, serif;
}

.btnWrapper a.btnWhite {
	background: url(../images/btn-leftW.gif) no-repeat top left;
	display: inline-block;
	float: left;
	height: 27px;
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	cursor: pointer;
	line-height:normal
}
.btnWrapper a.btnWhite p {
	background: url(../images/btn-rightW.gif) no-repeat top right;
	display: inline-block;
	padding: 5px 15px 10px 10px;
	margin: 0px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
	float: left;
	line-height:normal
}
.btnWrapper a.btnWhite:hover {
	background: url(../images/btn-leftW.gif) no-repeat top left;
	text-decoration:none;
	cursor: pointer;	
	-moz-outline-style: none;
	line-height:normal
}
.btnWrapper a.btnWhite:hover p {
	background: url(../images/btn-rightW.gif) no-repeat top right;
	-moz-outline-style: none;
	line-height:normal
}.tagstyle {
	font-size: 12px;
}
#table50 tbody tr .navmenu6 div p span span strong {
	text-align: left;
}
#table50 tbody tr .navmenu6 div p span span strong {
	text-align: left;
}
#table50 tbody tr .navmenu6 div strong {
	text-align: left;
}
#frmlink table tbody tr .textCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.breadcrum a {
	font-family: "Times New Roman", Times, serif;
}
#table24 {
	font-family: "Times New Roman", Times, serif;
}
