@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper{
	width:860px;
	margin:30px auto;
	padding:0;
}

#header{
	width:827px;
	height:115px;
	margin:0 auto;
	padding:0;
	background:url(../images/header.gif) no-repeat;
}

.add_prods {
	font-size: 14px;
	margin-left: 30px;
	padding-left: 30px;
}

.add_prods .add_prods_header {
	text-decoration: underline;
}

div.submit {
	padding-top: 2em;
}

.top_nav{
	width:860px;
	margin:0 auto;
	padding: 0 0 0 2px;
	height:79px;
	background:url(../images/top_nav.gif) no-repeat;
}

.top_nav ul{
	list-style:none;
	margin:0;
	padding:0 0 0 17px;
}

.top_nav ul li{
	float:left;
	/*background:url(../images/top_nav_spriter.gif) no-repeat left;*/
	margin:0;
	padding:0 0 0 1px;
}

.top_nav ul li.nopadding{
	padding-right:0;
}

.top_nav ul li a{
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.main_container{
	width:832px;
	margin:0 auto;
	padding:0;
	background: url(../images/content_bg.gif) repeat-y;
}

.main_inner_container{
	width:832px;
	background: url(../images/inner_content_gradient.png) no-repeat bottom;
	margin:0;
	padding:0;
}

.inner_content{
	width:702px;
	margin:0 auto;
	padding:28px 0 50px 0;
}

.top_content{
	width:702px;
	height:52px;
	background:url(../images/inner_top_content.png) no-repeat;
	margin:0;
	padding:0;
}

.center_content, #ea-wrapper, #eac-wrapper {
	width:702px;
	margin:0 auto;
	padding:0;
	background:url(../images/center_inner_content.gif) repeat-y;
}

.center_content ul, #ea-wrapper ul {
	list-style:none;
	margin:0;
	padding:20px 0 0 38px;
}

.center_content ul li, #ea-wrapper ul li {
	float:left;
	margin:0;
	padding:0 100px 0 0;
}

.center_content ul li.nopadding, #ea-wrapper ul li.nopadding {
	padding:0;
}

.center_content ul li a, #ea-wrapper ul li a {
	text-decoration:none;
	margin:0;
	padding:0;
	display:block;
	font-size:14px;
	text-align:center;
	color:#000000;
}

#ea-wrapper #eac-content {
	padding: 30px 0 0 85px;
}

.ea-view {
	width: 135px;
	height: 80px;
	background: url(../images/ea-view.png) no-repeat center bottom;
}

.ea-view:hover {
	background: url(../images/ea-view-hover.png) no-repeat center bottom;
}

.ea-edit {
	width: 135px;
	height: 80px;
	background: url(../images/ea-message.png) no-repeat center bottom;
}

.ea-edit:hover {
	background: url(../images/ea-message-hover.png) no-repeat center bottom;
}

.ea-schedule {
	width: 135px;
	height: 80px;
	background: url(../images/ea-schedule.png) no-repeat center bottom;
}

.ea-schedule:hover {
	background: url(../images/ea-schedule-hover.png) no-repeat center bottom;
}

.el-view {
	width: 135px;
	height: 80px;
}

.el-add {
	width: 135px;
	height: 80px;
}

.el-remove {
	width: 135px;
	height: 80px;
}

.ea-addemail {
	width: 200px;
	height: 80px;
	background: url(../images/ea-addemail.png) no-repeat center bottom;
}

.ea-addemail:hover {
	background: url(../images/ea-addemail-hover.png) no-repeat center bottom;
}

.ea-removeemail {
	width: 200px;
	height: 80px;
	background: url(../images/ea-removeemail.png) no-repeat center bottom;
}

.ea-removeemail:hover {
	background: url(../images/ea-removeemail-hover.png) no-repeat center bottom;
}

.action{
	width:135px;
	height:80px;
	background:url(../images/add.png) no-repeat center bottom;
}

