A {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #5151A2;
  text-decoration: none;
}

A:hover {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #5151A2; 
}

A.white{
	text-decoration:none; color:#ffffff;
}

A.white:hover {
	text-decoration:underline; color:#ffffff;	
}

A.Green {
	color:#94B354; text-decoration:none;
}

A.Green:hover {
	color:#94B354; text-decoration:underline;
}

TD.contentWhite {
	font-family: "Trebuchet MS"; font-size: 12px; color:#ffffff;
}

TD.contentBlack {
	font-family: "Trebuchet MS"; font-size: 12px; color:#000000;
}

TR.footer {
  background: #ffffff;
}

TD.footer {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  background:#FFFFFF;
  /*background-image:url(../images/background.jpg);*/
}
A.foooter{
	text-decoration:none; color:#000000;
}

A.foooter:hover {
	text-decoration:underline; color:#000000;	
}

TABLE.form {
	border:1px solid #999999; 
}
TR.formHeading {
  background: #ffffff;
}

TD.formHeading {
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold; border-width:0px 0px 1px 0px;
  border-style:solid; border-color:#cccccc; color:#666666;	background-color:#EEEEEE; height: 18px;	background-repeat: repeat-x;
}

LI.boldContent {
	padding-left:0px;
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#666666;
}


/*Table Properties*/

.tblBorder {
	border: 1px solid #CCCCCC;
}

.tblNoBorder {
	border-style:none;
}

td {
	font-family: "Trebuchet MS"; color:#ffffff; font-size:11px;
}

th {
	font-family: "Trebuchet MS"; background-color:#cccccc; color:#ffffff; font-size:11px;
}

td.bgColorCont0 {	
	background-color:#000000;
	color:#FFFFFF; padding-left:3px;
}
td.bgColorCont1 {	
	background-color:#FF9D3C;
	color:#000000; padding-left:3px;
}
td.bgColor0 {	
	background-color:#000000; color:#FFFFFF;
}
td.bgColor1 {	
	background-color:#FF9D3C; color:#000000; 
}

th {
	font-family: "Trebuchet MS";
}

/*links*/
a.linkTopMenu {
	color:#666666; text-decoration:none;
}
a.linkTopMenu:hover {
	color:#666666; text-decoration:underline;
}
a.linkDarkBlue {
	color:#04589E; text-decoration:none;
}


/*Horizontal Line */
hr {
	height:2px; color:#EBEBEB
}
/*header*/
TD.pageHeader {
	padding-left:0px;
	font-family: "Trebuchet MS";
	font-size:17px;
	font-weight:bold;
	color:#FF6600;
}

/*Form Fields*/
input,select { 
	font-size:11px;
	/*border-style:solid;
	border-color:#CCCCCC;
	border-width:1px 1px 1px 1px;*/
	font-family:"Trebuchet MS";	
}
textarea {
	font-size:11px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px 1px 1px 1px;
	font-family:"Trebuchet MS";
}

.btnSubmit {
	color:#616062;
	background-color:#EBEBEB;
	font-family:"Trebuchet MS";
	padding:2px;	
	font-size:10px;
	font-weight:bold;
}
.btnSubmit1{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(formbg.gif) repeat-x left top;
}
.btnSubmit2 {
	color:#333333;
	background-color:#EBEBEB;
	font-family:"Trebuchet MS";
	padding:2px;	
	font-size:15px;
	height:30px;
	font-weight:bold;
	border:1px solid #FD7802;
}

.btnBack{
cursor:pointer;
border:outset 1px #ccc;
background:#94B354;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(formbg.gif) repeat-x left top;
}
.btnTop{
	color:#000000;
	background-color:#EC7600;
	font-family:"Trebuchet MS";
	padding:2px;	
	font-size:9px;
	font-weight:bold; height:15px
}

.formFooter {
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#CCCCCC;
}

