/* main options */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	background: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	color: #101010;
}

input, textarea, select {
	font-size:100%;
}

.redBorder{
	border-color: #FF0000;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #224488;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #5D5D5D;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-top: 2em;
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

fieldset {
	padding: 0.5em;
}

/* Header (no comment) */

#header {
	width: 970px;
	background:#DDEEFF url(images/header.jpg) repeat-y;
	height:93px;
	margin: 20px auto;
}

#header h1, #logo h2 {
	margin: 0;
}

#header h1 {
	float: left;
	padding:16px 54px;
}

#header h2 {
	float: left;
	height: 100%;
	width:184px;
	font-size: 16px;
	font-weight: normal;
	background: no-repeat left;
}

#header h2, #header h2 a {
	color: #939292;
}

#header a {
	text-decoration: none;
	color: #BB4400;
}

/* Menu (no comment) */

#menu {
	width: 970px;
	height: 32px;
	margin: 0 auto 20px;
	background: #def no-repeat;
}

#menu ul {
	margin: 0;
	padding: 8px 0 0 7px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 10px;
	border-right:1px solid #AAAAAA;
}

#menu li.first {
	background: none;
	color: #000000;
}

#menu li.first a{
	background: none;
	color: #000000;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #BB4400;
}

#menu a:hover {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #BB4400;
}

/* Undermenu */

#undermenu {
	width: 960px;
	height: 70px;
	margin: auto;
	background: url(images/headerBottom.jpg) no-repeat left top;
}

/* Page is all from Undermenu to down without footer */

#page {
	margin:0 auto 20px;
	padding:0;
	width:970px;
	background: #def;
}

.searchUser {
	float: right;
	position: relative;
	bottom: 25px;
}

/* Content is the main window on the Page */

#content {
	float: right;
	width:735px;
	padding:25px 0 25px 30px;
	background-color: #F0F8FF;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 0px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
	border: 1px #cccccc solid;
}

.tdHead{
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: bold;
	color: #1F468A;
	border-bottom: 1px #000000 solid;
	border-left: 1px #cccccc dotted;
	font-size: 1.2em;
}

.tdHeadSmall{
	font-weight: bold;
	color: #1F468A;
	border-bottom: 1px #000000 solid;
	border-left: 1px #cccccc dotted;
	padding: 1px 1px 1px 1px;
	font-size: 1em;
}

.tdActive{
	padding-top: 5px;
	padding-bottom: 5px;
}

.center {
	text-align: center;
}

.submitSave {
	margin: 30px 0px 10px 270px;
}

.disabled {
	background: #CCCCCC;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	color: #888888;
}
.grey {
	color: #a5a5a5;
}

.viewResult {
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
	padding-top: 5px;
	padding-bottom: 5px;
}

.viewFile {
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.viewResultOdd {
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEFCE0;
}

.viewResultNotRead {
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEFCE0;
	font-weight: bold;
}

.message {
	width: 100%;
	text-align: center;
	background-color: #adf204;
	font-weight: bold;
	color: #333333;
	padding: 5px 0px 5px 0px;
	margin: 2px 2px 2px 2px;
	border: 1px solid;
	border-color: #83b202;
}

.message_red {
	width: 100%;
	text-align: center;
	background-color: #FF7270;
	font-weight: bold;
	color: #333333;
	padding: 5px 0px 5px 0px;
	margin: 2px 2px 2px 2px;
	border: 1px solid;
	border-color: #ff2200;
}

.message_yellow {
	width: 100%;
	text-align: center;
	background-color: yellow;
	color: #333333;
	padding: 5px 0px 5px 0px;
}

.viewSettings {
	border-bottom: 1px #CCCCCC dotted;
	padding-top: 5px;
	padding-bottom: 5px;
}

.red {
	color: #FF0000;
}

.green {
	color: #00FF00;
}

.undeliveryInfo{
	font-size: 0.85em;
	font-style: italic;
}

.confirmEmail {
	font-style: italic;
	font-size: small;
}

/* right Sidebar on the page */

#sidebar {
	float: left;
	padding:24px 10px;
	width:170px;
}

#sidebar fieldset {
	border:1px solid #AAAAAA;
	padding:0 1em 1em;
	color: #555555;
	font-size: 0.9em;
}

#sidebar fieldset p {
	margin-top: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

#sidebar table {
	width: 180px;
	margin: 0 auto;
	caption-side: bottom;
}

/*this is Footer on these page */

#footer {
	background:#DDEEFF none repeat scroll 0 0;
	clear:both;
	height:14px;
	margin:0 auto;
	padding:5px;
	width:960px;
	font-size: 11px;
	text-align: center;
	color: #555555;
}

#footer a {
	color: #BB4400;
}

.locale {
	float: right;
	padding:5px 10px;
}

#footer .onelang {
	padding-left: 5px;
	padding-right: 5px;
}

/* this is for new open window for view details */

.borderInfo {
	margin: 10px 32px 10px 32px;
	padding: 10px;
	width: 240px;
	height: 80px;
	border: 1px #000000 solid;
	color: #000000;
	font-weight: bold;
}

.borderInfoTitle{
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
}

.borderInfoValue {
	margin-left: 10px;
	color: #101010;
}

.borderText {
	margin: 10px;
	width: 290px;
	height: 80px;
	color: #000000;
	font-weight: bold;
}

.borderTextValue {
	margin-left: 10px;
	color: #101010;
	border: 0px #000000 solid;
	text-align: left;
	padding-bottom: 45px;
}

.borderCloseWindow{
	text-align: center;
	vertical-align: bottom;
	position: fixed;
	bottom: 0px;
	width: 100%;
	border-top: 1px #000000 dotted;
	background: #FFFFFF url(images/background.gif) repeat-x;

}

.leftArrow{
	float: left;
	margin-left: 5px;
}

.rightArrow{
	float: right;
	margin-right: 5px;
}

.sender_settings{
	width: 400px;
}

.sender_settings .sender_title{
	vertical-align: top;
}

#Destination{
	width: 100%;
}

span.error{
  color: red;
  font-weight: bold;
}

#example{
  width: 283px;
  float: right;
  background-color: white;
  border: solid 1px #b3b3b3;
  margin: auto 10px;
  padding: 5px;
  overflow: hidden;
  font-style: italic;
}

#example .exampleBody{
  margin-top: 5px;
}

#example .title{
  font-weight: bold;
  padding: 5px;
}

#csvFilePreview {
	max-height: 400px;
	overflow: auto;
}

#csvFilePreview table {
	border-collapse: collapse;
}

#csvFilePreview th,
#csvFilePreview td {
	padding: 1px 5px;
	border: solid 1px #CCC;
}

#templatePreview {
	margin: 0;
	background-color: #DDD;
	padding: 5px;
	font-family: monospace;
}

#singleNumberVerification {
	float: right;
	width: 300px;
	margin-left: 2em;
}

#numberValidatorCc {
	font-size: 10px;
	color: gray;
}

.textBoxRow{
	display:none;
}