/* CSS Document */
 body {
	background: #fcfcfc url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 10px; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	padding: 0px; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    }

.fullscreen{ 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	
	
}

.overlay{ 
	background-color: transparent;
	background-image: url(images/white50.png);
	background-repeat: repeat;
	background-scroll: 1;
	z-index: 9999;
}

.shadow-overlay
{
	-moz-border-radius:8px 8px 8px 8px;
	background: #AAAAAA;
	margin:-8px 0 0 -8px;
	opacity:0.3;
	padding:8px;
	width: 330px; 
	position: relative;
	display:block;
	vertical-align: middle; 
	margin:0 auto;
	top: 250px;
	
}

.popupinterface {
	opacity:1;
	width: 300px; 
	display:block;
	margin:0 auto;
	top: 250px;
	border: none; 
	border:1px solid #555555;
	background: #ffffff; 
	vertical-align: middle; 
	padding: 5px 10px 20px 10px;
	text-align: left;
	position: relative;
	display: block;
}
	
.fineprint {
	font-size: 9px;
}

.defaultfont {
	font-size: 16px; color: #000000;
	font-family: serif; 
}

.tblnopadding {
	border :0px;
	border-spacing :0px;
	padding :0px;
	width: 812;
	
}
.whitebackground {
      background-color: #ffffff;
	  margin-left: 0px;
	  margin-top: 0px;
	  margin-right: 0px;
	  margin-bottom: 0px;
    }
.title {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.bannertext {
	font-size: 10px; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	padding: 0px; 
	text-align :center;	
	vertical-align :middle;
}

.info{
	color: #606060;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	padding: 2px; 
	font-weight: bold;
}
.info td{
	padding:21px 0px 0px 0;
}


.text {
	font-size: 12px; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	padding: 2px;  
	font-weight: normal;
}
.text td{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	font-weight: normal;
	 
}

.textbold {
	font-size: 12px; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	padding: 2px;  
	font-weight: bold;
	margin: 0;
}
.userslist td{
	border: 1px solid #d7dae1;
	width: 250px;
	
}
.userslist td div{
	
	overflow: auto;
	height: 300px;
}

.textlist {
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	padding: 15px;  
}
.text_link {
	font-size: 10px; color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
}
.text_white {
	font-size: 10px; color: #ffffff;
	font-family: Georgia, serif; 
	line-height: 14px; 
	padding: 2px 2px 4px 2px;  
}
.submenu {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	line-height: 15px;
	padding: 4px;
	width:inherit;
	margin: 2px 0 0;
	font-weight: bold;
}.navmenu {	padding: 0 0 10px 0;}

.horizontalrule td{
	background: #e7eaf1;
	padding: 1px 0px 0px 0px;
}
.horizrule {
	background: #e7eaf1;
	padding: 1px 0px 0px 0px;
}

.invoicestatus-Paid {
	color: green;
	background: url(../images/tickgreen.png) no-repeat;
	padding-left: 24px;
	
	
}

.invoicestatus-Unpaid {
	background: url(../images/crossred.png) no-repeat;
	color: red;
	padding-left: 24px;
}

.list-enabled {
	color: green;
	background: url(../images/tickgreen.png) no-repeat;
	padding-left: 20px;
	height: 20px;
}

.list-disabled {
	background: url(../images/crossred.png) no-repeat;
	color: red;
	padding-left: 20px;
	height: 20px;
}	

.removeuser  {
	background: url(../images/crossred.png) no-repeat;
	color: red;
	padding-top: 5px; /*fontsize makes line-height 14*/
	padding-left: 19px;
}	

a:link {
	text-decoration: underline;
	color: #000000;
	padding: 0;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
	padding: 0;
}


a{
  outline: none;
}

.warning {
	background-color: #FFFF99;
}

/*.error {
	background-color: #CC3333;
	color: #FFFFFF;
	font-size: 120%;
}*/

.errorbox{
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.errorbox a {
	color: #cd0a0a; 
}
.notebox {
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636;
}
.notebox a {
	color: #363636; 
}


.warningtext {
	color: #FF0000;
}

.interface, .tabbed_interface  {
	/*height:100px; */
	width: 780px; 
	border: none; 
	/*border-color:#111111;*/ 
	background: #ffffff; 
	vertical-align: middle; 
	padding: 20px 10px 20px 10px;
	text-align: left;
	top: 0px;
	position: relative;
	display: block;
}

.tabbed_interface {
	background: #ffffff url(../images/interface_bg.png) repeat-x; 
}


.subscribers{
	
	border: none; 	padding: 0px;
}

.email {
	padding: 5px;
}

.messagelist {
	vertical-align: middle; 
	text-align: left;
	width: 100%;
	border-spacing: 2px 15px;
}

#messagePreview {
	width: 750px;
	height: 600px;
	border: none;
}

td.navmenu:hover {
	background: url("../images/button_bg.png") repeat-x;
}


/* Reports CSS */
.reportrow {
	padding-bottom: 5px;
}
.reportrow td{
	background-color: #cad6fb;
}

/* ############################################
		Template Select Display
################################################*/

.gallery {
	width: 100%;
}

#templates{
	overflow:auto;
}
#templates, #templates-names {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	
}