.action:hover {
	background:url(../images/add-hover.png) no-repeat center bottom;
}

.action-list {
	width: 135px;
	height: 80px;
	background: url(../images/add-list.png) no-repeat center bottom;
}

.action-list:hover {
	background: url(../images/add-list-hover.png) no-repeat center bottom;
}

.edit{
	width:135px;
	height:80px;
	background:url(../images/edit.png) no-repeat center bottom;
}

.edit:hover {
	background: url(../images/edit-hover.png) no-repeat center bottom;
}

.edit-list {
	width: 135px;
	height: 80px;
	background: url(../images/edit-list.png) no-repeat center bottom;
}

.edit-list:hover {
	background: url(../images/edit-list-hover.png) no-repeat center bottom;
}

.delete{
	width:135px;
	height:80px;
	background:url(../images/delete.png) no-repeat center bottom;
}

.delete:hover {
	background: url(../images/delete-hover.png) no-repeat center bottom;
}

.delete-list {
	width: 135px;
	height: 80px;
	background: url(../images/delete-list.png) no-repeat center bottom;
}

.delete-list:hover {
	background: url(../images/delete-list-hover.png) no-repeat center bottom;
}

.input-list {
	width: 135px;
	height: 80px;
	background:url(../images/input-list.png) no-repeat center bottom;
}

.input-list:hover {
	background:url(../images/input-list-hover.png) no-repeat center bottom;
}

.select-list {
	width: 135px;
	height: 80px;
	background:url(../images/select-list.png) no-repeat center bottom;
}

.select-list:hover {
	background:url(../images/select-list-hover.png) no-repeat center bottom;
}

.upload-list {
	width: 135px;
	/* CHANGE THE HEIGHT BACK TO 80PX WHEN UPLOAD IS AVAILABLE */
	/* CHANGE THE HEIGHT BACK TO 80PX WHEN UPLOAD IS AVAILABLE */
	/* CHANGE THE HEIGHT BACK TO 80PX WHEN UPLOAD IS AVAILABLE */
	/* CHANGE THE HEIGHT BACK TO 80PX WHEN UPLOAD IS AVAILABLE */
	/* CHANGE THE HEIGHT BACK TO 80PX WHEN UPLOAD IS AVAILABLE */
	/* CHANGE THE HEIGHT BACK TO 80PX WHEN UPLOAD IS AVAILABLE */
	height: 100px;
	background:url(../images/coming-soon.png) no-repeat center bottom;
}

.upload-list:hover {
	/* No change */
	/*background:url(../images/coming-soon-hover.png) no-repeat center bottom;*/
}

.inner_bottom_content{
	width:702px;
	height:30px;
	background:url(../images/bottom_inner_content.gif) no-repeat bottom;
	margin:0;
	padding:0;
}

.add_an_action{
	width:702px;
	height:50px;
	background:#444444;
	margin:27px 0 0 0;
	padding:0;
	border-bottom:1px solid #888888;
	border-top:1px solid #888888;
}

.add_an_action h2{
	font-size:18px;
	float:left;
	margin:0;
	padding:16px 0 0 49px;
	color:#fff;
}

.top_content h2{
	font-size:18px;
	float:left;
	margin:0;
	padding:16px 0 0 49px;
	color:#fff;
}

.left_col{
	width:281px;
	margin:0;
	padding:19px 0 50px 61px;
	float: left;
}

.left_col label, .right_col label, #eac-content label {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	margin:0px 0 0 0;
	padding:0;
}

.left_col input, .right_col input, #eac-content input#date, #eac-content input#time {
	width:278px;
	height:20px;
	border:1px solid #7f9db9;
	margin:7px 0 8px 0;
	padding:1px;
	font-size:12px;
}

.left_col select, .right_col select, #eac-content select {
	border:1px solid #7f9db9;
	font-size:12px;
	margin:6px 4px 5px 0;
	padding:0;
	float:left;
}

