body {
	background-color:#031634;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

div {
	font-family:Arial,Helvetica,sans-serif;
	padding:0px;
	border:0px;
	margin:0px;
}

#header {
	position:relative;
	left:30px;
	top:10px;
	width:1020px;
}

#logotext {
	float:left;
	text-align:left;
	font-size:2em;
	font-weight:bold;
	color:#f34607;
	line-height:24px;
}

#tagline {
	position:relative;
	left:30px;
	top:10px;
	text-align:left;
	font-size:0.9em;
	color:#999;
	line-height:16px;
	width:300px;
}

#iamhere {
	float:right;
	font-size:0.7em;
	color:#999;
}

#tabs {
	clear:both;
	text-align:right;
	font-size:1em;
	font-weight:bold;
	color:#999;
	line-height:18px;
	width:1020px;
	margin-left: auto;
	margin-right: auto;
	padding:0px 0px 8px 0px;
	border:0px;
}

.tabactive{
	color:#f34607;
	background-color:#E8DDCB;
	padding:8px 12px 8px 12px;
}

.tabinactive{
	background-color:#333;
	padding:8px 12px 8px 12px;
}

.tabspace{
	background-color:#031634;
	padding:1px;
}

.rembrandt{
	border:6px;
	border-style:solid;
  border-color:#734a12;
}

.alert{
	font-weight:bold;
	color:#f34607;
}

.newpass{
	margin:5px;
	padding:2px;
}

.newpasslabeltop{
	line-height:35px;
}

.newpasslabelbot{
	line-height:28px;
}

#subscribe {
	margin-left:22px;
}

#dashtitle {
	width:600px;
	height:30px;
	float:left;
}

#credits {
	width:300px;
	float:right;
	font-size:0.9em;
	color:#00008b;
	font-weight:bold;
	line-height:16px;	
	height:30px;
	text-align:right;
}

#bulletin {
	position:relative;
	margin:0px;
}

.bulletin-msg {
	font-size:0.8em;
  color:red;
  font-weight:bold;
  margin:0px;
}

#footer {
	clear:both;
	text-align:right;
	font-size:0.9em;
	color:#999;
	line-height:16px;
	width:1020px;
	margin-left: auto;
	margin-right: auto;
	padding:5px 0px 0px 0px;
	border:0px;
}

#page_wrap {
	width:1080px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	border:0px;
}

.clear {
	clear:both;
	line-height:0px;
}

.line {
	clear:both;
	line-height:1px;
	border:1px solid #734a12;
	position:relative;
	top:1px;
}


#content {
	background-color:#E8DDCB;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	width:980px;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	border:0px;
	position:relative;
	top:0px;
}

#lesmots {
	float:left;
	width:600px;
	color:#000;
	font-size:.9em;
	line-height:20px;
	background-color:#e8ddcb;
}

#label {
	float:left;
	width:140px;
	color:#000;
	font-size:1em;
	line-height:20px;
	background-color:#e8ddcb;
}

#entry {
	float:left;
	width:200px;
	color:#000;
	font-size:.9em;
	line-height:20px;
	background-color:#e8ddcb;
}


.lookatme {
	color:#fd7b01;
}

.sosumi{
	text-decoration:underline;
}

.optin {
	font-size:0.7em;
	position:relative;
	top:-3px;
}

.note {
	font-size:0.7em;
}

.nudgedown {
	position:relative;
	top:10px;
}

.nudgebit {
	position:relative;
	top:4px;
	left:2px;
}

.denudgebit {
	position:relative;
	top:-2px;
}


#login {
	float:right;
	color:#333;
	width:380px;
	position:relative;
	top:40px;
	left:20px;
}

.login_wrap {
	width:330px;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.login_labels {
	width: 110px;
	float:left;
	padding:4px 0px 0px 4px;
	font-size:.95em;
	text-align:right;
}

fieldset {
	width:320px;
	height:175px;
	border:1px solid #333;
	padding:10px;
}

#pa_note {
	width:320px;
	height:280px;
	border:2px solid #734a12;
	padding:10px;
}

.note_sign {
	padding:0px;
	margin:0px;
	width:100%;
	line-height:12px;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.1em;
	border: 1px solid #333;
	padding: 2px 6px;
}

.simpletext {
	width:180px;
  font:normal 14px Arial;
  color: #999999;
  padding:2px 2px 2px 2px;
	margin:2px 20px 2px 2px;
}
.simpletext:focus, .simpletext:hover {
	background-color:#f0ffe6;
}

.username {
	width:180px;
	float:right;
    	font:normal 14px Arial;
    	color: #999999;
    	padding:2px 2px 2px 2px;
	margin:2px 20px 2px 2px;
}
.username:focus, .username:hover {
	background-color:#f0ffe6;
}

.password {
	width:180px;
	float:right;
    	font:normal 14px Arial;
    	color: #999999;
    	padding:2px 2px 2px 2px;
	margin:2px 20px 2px 2px;
}
.password:focus, .password:hover {
	background-color:#f0ffe6;
}

