html, body {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	width: 500px;
    margin: 100px auto;
    padding: 0;
    background: url('images/loading.gif') center no-repeat;
    font-family: arial,sans-serif;
    font-size: 12px;
}

.ZeepDialog {
    height: 300px;
    width: 500px;
    position: relative;
    clear: both;
}

.ZeepDialog #register {
    height: 400px;
    padding-left: 50px;
}

.ZeepDialog * {
    padding: 0px;
    margin: 0px;
    font-family: arial,sans-serif;
    list-style-type: none;
    font-size: 12px;
}

/* STRUCTURE */

.ZeepDialog .ZeepDialogHeader {
  height: 20px;
  position: relative;
}


.ZeepDialogCorner {
    background-image: url('images/zeep-panel-bg.png');
    background-repeat: no-repeat;
    position: absolute;
}

.ZeepTopRight {
    background-position: top right;
    top: 0px;
    left: 20%;
    height: 20px;
    width: 80%;
}

.ZeepTopLeft {
    background-position: top left;
    top: 0px;
    left: 0px;
    height: 37px;
    width: 20%;
}

.ZeepDialog .ZeepDialogFooter {
  position: relative;
  z-index: 2;
}


.ZeepBottomRight  {
    background-position: bottom right;
    height: 37px;
    left: 20%;
    width: 80%;
    top: 0;
}

.ZeepBottomLeft {
    background-position: bottom left;
    height: 37px;
    width: 20%;
    top: 0;
    left: 0;
}

.ZeepDialog .ClearDiv {
    clear: both;
    height: 1px;
    border: solid 1px white;
}

/*STRUCTURE*/


/*CONTENT*/

.ZeepDialog h1 {
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
	font-size: 18px;
}

.ZeepDialog p {
    color: #666666;
}

.ZeepDialog .ZeepAbout p {
  color: #888;
}

.ZeepDialog .ZeepDialogContents {
    padding: 0 20px 0 20px;
    border: solid 1px #c7c7c7;
    border-width: 0px 1px 0px 1px;
    position: relative;
    height: 350px;
    overflow-y: auto;
    z-index: 1;
    background-color: white;
}

#admin-account {
	overflow-y: visible;
	height: auto;
}

.rightCol {
	width: 35%;
	float: right;
	padding: 0 10px 0 15px;
	border-left: 1px solid #dfdfdf;
}