.left_col a{
	float:left;
	margin:7px 0 7px 0
}

.day{
	width:48px;
	font-weight:normal;
	color: #000;
}

.month{
	width:88px;
	font-weight:normal;
	color: #000;
}

.year{
	width:53px;
	font-weight:normal;
	color: #000;
}

.left_col textarea{
	width:278px;
	height:98px;
	margin:20px 0 0 0;
	padding:0;
	border:1px solid #7f9db9;
}

.right_col{
	width:281px;
	margin:0;
	padding:19px 61px 0 0;
	float: right;
}

.right_col label{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	margin:0 0 0 0;
	padding:0;
}

.right_col textarea{
	width:278px;
	height:98px;
	margin:15px 0 7px 0;
	padding:0;
	border:1px solid #7f9db9;
}

.add_action{
	float:right;
	margin:35px 80px 0 0;
	padding:0;
}
	
.help1{
	width:78px;
	height:40px;
	background: url(../images/help.gif) no-repeat;
	margin:0;
	padding:19px 0 0 80px;
}

.help1:hover{
	background: url(../images/help-hover.gif) no-repeat;
}

.help1Active {
	width: 78px;
	height: 40px;
	background: url(../images/help-gold.png) no-repeat;
	margin: 0;
	padding: 19px 0 0 80px;
}

.action_alerts{
	width:179px;
	height:40px;
	background:url(../images/action_alerts.gif) no-repeat;
	margin:0;
	padding:19px 0 0 80px;
}

.action_alerts:hover {
	background:url(../images/action_alerts-hover.gif) no-repeat;
}

.action_alertsActive {
	width: 179px;
	height: 40px;
	background: url(../images/action_alerts-gold.png) no-repeat;
	margin: 0;
	padding: 19px 0 0 80px;
}

.plan_today{
	width:138px;
	height:46px;
	background:url(../images/plan-a-today.gif) no-repeat;
	margin:0;
	padding:19px 0 0 80px;
}

.plan_today:hover{
	background:url(../images/plan-a-today-hover.gif) no-repeat;
}

.plan_todayActive {
	width: 138px;
	height: 46px;
	background: url(../images/plan-a-today-gold.png) no-repeat;
	margin: 0;
	padding: 19px 0 0 80px;
}

.help{
	width:80px;
	height:40px;
	background:url(../images/help1.gif) no-repeat;
	margin:0;
	padding:19px 0 0 105px;
}

.help:hover{
	background:url(../images/help1-hover.gif) no-repeat;
}

.helpActive {
	width: 80px;
	height: 40px;
	background: url(../images/help1-gold.png) no-repeat;
	margin: 0;
	padding: 19px 0 0 105px;
}

#submit input {
	margin: 0 auto;
}

.center_content p {
	padding-left: 30px;
}

.center_content .index_content {
	padding: 30px 30px 0 30px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
}

.center_content .index_content a, 
.center_content .index_content a:link, 
.center_content .index_content a:visited, 
.center_content .index_content a:active {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000;
}

.center_content .index_content a:hover {
	border-bottom: 1px solid #13266b;
	color: #13266b;
}

.index_content strong {
	color: #13266b;
}

div#worstPreloaderEver {
	display: none;
}

.contentWrap table tr:first-child {
	border-bottom: 1px solid #fff;
}

.als-content {
	padding: 20px 0 0 50px;
}

.als-content p {
	border-bottom: 1px dotted #000;
	margin-bottom: 1em;
	width: 20em;
}

.als-content textarea {
	width: 100px;
	height: 100px;
}

label.x {
	padding: 0;
}

label a, label a:link, label a:visited, label a:active {
	color: #13266b;
	text-decoration: none;
	border-bottom: 1px dotted #13266b;
}

label a:hover {
	border-bottom: 0;
	background: #ffcc33;
}