.login_button {
	padding:3px 5px 3px 5px;
	position:relative;
	left:130px;
	width:100px;
}

.buttons {
	font:normal .95em arial;
}

#forgot {
	color:#666;
	font-size:.8em;
	position:relative;
	left:135px;
	padding:5px 0px 0px 0px;
	width:160px;
}

h1 {
	color:#333;
	font-size:20px;
	margin:5px 5px 5px 0px;
	padding:5px 5px 0px 0px;
}

h2 {
	color:#666;
	font-size:18px;
	margin:5px 5px 5px 0px;
	padding:5px 5px 0px 0px;
}

a {
	text-decoration:none;
	padding:0px;
	border:0px;
	margin:0px;
}

a:link {
	color:#666666
}
a:visited {
	color:#666666
}
a:hover {
	color:#fd7b01
}
a:active {
	color:#666666
}

ul.circle {list-style-type:circle;}
ul.square {list-style-type:square;}
ol.roman {list-style-type:upper-roman;}
ol.alpha {list-style-type:lower-alpha;}
ol.number {list-style-type:decimal-leading-zero;}

ul {
	position:relative;
	left:-15px;
}

li {
	padding:0px 0px 5px 0px;
}

.break {
	padding:0px;
	margin:0px;
	width:100%;
	line-height:16px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(https://m1links.com/client/art/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(https://m1links.com/client/art/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(https://m1links.com/client/art/select.png) no-repeat;
	overflow: hidden;
}
#activeCampaigns
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 8px;
	width: 960px;
	border-collapse: collapse;
	text-align: left;
}
#activeCampaigns th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	text-align: left;
}
#activeCampaigns td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#activeCampaigns tbody tr:hover td
{
	color: #fd7b01;
	background: #f8f8ff;
}

#inactiveCampaigns
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #ededed;
	margin: 8px;
	width: 960px;
	border-collapse: collapse;
	text-align: left;
}
#inactiveCampaigns th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	text-align: left;
}
#inactiveCampaigns td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#inactiveCampaigns tbody tr:hover td
{
	color: #fd7b01;
	background: #f8f8ff;
}

.cleantext{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 0.9em;
  font-weight:normal;
  color:#333333;
  border:1px #cccccc solid;
  width:140px;
  background:url(https://m1links.com/client/art/txt-bg.gif) #f6f6f6 top repeat-x;
}

.cleanbtn{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 0.9em;
  font-weight:normal;
  color:#333333;
  border:1px #c6c7ca solid;
  background: url(https://m1links.com/client/art/btn-bg.gif) #e4e4e4 top repeat-x;
}

#newcampaign{
	text-align:right;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 0.8em;
  font-weight:normal;
  color:#333333;
  position:relative;
 	right:12px; 
}

.newcampaignmsg {
	text-align:right;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 0.8em;
  font-weight:bold;
  color:#ff0000;
  position:relative;
 	right:12px; 	
}

.err_msg {
	text-align:left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 0.9em;
  font-weight:bold;
  color:#ff0000;
  position:relative;
}

.delete_alert{
	position:relative;
}

.btn_container{
	text-align:left;
}

.btn_left{
	position:relative;
	left:100px;
	float:left;
}

.btn_right{
	position:relative;
	right:200px;
	float:right;
}

.dialog_left {
	position:relative;
	left:20px;
	float:left;
	color:#333;
	width:100px;
}

.dialog_right {
	position:relative;
	right:20px;
	float:right;
	color:#333;
	width:800px;
}

.un_p{
	margin: 2px;
}

#activeChannels
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 8px;
	width: 960px;
	border-collapse: collapse;
	text-align: left;
}
#activeChannels th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	text-align: left;
}
#activeChannels td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#activeChannels tbody tr:hover td
{
	color: #fd7b01;
	background: #f8f8ff;
}

#inactiveChannels
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #ededed;
	margin: 8px;
	width: 960px;
	border-collapse: collapse;
	text-align: left;
}
#inactiveChannels th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	text-align: left;
}
#inactiveChannels td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#inactiveChannels tbody tr:hover td
{
	color: #fd7b01;
	background: #f8f8ff;
}
#channelDetail
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.75em;
	background: #fff;
	margin: 8px;
	width: 960px;
	border-collapse: collapse;
	text-align: left;
}
#xchannelDetail th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	text-align: left;
}
#channelDetail td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#channelDetail tbody tr:hover td{
	color: #fd7b01;
	background: #f8f8ff;
}

.cdinput {
	font-family: "Lucida Console", monospace;
	font-size: 1em;
	border: 1px solid #999;	
}
.cdinput:focus{
	border: 1px solid #734a12;
	background-color: #fffccf;
}

.save_button { font: normal 1.1em/1em "Helvetica Neue", Helvetica, Arial, sans-serif; width: 14em; padding: 0.8em 0; color: #bce587; background: #699e25; border: 0.5em solid #497016; text-align: center; cursor: pointer; }
.save_button:hover { color: #fff; }
.btn_holder {
	text-align:right;
}