@import "reset.css";
/*~~~~~( body / universal )~~~~~~*/
body {
	text-align: center;
	color: #333;
	font: 80% verdana, "tahoma", arial, helvetica, sans-serif;
	line-height:1.4em;
	background:#fff;
}
.no_pad {
	margin:0 !important;
	padding:0 !important;
}
a {
	color:#5577AA;
}
a:hover, a:focus {
	color:#6C9CB7;
}
p { 
	clear: both; 
	margin: 0 0 2px 0;
}
br {
	clear: both;
}
hr {
	margin-bottom:16px;
}
/*~~~~~( Main Page Layout )~~~~~~*/
.inner {
	width:892px;
	text-align:left;
	margin:0 auto;
}
#globalStrip {
	background:#27343C url(../images/global.gif) repeat-x bottom;
	color:#fff;
}
	#globalStrip div.logo img {
		float:left;
	}
	#globalStrip span {
		float:right;
		padding:6px 0 0;
	}
	#globalStrip a {
		color:#fff;
	}
#headerStrip {
	background:#fff url(../images/header.gif) repeat-x bottom;
	overflow:hidden;
}
	#headerStrip2 {
		background:url(../images/header_right.gif) no-repeat bottom right;
		padding:17px 0 3px;
		position:relative;
	}
	.behindthisapp {
		float:right;
		position:absolute;
		right:0;
		top:0;
	}
	#headerStrip h1 {
		margin:0 !important;
		padding:0 0 15px;
		display:block;
	}
	#headerStrip ul {
		display:block;
		margin:0 !important;
		overflow:hidden;
	}
		#headerStrip ul li {
			float:left;
			margin-right:4px;
		}
			#headerStrip ul li a {
				color:#fff;
				font-weight:bold;
				letter-spacing:-0.2px;
				font-family:"tahoma", Verdana, Arial, Helvetica, sans-serif;
				_height:1%;
				display:block;
				float:left;
			}
			#headerStrip ul li a {
				background:#6C9CB7 url(../images/nav.gif) no-repeat left -64px;
			}
				#headerStrip ul li a span {
					background:url(../images/nav2.gif) no-repeat right -64px;
				}
			#headerStrip ul li a:hover {
				background:#6C9CB7 url(../images/nav.gif) no-repeat left -128px;
			}
				#headerStrip ul li a:hover span {
					background:url(../images/nav2.gif) no-repeat right -128px;
				}
			#headerStrip ul li.active a {
				background:#6C9CB7 url(../images/nav.gif) no-repeat left top !important;
			}
				#headerStrip ul li.active a span {
					background:url(../images/nav2.gif) no-repeat right top !important;
				}
			#headerStrip ul li a span {
				border-bottom:1px solid #fff;
				padding:6px 8px 5px;
				display:block;
			}
			#headerStrip ul li.active a span {
				border-bottom:0;
				padding:7px 8px 5px;
			}
#content {
	padding:32px 0;
	background:#fff url(../images/content.gif) repeat-x top;
}
.mainContent {
	float:left;
	width:600px;
}
.subContent {
	float:right;
	width:260px;
}
#footerStrip {
	background:#fff url(../images/footer.gif) no-repeat top;
	color:#AAA6A3;
	padding:16px 0;
}
.left {
	float: left;
        width: 45%;
        display: block;
}
.right {
	float: right;
        padding-left: 20px;
        width: 45%;
        display: block;
}
.headingImage img {
	vertical-align: middle;
}
.heading {
	width: 100%;
}
.heading h2 {
	vertical-align: middle;
}
.headingImage {
	width: 35px;
}

/*~~~~~( Anchors )~~~~~~*/
a, img {
	text-decoration:none;
}