.leftCol {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.ZeepDialog h2 {
    color: #666;
    margin-bottom: 8px;
    font-weight: normal;
}

.ZeepDialog h3 {
   margin-bottom: 15px;
}

.ZeepDialogContents p {
    margin-bottom: 15px;
}

.ZeepDialog a {
    color: #2d5d7c;
    text-decoration: underline;
}

.ZeepDialog .ZeepAlert a {
    text-decoration: none;
    font-weight: bold;
}

.ZeepDialog .ZeepAlert a:hover {
    background: transparent;
    text-decoration: underline;
}

.ZeepDialog a:hover {
    background-color: #d0edff;
}

.ZeepDialog .ZeepAbout {
    color: #666;
    padding-left: 265px;
}

.ZeepDialog .ZeepAbout h3 {
    font-weight: bold;
    color: #555;
    margin-bottom: 3px;
}

.welcome {
	float: left;
	color: #525252;
	font-size: 15px;
	width: 325px;
	margin: 0 0 5px 5px;
}

.controls {
	float: right;
	color: #525252;
	font-size: 11px;
	margin-right: 3px;
	padding-top: 4px;
	width: 150px;
	text-align: right;
}

.welcome a, .controls a {
	color: #2d5d94;
}

.welcome a:hover, .controls a:hover {
	background-color: #d0edff;
}

.navContainer {
	z-index: 1;
	top: -50px;
	position: relative;
}

/*ALERTS*/

.ZeepDialog p.ZeepAlert {
    padding: 6px 10px 6px 45px;
    font-size: 12px;
    border-width: 2px;
    border-style: solid;
    background-repeat: no-repeat;
    background-position: center left;
}

.ZeepDialog p.Yellow {
    background-image: url('images/zeep-alert-icon_yellow.gif');
    background-color: #f7f685;
    color: #787713;
    border-color: #d4d35e;
}

.ZeepDialog p.Red {
    color: #db4f3c;
    border: 2px solid #e8bebe;
	background: #ffd2d2 url('images/zeep-alert-icon_red.gif') no-repeat;
	height: 25px;
	padding: 10px 0 0 55px;
	font-size: 14px;
	font-weight: bold;
}

.ZeepDialog p.Green {
    color: #617d23;
    border: 2px solid #b7de62;
	background: #d3f785 url('images/zeep-alert-icon_green.gif') no-repeat;
	height: 25px;
	padding: 10px 0 0 55px;
	font-size: 14px;
	font-weight: bold;
}

/*/ALERTS*/

/*MIN INPUT*/

.ZeepDialog fieldset {
    border: 0;	
}

.ZeepDialog label {
    display: block;
    color: #525252;
    font-weight: bold;
    padding-bottom: 2px;
    font-size: 12px;
}

.ZeepDialog .TextInput {
  display: block;
  padding: 4px 2px;
  font-size: 12px;
  color: #505050;
  width: 170px;
  border: solid 1px #999;
  background: white;
}


.ZeepDialog .TextOutput {
    font-size: 12px;
    padding: 6px 0px;
    color: #666;
}

.ZeepDialog .MinInputContainer {
    width: 220px;
    float: left;
    margin-right: 15px;
    background: #f7f7f7;
    border: solid 1px #ccc;
    padding: 10px 15px 10px 15px;
}

.ZeepDialog .FormActions {
  border-top:solid 1px #ccd4d9;
  margin-top: 16px;
  padding: 8px 0 0 0;
  position: relative;
}

.ZeepDialog .FormActions a {
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding-left: 20px;
  background: url('images/edit_form.gif') top left no-repeat;
}

.ZeepDialog .FormActions a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.ZeepDialog .FormActions a.CancelLink {
  font-size: 12px;
  padding: 0;
  margin: 0;
  background: none;
  position: absolute;
  top: 15px;
  left: 150px;
  display: none;
}


.ZeepDialog .FieldContainer {
    margin: 0 0 12px 0;
}

.ZeepDialog .MinInput {
    height: 25px;
}

.ZeepDialog .ZeepSubscribeButton {
    background: url('images/button_confirm.gif') top left no-repeat;
    width: 139px;
    height: 32px;
    display: block;
    border: none;
}

.ZeepDialog .ZeepButton {
    position: relative;
    border: 0;
    cursor: pointer;
    z-index: 1;
    margin-top: 10px;
}

.ZeepDialog .ZeepButton:hover {
    opacity: .9;
    top: 1px;
}

input.loginButton {
	width: 139px;
	height: 30px;
	background: url('images/loginButton.gif') no-repeat left top;
	color: transparent;
	
}

input.registerButton {
	width: 139px;
	height: 30px;
	background: url('images/register.gif') no-repeat left top;
	color: transparent;
}

input.submitButton {
	width: 139px;
	height: 30px;
	background: url('images/submit.gif') no-repeat left top;
	color: transparent;
}

input.textInput {
	border: 2px solid #cfcfcf;
	background-color: #eaeaea;
	height: 18px;
	width: 160px;
	padding: 2px;
	color: #72912c;
	font-size: 12px;
}

span.exampleInput {
	margin-left: 20px;
	color: #72912c;
}

input.approvebox {
	float: left;
	margin: 0 15px 0 20px;
}

/*MIN INPUT STYLES*/

.PhonePrefix {
  float: left;
  width: 80px !important;
  margin-right: 5px;
  font-family: monospace;
}

.PhonePrefix {
  padding-left: 4px;
}

.PhonePrefix option {
  font-size: 12px;
  padding-left: 20px;
  width: 350px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 1px 1px;
}

.SelectedFlag {
  float: left;
  height: 20px;
  width: 20px;
}

.PhonePrefix option span {
  position: absolute;
  top: 10px;
  left: 20px;
}

/* Min dropdown */

.ZeepDialog div.selectbox-wrapper {
  position: relative;
  background-color:white;
  z-index: 200;
  top: 3px;	
}

.ZeepDialog div.selectbox-wrapper .SelectedFlag {
  position: absolute;
  top: 6px;
  left: 0px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.ZeepDialog .selectbox-wrapper .PhonePrefixDropdown {
  width: 75px;
  background: url('images/select_bg.gif') top right no-repeat white;
  cursor: pointer;
  font-size: 12px;
  border: solid 1px #999;
  position: absolute;
  left: 20px;
  top: 0px;
  display: block;
  padding: 4px 2px;
  color: #505050;
}

.ZeepDialog .selectbox-wrapper .PhoneSuffix {
  width: 105px;
  position: absolute;
  top: 0px;
  left: 105px;
  font-size: 12px;
}

.ZeepDialog .selectbox-wrapper ul {
  position: absolute;
  top: -27px;
  left: 0px;
  list-style-type:none;
  border:2px solid #999999;
  z-index: 3000;
  width: 300px;
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}

.ZeepDialog .selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position:  4px center;
  background-color: white;
  font-family: monospace;
  font-size: 11px;
  width: 300px;
}

.ZeepDialog .selectbox-wrapper ul li.selected {
  background-color: #EAF2FB;
}

.ZeepDialog .selectbox-wrapper ul li.current {
  background-color: #CDD8E4;
}

.ZeepDialog .CarrierSelect {
    width: 211px;
}

.ZeepDialog .CheckBox {
    position: relative;
    top: 1px;
    left: -1px;
}

.ZeepDialog #validation_error {
  color: #a22e2e;
  padding: 5px;
  background-color: #ffd2d2;
  display: none;
  border: solid 1px #d45454;
  /*border-width: 1px 1px 0 1px;*/
  margin-bottom: 4px;
  padding: 2px 15px;
  width: 220px;
}

.ZeepDialog p.Intro {
  font-size: 15px;
  font-weight: normal;
  color: #666;
}

.ZeepDialog p.Intro strong {
  font-size: 15px;
}

/****** TABLES ***********/
table.subscribers, table.admins {
	table-layout: fixed;
	
}
table.subscribers tr.header {
	background-color: #eee;
}

table.subscribers td {
	padding: 3px;
	font-size: 10px;
}

table.subscribers tr.user {
	color: #5b595a;
}

table.subscribers tr.user:hover {
	color: #000;
	background-color: #d3ecff;
}