#templates li {
	/*padding-left: 5px;*/
	display:inline;
	float:left;
	/*width: 150px;*/
	/* new */
	margin-right: 5px;
	background-color:#dce3eb;
	padding: 5px 5px 5px 5px;
	cursor: pointer; cursor: hand;
}

#templates p{
	padding: 0px;
	display:block;
}

#templates img {
	/*border-color:#dce3eb;
	border-style:solid;
	border-width:5px 5px 25px;*/
	max-height: 150px;
	float:left;
	/*height: 100px;*/
	max-width: 140px;
	/*width: 100px;*/
	
}

#templates-names li{
	padding-left: 10px;
	height:15px;
	position:relative;
	float:left;
	top:-25px;
	width:150px;
	display:inline;
	width: 145px;
}


/*#templates img:hover  {
	border-color:#F5EAD0;
	//color:#93c9fd;
}*/

#templates li.selectedTemplate {
	background-color:#F5EAD0; 
	/*padding: 5px;	*/
}
#templates li.selectedTemplate p {
	font-weight: bold;
}

/***********************************
	Inputs
************************************/
/*
.button  {
	font-weight: bold;
	font-size: 10px;
	padding: 0px 6px 2px 6px;
	background-image: url(../images/inputbutton_bg.png);
	color: white;
	height: 21px;
	width: 54px;
	border:none;
}
*/
.hiddenfile {
  position:relative;
  left:-37px;
  -moz-opacity:0;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
  border-width:0px;
}

.hiddenfile-button {
	width: 73px;
	position:relative;
	top:-24px;
	left:0px;
	z-index: 1;
}

.button {
    cursor:pointer;
	display:inline-block;
	margin-right:0.1em;
	overflow:visible;
	padding: 4px 6px 4px 6px;
	position:relative;
	text-align:center;
	text-decoration:none !important;
	background:url("images/ui-bg_highlight-soft_80_b5bfd5_1x100.png") repeat-x scroll 50% 50% #B5BFD5;
	border:1px solid #8888CC;
	color:#333333;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	zoom: 1;
	min-width: 80px;
}

.button-active {
	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; 
}

.buttonbox {
	text-align: right;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#pagewrap {
	width: 901px;
	margin:0 auto;
	position:relative;
	display: block;
	z-index:2;
} 
#contentwrap {
	width: 811px;
	margin-left:90px;
	display: block;
} 

.composemenu {
	/*height: 0px;*/
	width: 90px;
	position: relative; 
	float:left;
	left: 5px;
	top: 5px;
	
} 

.composemenu div{
	position: relative;	
	height:50px;
	/*padding: 6px 0px 6px 0px;*/

}
.step1tab {
	background: url("../images/step1.png") no-repeat;
}
.step2tab {
	background: url("../images/step2.png") no-repeat;
}
.step3tab {
	background: url("../images/step3.png") no-repeat;
}

.compose-activetab {
	background-position: -90px 0px; 
}
/*
.step1tab.compose-activetab {
	background: url("../images/step1-active.png") no-repeat;
}
.step2tab.compose-activetab {
	background: url("../images/step2-active.png") no-repeat;
}
.step3tab.compose-activetab {
	background: url("../images/step3-active.png") no-repeat;
}
*/

.spanlink {
	cursor:pointer;
}

.toggle_closed,  .toggle_opened{
	background-position:0 0px;
	background-repeat:no-repeat;
	cursor: pointer;
	padding-left:20px;
}
.toggle_closed {
	background-image:url("../images/plus.png");

}
.toggle_opened{
	background-image:url("../images/minus.png");

}

#senddateinput{
	float:left;
}

#choosedatetime {
	display:none;
	margin-bottom: 0px;
}
#choosedatetime li{
	clear:both;
	list-style:none outside none;
	padding:5px;
}

#choosedatetime li label{
	float:left;
}

.emaillist-row0 {
	background-color: #B5BFD5;
}

.emaillist-row1 {
	background-color: #8888CC;
}