/*~~~~~( Text )~~~~~~*/
strong {
	font-weight:bold;
}
small {
	font-size:0.8em;
}
em {
	font-style:italic;
}
#content p, #container p {
	font-size:1em;
	line-height: 1.6em;
	margin: 0 0 16px 0;
}
h1,h2,h3,h4 {
	font-family:"tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2.5em;
	margin: 0 0 1px 0;
}
h2 {
	font-size: 1.3em;

	line-height:1.3em;
	color:#555;
}
h3 {
	font-size: 1.2em;
	margin: 1em 0em 0.8em 0em;
	color:#555;
}
small {
	color:#999;
}
h4 {
	font-size: 1em;
	margin: 1em 0em 0.8em 0em;
	color:#555;
}
.message {
	font-weight: bold;
        color: #6BB650;
}
fieldset {
	padding: 1em;
	border: 1px solid #efefef;
}
legend {
	padding: 1em;
}
/*~~~~~( Forms and tables )~~~~~~*/
select,.submit {
	cursor:pointer;
}
select {
	vertical-align:middle;
	position:relative;
}
.table {
        width: 100%;
        text-align: left;
        
}
.table thead {
        
        color: #333333;
        font-size: 14px;
}
.table thead th {
	padding:4px 12px 4px 0;
	vertical-align:top;
	border-bottom: 2px solid #cbe1f9;
	color: #5577AA;
	font-weight: bold;
}
.table thead th {
	vertical-align:top;
	padding-top:6px;
	width:1%;
	text-align:left;
}
.table tbody {
        font-size: 12px;
        color: #333333;
}
.table tbody a {
        color: #5577AA;
        font-weight: bold;
}
.table tbody a:hover, .table tbody a:focus {
        color: #6C9CB7;
}
.table tbody td {
        border-bottom: 1px solid #e3e3e3;
	padding:4px 0 4px 0;
	vertical-align:top;
	text-align: left;
}
.record1 {
        background-color: #FFFFFF;
}
.record2 {
        background-color: #EFEFEF;
}
.highlightedRecord {
        font-size: 16px;
        font-weight: bold;
        color: #064f91;
}
.mainForm {
	width: 100%;
}
.mainForm td {
	padding:4px 0 4px 0;
	vertical-align:top;
}
.mainForm th {
	padding:4px 12px 4px 0;
	vertical-align:top;
}
.mainForm th {
	vertical-align:top;
	padding-top:6px;
	width:20%;
	text-align:right;
}
.mainForm label {
	padding:0 !important;
	display:inline;
	font-weight:bold;
	color:#666;
}
.mainForm td label {
	padding:0 4px 0 0 !important;
}
.mainForm .sml {
	padding:4px;
	border:1px solid #CACCD9;
	width:20%;
	vertical-align:middle;
}
.mainForm .mid {
	padding:4px;
	border:1px solid #CACCD9;
	width:50%;
	vertical-align:middle;
}
.mainForm .wide {
	padding:4px;
	border:1px solid #caccd9;
	width:95%;
	vertical-align:bottom;
}
.mainForm textarea.wide {
	height:75px;
}
.mainForm .mid:hover, .mainForm .wide:hover, .mainForm .sml:hover {
	background: #fff none;
	border:1px solid #999;
}
.mainForm .mid:focus, .mainForm .wide:focus, .mainForm .sml:focus {
	border:1px inset #dedede !important;
	background: #eee none !important;
}
.button {
	color:#fff;
	background:#88AABB;
	padding:4px 6px;
	border:0;
}
.button:hover, .button:focus{
	background:#6BB650;
}
.subButton {
	color:#fff;
	background:#666666;
	padding:4px 6px;
	border:0;
}
.subButton:hover, .button:focus{
	background:#6BB650;
}
fieldset legend {
	font-weight: bold;
}
/*~~~~~( LISTS )~~~~~~*/

ul.actions {
	overflow:hidden;
	margin:0 !important;
}
ul.actions li {
	width:440px;
	float:left;
	display:block;
	background:url(../images/boxBot.gif) no-repeat bottom;
	margin:0 12px 12px 0;
	list-style:none !important;
	padding:0 !important;
}
ul.actions li.alt {
	margin:0 0 12px 0;
}
ul.actions li.bottom {
	margin-bottom:0 !important;
}
ul.actions li div {
	background:url(../images/boxTop.gif) no-repeat top;
}
ul.actions li a {
	color:#333;
}	
ul.actions li div div {
	padding:16px 16px 0 108px;
	background-position:24px 24px;
	background-repeat:no-repeat;
}
ul.actions li.icon_responder div div {
	background-image:url(../images/icons/responder.gif);
}
ul.actions li.icon_mail div div {
	background-image:url(../images/icons/mail.gif);
}
ul.actions li.icon_stats div div {
	background-image:url(../images/icons/stats.gif);
}
ul.actions li.icon_subs div div {
	background-image:url(../images/icons/subs.gif);
}
ul.actions li.icon_contact div div {
	background-image:url(../images/icons/contact.gif);
}
ul.actions li.icon_settings div div {
	background-image:url(../images/icons/settings.gif);
}
ul.actions li.icon_api div div {
	background-image:url(../images/icons/api.gif);
}
ul.actions li.icon_docs div div {
	background-image:url(../images/icons/docs.gif);
}

#content ol, #content ul {
	margin-bottom:16px;
}
#content ol {
	list-style:inside decimal;
}
#content ul {
	list-style:inside disc;
}
#content li {
	padding:4px;
}
/*~~~~~( IMAGES )~~~~~~*/
.section_heading {
	padding-left: 22px;
	font-size: 1.5em;
	margin: 0 0 10px 0;	
}
.email_campaign {
	background-image:url(../images/icons/mail.gif);
	background-repeat: no-repeat;
	background-position: 2% center;
}

/*~~~~~( Float clearing: clearfix/peusdo method )~~~~~~*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.codecontainer{
height: 150px;
border: 1px solid gray;
width: 98%;
}

.selectall{
padding: 3px 6px 4px 6px;
text-decoration: none;
font: bold 13px Verdana;
color: white;
background-color: #88AABB;
border: 1px solid gray;
border-bottom-width: 0;
}

.selectall:hover{
border-color: black;
color: black;
background-color: #6BB650;
}