
div.error, div.warning, div.okay, div.info, div.divInlineHelp {
	-moz-border-radius: 4px;
	padding: 12px;
	margin: 35px;
	width: 70%;
	background-repeat: no-repeat;
	padding-left: 40px;
}

div.error {
	background-color: #ffeaea;
	border: 1px solid #e82a2a;
	position: static;
	vertical-align: middle;
	background-image: url('images/error_24x24.png');
}

div.warning {
	background-color: #ffeebf;
	border: 1px solid #b08200;
	background-image: url('images/warning_24x24.png');
}

div.okay {
	background-color: #eaffea;
	border: 1px solid #4dda2c;
	vertical-align: middle;
	background-image: url('images/okay.png');
}

div.info, div.divInlineHelp {
	background-color: #eaeaff;
	border: 1px solid #2c46da;
	vertical-align: middle;
	background-image: url('images/info_24x24.png');
}

div.divInlineHelp {
	display: none;
	word-wrap: break-word;
	margin: 25px;
}

/*
div.divInlineHelp {
	display: none;
	border: 1px solid #f8f5af;
	background-color: #feffea;
	font-size: 10px;
	color: #7d7d7a;
	padding: 5px;
	word-wrap: break-word;
	width: 400px;
}
*/


a, a:visited {
	color: #0000ff;
}

a:hover {
	color: #afaf40;
}

a:focus {
	border: none;
}

img {
	border: none;
	text-decoration: none;
}

.dbtable {
	border-collapse: collapse;
	border: 1px solid black;
}

.dbtable td {
	border: 1px solid blue;
	padding: 3px;
	text-align: center;
}

tr.datarow1:hover,tr.datarow2:hover {
	background-color: #ffdeb3;
	cursor: pointer;
}
tr.datarow1 {
	background-color: #f7f8ff;
	/*background-color: #f5fff1;*/
}

tr.datarow2 {
	background-color: #e9edff;
	/*background-color: #e3ffd8;*/
}
tr.datarowselected {
	background-color: #ffe38b;
}

tr.datarowheader {
	background-color: #dedede;
	font-weight: bold;
}

tr.queuerow1 {
	background-color: #f7f8ff;
}

tr.queuerow2 {
	background-color: #e9edff;
}
tr.queuerow21 {
	background-color: #f7f8ff;
}

tr.queuerow22 {
	background-color: #e9edff;
}

tr.warningrow1:hover,tr.warningrow2:hover {
	background-color: #ffb3b3;
	cursor: pointer;
}
tr.warningrow1 {
	background-color: #ffe9e9;
}
tr.warningrow2 {
	background-color: #ffe9e9;
}


tr.queuerowheader {
	background-color: #dedede;
	font-weight: bold;
}
div.attachmentList {
	border: none;
	padding: 6px;
	width: 400px;
}
div.attachmentList:hover {
	background-color: #d1f4e1;
	border: 1px solid #b1f4cf;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
}
td.leftcell {
	background-color: #e9edff;
	border: 2px solid white;
	border-right: none;
	vertical-align: top;
}

td.rightcell {
	background-color: #e9edff;
	border: 2px solid white;
	border-left: none;
}

#divSideMenuResponder a, #divSideMenuSubscribers a, #divSideMenuMessages a, #divSideMenuTools a, #divSideMenuAnalytics a, #divSideMenuDeliverability a{
	background-color: #e9edff;
	color: black;
}
#divSideMenuResponder a:hover, #divSideMenuSubscribers a:hover, #divSideMenuMessages a:hover, #divSideMenuTools a:hover, #divSideMenuAnalytics a:hover, #divSideMenuDeliverability a:hover {
	background-color: #ffe9e9;
	cursor: pointer;
	cursor: hand;
}


.textboxhelp {
	color: #aeaeae;
	font-style: italic;
}
.textboxhelpNormal {
        color: black;
        font-style: normal;
}

table.clientTable {
	text-align : right;
	border-spacing : 0px 0px;
	width : 500px;
	border-bottom : 1px solid #3C3C3C;
	border-left : 1px solid #3C3C3C;
	border-right : 1px solid #3C3C3C;
	background-color : #EEEEEE;
	padding : 5px;
	padding-right : 60px;
}

	.clientTableHeader{
		border-spacing : 0px 0px;
		border-collapse : collapse;
		width : 498px;
		height : 17px;
		background-color : #E37A43;
		border : 1px solid #3C3C3C;
	}
	
	.clientTableContainer {
		position : relative;
		left : 50px;
	}
	
table.upgradeTable {
	text-align : right;
	border-spacing : 0px 0px;
	width : 485px;
	border-bottom : 1px solid #3C3C3C;
	border-left : 1px solid #3C3C3C;
	border-right : 1px solid #3C3C3C;
	background-color : #EEEEEE;
	padding : 5px;
	padding-right : 60px;
}

	div.upgradeTableHeader {
		border-spacing : 0px 0px;
		border-collapse : collapse;
		width : 483px;
		height : 17px;
		background-color : #E37A43;
		border : 1px solid #3C3C3C;
	}
	
	.upgradeTableContainer {
		position : relative;
		left : 35px;
	}
table.packageSelect {
	border-spacing : 0px 0px;
	border-bottom : 1px solid #3C3C3C;
	border-left : 1px solid #3C3C3C;
	border-right : 1px solid #3C3C3C;
	width : 500px;
	background-color : #EEEEEE;
	padding : 5px;
	padding-right : 60px;
}

	.packageSelectContainer {
		position : relative;
		left : 50px;
	}
	
	.packageSelectHeader {
		border-spacing : 0px 0px;
		border-collapse : collapse;
		width : 498px;
		height : 17px;
		background-color : #E37A43;
		border : 1px solid #3C3C3C;
	}

.tableTestimonial {
	text-align : right;
	border-spacing : 8px;
	border : 1px dotted #666666;
}

.stepClass {
	color:#E37A43;
	font-family:Tahoma,sans-serif;
	font-size:20pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}


.messagetextarea {
	overflow: auto;
	border: 1px solid #516e86;
	padding: 7px;
	margin: 5px;
}
.messagetextarea:focus {
	border: 1px solid #ff760f;
}
input.text {
	border: 1px solid #516e86;
}
input.text:focus {
	border: 1px solid #ff760f;
}
input[type=text] {
	border: 1px solid #516e86;
}
input[type=text]:focus {
	border: 1px solid #ff760f;
}
input[type=password] {
	border: 1px solid #516e86;
}
input[type=password]:focus {
	border: 1px solid #ff760f;
}

textarea {
	border: 1px solid #516e86;
}
textarea:focus {
	border: 1px solid #ff760f;
}