/* Admin Menu */
.main_menu_links {
	cursor:pointer;
	cursor:hand;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.main_menu_links:hover {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	/*background-color:#F0F0F0;*/
	text-decoration:underline;
}

/*Image */
.image_border {
border-bottom:5px solid #000000; border-left:5px solid #000000; border-right:5px solid #000000; border-top:5px solid #000000;
}
.imgBorder {
border:1px solid #FF9D3C;
}


/*Page Headings*/
.pageHeadingText {
	padding-left:3px;
	font-family: Verdana;
	font-size:17px;
	font-weight:bold;
	color:#000000;
}


#log {
	float: left;
	padding: 0.5em;
	margin-left: 10px;
	width: 290px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	margin-top: 10px;
}

#log_res {
	overflow: auto;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(spinner.gif) no-repeat center;
}



.outer {
	height: 100%;
	width: 100%;
}
.container {
	background-color:#FFFFFF;
	width: 990px;
	height: auto;
	padding:10px 0 10px 0;
}
.header {
	color: #FFFFFF;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
.left-m {
	float: left;
}
.right-m {
	background-color: #FFFFFF;
	float: left;
}
.tbrd {
	background-image: url(../images/border/brdr_03.gif);
	height:20px;
		position:relative;
		z-index:2;
}

.lbrd {
	background: url(../images/border/brdr_05.gif) repeat-y left;
    padding: 0px 0px 0px 0px;

}
.rbrd {
	background: url(../images/border/brdr_07.gif) repeat-y right;
	padding:0px 0px 0px 0px;
	
}
.colored-inner {
/*background-color:#999999;*/
background:url(../images/raw%20ai/main-bg.gif) repeat-x bottom;
padding:0px 0px 20px 15px;
width:948px;
margin:0px 0px 0px 15px;
position:relative;
bottom:-27px;
clear:both;
}
.outer-out{
clear:both;
position:relative;
top:-27px;
}
.bottom {
	background-image: url(../images/border/brdr_09.gif);
	height:33px;
	background-repeat:repeat-x;
}
.head-nav-bar {
	float: right;
	padding-top:15px;
	padding-right:25px;
		bottom:-2px;
		position:relative;
		z-index:1;
	
}

.head-navigate {
 width:810px;
 height:33px;
 background:url(../images/header-nav/hdr_02.gif);
 float:left;
 padding:2px 0 0 0;
}
.head-navigate ul{margin:0; color:#333333; font-family:Trebuchet MS; font-size:13px; padding-top:1px}
.head-navigate li{ display:inline; text-align:center; background:url(../images/header-nav/sep.gif) no-repeat right; padding:0 11px 0 7px;}
.head-navigate li.last{ background:none;}
.head-navigate li img{vertical-align:-10px;}

.head-navigate a {
  font-family: "Trebuchet MS";
  text-decoration: none;
}



.head-nav-bar-inside {
	float: left;
	padding-top:15px;
	padding-left:35px;
		bottom:-2px;
		position:relative;
		z-index:2;
}
.head-navigate-inside {
 width:890px;
 height:33px;
 background:url(../images/header-nav/hdr_02.gif);
 float:left;
 padding:2px 0 0 0;
}
.head-navigate-inside ul{margin:0; color:#333333; font-family:Trebuchet MS; font-size:13px; padding-top:1px}
.head-navigate-inside li{ display:inline; text-align:center; background:url(../images/header-nav/sep.gif) no-repeat right; padding:0 11px 0 7px;}
.head-navigate-inside li.last{ background:none;}
.head-navigate-inside li img{vertical-align:-10px;}

.head-navigate-inside a {
  font-family: "Trebuchet MS";
  text-decoration: none;
}

#main-navigation a.blogsactive{background:url('../images/layout/main-nav-image.gif') no-repeat -288px -37px;}


.login{
font-family:Trebuchet MS; font-size:14px; 
float:right;
height:200px;
width:230px;
padding-right:20px;

}
.loginCont{
background:url(../images/login.gif) no-repeat;
padding:15px 5px 10px 15px;
font-size:15px;
height:199px;
}
.left-container{
float:left;

}
.inputbox{
background:url(../images/input-bg.gif) repeat-x;
border:none;
color:#7f7f7f;

margin-right:0 auto;
}
.button{
background:url(../images/btn-bg.gif) repeat-x;
padding:1px 5px 6px 5px ;
font-size:13px;
border:solid 2px #999999;
height:25px;

}
.link-small-white{
font-size:13px;
color:#FFFFFF;
text-decoration:none;

}
.side-panel {
float:right;
padding:10px 19px 10px 0;
width:230px;
height:100%;
}

.side-panel-cont {
	background-image: url(../images/side-panel/side-panel-whole.gif);
	padding:7px 10px 10px 10px;
}

.corner-1{position:absolute;left:-1px;top:-1px;}
.corner-2{position:absolute;right:-1px;top:-1px;}
.corner-3{position:absolute;left:-1px;bottom:-1px;}
.corner-4{position:absolute;right:-1px;bottom:-1px;}
.ad-panel {
	float: left;
	border:solid 1px #B4B4B4;
	position:relative;
	background-color:#F5F5F5;
	padding:0;
	margin:10px 8px 0 0px;
}
.ad-panel .corner-3{*bottom:-2px;}.ad-panel .corner-4{*bottom:-2px;}

.info1 {
    font-family:Trebuchet MS; font-size:14px; 
	float: left;
	border:solid 1px #B4B4B4;
	position:relative;
	background-color:#F5F5F5;
	padding:5px 5px 5px 5px;
	margin-left:20px;
	overflow:hidden;
}
.info1 .corner-3{*bottom:-2px;}.info1 .corner-4{*bottom:-2px;}
.info2 {
    font-family:Trebuchet MS; font-size:14px; 
	float: left;
	border:solid 1px #B4B4B4;
	position:relative;
	background-color:#F5F5F5;
	padding:5px 5px 5px 5px;
	margin-left:20px;
	overflow:hidden;
}
.info2 li{ list-style:inside; list-style-type:circle}
.info2 .corner-3{*bottom:-2px;}.info2 .corner-4{*bottom:-2px;}

.info3 {
    font-family:Trebuchet MS; font-size:14px; 
	float: left;
	border:solid 1px #B4B4B4;
	position:relative;
	background-color:#F5F5F5;
	padding:5px 5px 5px 5px;
	margin-left:20px;
	overflow:hidden;
}
.info3 .corner-3{*bottom:-2px;}.info3 .corner-4{*bottom:-2px;}

.contentFooter {
 font-family:Trebuchet MS; font-size:10px; 
 padding:10px 0 0 0;
 clear:both;
}
.contentFooter a{
 color:#000066;
 text-decoration:none;
 font-weight:bolder;
 font-size:13px;
}
.contentFooter a:hover{
 color:#000066;
}
.header2{
font-family:Verdana;
font-size:16px;
font-weight:bolder;
color:#3366FF;
}
.rate_card_ae {
	cursor:pointer;
	margin:3em;
	text-decoration:underline;
}
.rate_card_ae:hover {
	background-image:url(../images/icons/flags/ae.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:30px;
}
.rate_card_in {
	cursor:pointer;
	margin:3em;
	text-decoration:underline;
}
.rate_card_in:hover {
	background-image:url(../images/icons/flags/in.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:30px;
}
.SMSReportsContainer {
	font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#000;
}

.examplesDiv {
	display:none;
	background:url(../images/footer-bg.gif) repeat left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	border:5px #09F solid;
	padding:4px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	margin:2px;
}
.loggedinas {
	font:Arial, Helvetica, sans-serif small bold;
	color:#F00000;
	text-decoration:none;
	font-size:14px;
}
#scrollup {
	   position: relative;
	   overflow: hidden;
	   border: 1px solid #000;
	   height: 200px;
	   width: 200px;
	   background-color:#000;
	 }
.headline {
	   width:98%;
	   vertical-align:middle;
	   text-align:center;
	   font:Verdana, Geneva, sans-serif small bold;
	   color:#FFF;
	   font-weight:bold;
	   background:#000;
	   border:1px #FF0 solid;
	   -moz-border-radius: 1em;
	   -webkit-border-radius: 1em;
}