/***
 Stylesheet for SendSMS.no
 Copyright 2009 SendSMS.no
***/

* { 
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background:#e1e1e1 url(/images/page.gif) repeat-x top left;
	text-align: center;
	font: normal 12px arial, helvetica, sans-serif;
	padding-bottom: 20px;
}
.clear { clear: both; height: 1px;	text-overflow: none; }
.clear { display: inline !ie; }

.right { float: right; }
.left {	float: left; }

.clearMyHead {
    clear:both;
    height:1px;
	text-overflow: none;
	background:#fff url(/images/clearHead.png) no-repeat top right;
	_background-image: none;
	width: 100%;
	clear:none !ie;
}

/* Header */
.navheader {
	background: url("/images/header-bg.gif") repeat-x right bottom;
}
.navheaderleft {
	background: url("/images/header-bg-left.gif") no-repeat left bottom;
/*	_background: url("/images/header-bg-left-white.gif") no-repeat left bottom;*/
}
#header {
	width:100%;
	font-size:12px;
	line-height:normal;
	text-align: left;
	padding-top: 10px;
}
#header h1 {
	color: #fff;
	font: bold 24px arial, helvetica, sans-serif;
	padding: 10px 0 12px 5px;
	line-height: 26px;
	text-shadow: #052857 1px 1px 3px;
}
#header h1.image {
	color: #fff;
	font: bold 24px arial, helvetica, sans-serif;
	padding:0 0 10px;
}
#header h1 span, #header h1.image span {
	color: #789fd7;
	font: bold 16px arial, helvetica, sans-serif;
	padding: 0 0 0 10px;
}
#header h1 span a, #header h1.image span a {
	background: url("/images/switch-client.gif") no-repeat right 2px;
	color: #789fd7;
	padding-right: 25px;
}
#header h1 span a:hover, #header h1.image span a:hover {
	background: url("/images/switch-client-on.gif") no-repeat right 2px;
}

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

.topNavs img {
	border:0;
	margin:0;
	float: left;
	padding: 2px 0 5px 0px;
}

/* Menu, Left */
#primaryNavs {
	margin: 0 6px 0 6px;
}
#primaryNavs ul {
	margin:0;
	padding:0 5px 0 0;
	list-style:none;
	pointer: hand;
}
#primaryNavs li {
	display:inline;
	margin:0;
	padding:0;
}
#primaryNavs a {
	float:left;
	background:url("/images/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	font-size: 12px;
	display: inline;
}
#primaryNavs a span {
	float:left;
	display:block;
	background:url("/images/right_both.gif") no-repeat right top;
	padding:8px 12px 8px 0;
	font-weight:bold;
	color:#fff;
	text-shadow: #1a3c6f 1px 1px 1px;
}
#primaryNavs a:hover span {
	color:#fff;
}
#primaryNavs #current a {
	background-image:url("/images/left_on.gif");
	border-width:0;
}
#primaryNavs #current a span {
	background-image:url("/images/right_on.gif");
	color:#06476f;
	padding-bottom:8px;
	text-shadow: none;
}
#primaryNavs #currentSub a {
	background-image:url("/images/left-sub_on.gif");
	border-width:0;
}
#primaryNavs #currentSub a span {
	background-image:url("/images/right-sub_on.gif");
	color:#06476f;
	padding-bottom:8px;
	text-shadow: none;
}
#primaryNavs a:hover {
	background-position:0% -100px;
}
#primaryNavs a:hover span {
	background-position:100% -100px;
}
#primaryNavs #current a:hover, #primaryNavs #currentSub a:hover {
	background-position: top left;
}
#primaryNavs #current a:hover span, #primaryNavs #currentSub a:hover span {
	background-position: top right;
}

/* Menu, Right */
#secondaryNavs ul {
	margin-right: 5px;
}
#secondaryNavs a {
	float:right;
	background:url("/images/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
}
#secondaryNavs a span {
	float:right;
	display:block;
	background:url("/images/right_both.gif") no-repeat right top;
	padding:8px 12px 8px 0;
	font-weight:bold;
	color:#fff;
	text-shadow: #1a3c6f 1px 1px 1px;
}
/* Commented Backslash Hack hides rule from IE \*/
#secondaryNavs a span {float:none;}
/* End IE hack */

/* Box, Right-col - ikke rounded borders i IE */
.bghighlight { background:#DFEBF5 none repeat scroll 0 0; }
.bghighlight {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin:0 0 15px;
	padding:4px 0;
}

/* H3, Right-col */
h3.sidebar { color:#484E54; }
h3.sidebar {
	color:#585858;
	font-size:12px;
	margin:0;
	padding:1px 10px;
}

dl.icon-menu  {
	padding-top: 5px;
}
dl.icon-menu-notop  {
	margin-top: 5px;
}
dl.icon-menu dt, dl.icon-menu-notop dt {
	float: left;
	width: 25px;
	height: 40px;
}
dl.icon-menu dd, dl.icon-menu-notop dd {
	margin-left: 25px;
	font-size: 11px;
	padding-bottom: 4px;
	color: #828282;
}
dl.icon-menu dd a, dl.icon-menu-notop dd a {
	font-size: 12px;
	font-weight: bold;
}
dl.icon-menu dd.noLink {
	font-size: 12px;
	font-weight: bold;
	color: #525252;
}
dl.icon-menu dd a.small, dl.icon-menu-notop dd a.small {
	font-size: 11px;
	font-weight: normal;
}
dl.icon-menu dd.last, dl.icon-menu-notop dd.last {
	margin-bottom: 10px;
}
dl.icon-menu dd.lastBig, dl.icon-menu-notop dd.lastBig {
	margin-bottom: 25px;
}



/* Site */
#site {
	width:960px;
	margin:0px auto;
}
#site .shadowHeader, #site .shadowHeader .shadowMidLeft, #primaryNavs {
	background-color:#97a3af;
}
#site .shadowHeader, #site .shadowHeader .c {
	text-align: left;
}
#site .shadowBottomLeft .shadowMidLeft {
	height:11px;
	_background-color: #FFF;
}
#site .shadowBottomLeft .shadowMidLeft {
	height:14px;
	_background-color: #FFF;
}
#site .shadowBottomLeft .shadowMidLeft {
	background:transparent url(/images/br.png) no-repeat scroll right 0;
	margin-right:-14px;	
}
#site .shadowHeader {
	background-image:url(/images/tl.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right:14px; /* space for right corner */
	_margin-right:0;
	_background: none;
}
#site .shadowHeader .shadowMidLeft {
	background-image:url(/images/tr.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
	_margin-right:0;
	margin-left:7px;
	_background: none;
	_background-color: #FFF;
}
#site .shadowWrap {
	background:#fff;
	margin-right:6px;
	_margin-right:0;
}
#site .shadowWrap .shadowMidLeft {
	background:transparent url(/images/mr.png) repeat-y right 0px;
	margin-right:-6px;
	_margin-right:0;
	_background: none;
	_background-color: #FFF;
}
#site .shadowWrap .shadowMidLeft .shadowMidContent {
	margin:0px 8px 0px 4px;
	_margin:0;
	background:#fff;
	text-align: left;
}
#site .shadowBottomLeft {
	background:transparent url(/images/bl.png) no-repeat 0px 0px;
	margin-right:14px;
	_margin-right:0;
	_background: none;
	font-size: .9em;	
}
#site .shadowBottomLeft .shadowMidLeft {
	background:transparent url(/images/br.png) no-repeat right 0px;
	margin-right:-14px;
	_background: none;
	_margin-right:0;
	_background-color: #FFF;
}


/* Structure */
#dashboard {
	padding: 22px 18px 25px 15px;
	/* Give content layout to fix IE7 bug with 100% width tables  */
	zoom: 1.0;
}

#content {
	padding: 10px 10px 25px 10px;
	position: relative;
	/* Give content layout to fix IE7 bug with 100% width tables  */
	zoom: 1.0;
	min-height: 600px;
}

#fullcol {
	margin-right: 5px;
	min-height: 350px;
  	height:auto !important;
}

#leftcol {
	margin-right: 261px;
	min-height: 350px;
  	height:auto !important;
  	height:350px;
}

body.dashboard #rightcol {
	padding-top: 30px;
}

#rightcol {
	position:absolute;
	top: 0px;
	right: 17px;
	width: 240px;
	padding: 67px 0 0 0;
}

.leftContentCol {
	float: left;
	width: 48%;
}
.rightContentCol {
	margin: 0 0 0 50%;
	padding-left: 25px;
}

/* Text */
p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 0;
}

h1 {
	padding: 0 0 4px 0;
	border-bottom: 0;
	margin: 0 0 5px 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

h2 {
	margin: 20px 0 5px 0px;
	color: #333;
	font-size: 14px;
	padding: 0;
	font-weight: bold;
}

h3 {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	line-height: 18px;
	margin: 8px 0 10px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Links and Images */
a { text-decoration: underline;	padding: 1px; }
a:hover { text-decoration: none; }
a img {	border: 0; }

a:link, a:visited, a:hover, a:active { color: #3081dd; }

/* Navbar Top */
#topNavsWrapper { width:960px; margin:0 auto; /* padding: 5px 10px 0 10px; */ }
.topRight { float: right; margin-right: 10px; }
body#admin .topNavs { margin-bottom: 2px; margin-bottom: 8px !ie; }
.topNavs { margin-bottom: 3px; }
.topNavs { margin-bottom: 8px !ie; }
.topNavs ul { list-style:none; }
.topNavs li { display:inline; margin:0; padding:0; }
.topNavs a {
	float:left;
	padding:22px 3px 0 12px;
	text-decoration:none;
	font: bold 11px arial, helvetica, sans-serif;
	line-height: 16px;
}

.topNavs a:hover {
	float:left;
	padding:22px 3px 0 12px;
	text-decoration:underline;
	font: bold 11px arial, helvetica, sans-serif;
	line-height: 16px;
}

.topNavs .logo a {
	float:left;
	padding:0;
}

/* Tables */
th.cellCenter, td.cellCenter {
	text-align: center;
}
table{font-size:12px;width:100%;text-align:left;border-collapse:collapse;margin:0}
table th{font-size:12px;font-weight:400;background:#dfebf5;border-top:4px solid #abc3d6;border-bottom:1px solid #fff;color:#555;padding:8px 10px;}
table tr.odd{ background:#f9f9f9; }
table tr.even{ background:#fff; }
table td{border-bottom:1px solid #cdcdcd;color:#333;border-top:1px solid transparent;padding:6px 10px;vertical-align:middle;}
table tr:hover td{background:#f2f2f2;color:#000;vertical-align:middle;}
table tr.sum {background:#f2f2f2;color:#555;font-weight:bold;}

/* Right boxes */
.search-box { border:solid 1px #ABC3D6;background:#DFEBF5; padding:0 15px; margin: 0px 0 20px;}
.search-box h4{font-size:14px;font-weight:700;margin:0 0 4px; padding:0; color:#5b7080;}
.searchform { padding:10px 0px; }
.searchform input{float:left;font-size:12px;border:solid 1px #ABC3D6;width:130px;margin:0px;padding:5px 4px;}
.searchform input.submit{border:0;width:63px;height:26px;margin:0; padding:0px; float:right;}

#main h3 { background:#588eba; padding:8px; font-size:12px; color:#fff; }

/* Form */
input[type="text"], input[type="password"], textarea { 
	padding: 7px 5px;
	font: normal 12px arial, helvetica, sans-serif;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	_border: 1px solid #ccc !important;
	_padding: none;
	border: 1px solid #d5d4be;
}
input:focus, textarea:focus {
	border: 1px solid #666;
	outline: none;
}

input[type="radio"], input[type="checkbox"] {
	background:transparent !important;
	border:0 !important;
	width:16px !important;
}
input[type="image"] {
	border: 0;
	padding: 0;
}
input.searchField {
	font-size: 11px;
	color: #b1b1b1;
	width: 110px;
}
input.searchFieldOn {
	color: #5f5f5f;
}
select { 
	font: normal 12px arial, helvetica, sans-serif;
	padding: 2px 2px 2px 5px;
}
body:last-child:not(:root:root) select {
	margin: 2px 0;
}
select option {
	padding-right: 4px;
}
.formBG h3, label.h3checkbox, .formBGCSS h3 { color: #1b57aa; font-size: 14px; font-weight: bold; }
.formBG label.checkbox { color: #204e8e; }

.formBG h3 span {
	color: #666;
	font-size:.8em; 
	padding-left:10px;
}

.formBG {
	background: #f4f4f4;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	padding: 4px 0;
	margin-top: 5px;
	/* Give content layout to fix IE7 bug with 100% width tables  */
	zoom: 1.0;
}
.formBGCSS {
	background: #f4f4f4;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	padding: 18px 0 5px 0;
	/* Give content layout to fix IE7 bug with 100% width tables  */
	zoom: 1.0;
}
.formWrapper {
	padding: 2px 15px;
}
.formWrapperRadios {
	padding: 2px 15px 15px 15px;
}
.formWrapperExtraPad {
	padding: 15px;
}
.formDescription {
	background: #e4e4e4;
	padding: 10px 8px;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
}
.formContainer {
	margin: 5px 0 15px 0;
	background: #e4e4e4;
	padding: 3px;
	line-height: 1.2;
	/* Give content layout to fix IE7 bug with 100% width tables  */
	zoom: 1.0;
}
.formContainer div.clearfix {
	padding: 4px;
}
.formContainer div.clearfixError {
	padding: 4px;
}
.formContainerDark {
	background: #d3d3d3;
}
input[type="text"].clearfixError, textarea.clearfixError, input[type="password"].clearfixError {
	padding: 5px 4px;
	border: 1px solid #f77171;
	margin: 0;
}
.clearfixError textarea.full {
	width: 90%;
}
.clearfixError img {
	border: none;
}
.clearfixError label {
	color: #c00;
	padding: 4px 0 0 2px;
}
select.errorSelect {
	background: #f7bbbb;
}	
.formContainer label {
	width: 10px;
	float: left;
	font-size: 12px;
	padding: 7px 15px 0 0;
}
.formContainer label.file {
	width: 100px;
	float: left;
	font-size: 11px;
	padding: 3px 0 0 0;
}
.formContainer label.top {
	float: none;
	font-size: 11px;
	padding: 4px 0 0 5px;
}
.formContainer label.wide, .lastFormContainer label.wide {
	width: 150px;
	padding-left: 10px;	
}
.formContainer label.thin, .lastFormContainer label.thin {
	width: 90px;
	padding-left: 10px;
}

input.textfield-large {
	width: 200px;
}

input.textfield-medium {
	width: 100px;
}

input.textfield-small {
	width: 50px;
}

span.formcancel {
	display: block;
	width: 200px;
	padding-top: 8px;
	float: left;
	color: #999;
}
span.buttonOr {
	display: block;
	width: 21px;
	padding-top: 8px;
	float: left;
	color: #999;
}
div.radioInset {
	padding: 5px 0 0 100px;
}
.formContainer div.radioInset label {
	float: none;
}
.formContainer td.last, .formContainer th.last, .formContainer th#last1, .formContainer td#last2 {
	border: none;
}

/* Standard graphic Button */
a.button{
	background:url(/assets/sendsms_icons/button.png);
	display:block;
	color:#333;
	font-weight:bold;
	height:28px;
	line-height:29px;
	margin:4px 0;
	text-decoration:none;
	width:190px;
}

a:hover.button{
	color:#0066CC;
}

.form-button {
	display:block;
	color:#333;
	font-weight:bold;
	height:28px;
	line-height:29px;
	text-decoration:none;
	width:190px;
}

/* Small graphic Button */
a.button-small{
	background:url(/assets/sendsms_icons/button-small.png);
	display:block;
	color:#333;
	font-weight:bold;
	height:26px;
	line-height:28px;
	margin:4px 0;
	text-decoration:none;
	width:131px;
}

a:hover.button-small{
	color:#0066CC;
}

.hidebutton {
	background-color: transparent;
    border-style: none;
    border-width:0;
	font-size:1em;
	font-family:arial;
	height:30px;
	width:195px;
	cursor:pointer;
}

.free{
	background:url(/assets/sendsms_icons/free.png) no-repeat 10px 6px;
	text-indent:0;
	display:block;
}
.kontant{
	background:url(/assets/sendsms_icons/money.png) no-repeat 10px 6px;
	text-indent:15px;
	display:block;
}
.faktura{
	background:url(/assets/sendsms_icons/page.png) no-repeat 10px 6px;
	text-indent:15px;
	display:block;
}
.creditcard{
	background:url(/images/icons/credit-cards.png) no-repeat 10px 6px;
	text-indent:15px;
	display:block;
}
.add{
	background:url(/assets/sendsms_icons/add.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.multiadd{
	background:url(/images/icons/group_add.png) no-repeat 8px 6px;
	text-indent:30px;
	display:block;
}
.edit{
	background:url(/images/icons/page_edit.png) no-repeat 8px 6px;
	text-indent:30px;
	display:block;
}
.purchase, .send{
	background:url(/assets/sendsms_icons/arrow-curve-left.png) no-repeat 8px 7px;
	text-indent:30px;
	display:block;
}
.delete{
	background:url(/images/package-no.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.cancel {
	background:url(/assets/sendsms_icons/cancel.png) no-repeat 8px 6px;
	text-indent:30px;
	display:block;
}
.update {
	background:url(/images/package-yes.png) no-repeat 8px 6px;
	text-indent:30px;
	display:block;
}
.refresh {
	background:url(/assets/sendsms_icons/refresh.png) no-repeat 8px 6px;
	text-indent:30px;
	display:block;
}
.user{
	background:url(/assets/sendsms_icons/user.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.alert{
	background:url(/assets/sendsms_icons/alert.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.msg{
	background:url(/assets/sendsms_icons/msg.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.download{
	background:url(/assets/sendsms_icons/download.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.upgrade{
	background:url(/assets/sendsms_icons/arrow-up.png) no-repeat 8px 6px;
	text-align:left;
	text-indent:12px;
	padding-left:18px;
	display:block;
}
.lens{
	background:url(/assets/sendsms_icons/lens.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.info{
	background:url(/assets/sendsms_icons/info.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.send_pending {
	background:url(/assets/sendsms_icons/send_pending.png) no-repeat 10px 6px;
	text-indent:30px;
	display:block;
}
.send_now {
	background:url(/assets/sendsms_icons/send_now.png) no-repeat 10px 6px;
	text-indent:30px;
	display:block;
}
.btn_standard { padding: 3px 5px; }


/* Messages */
/********************** Messages  */

*/
.success {
	color:#4F8A10;
}
.error, .warning {
	color:#df280a;
}
.notice {
	color:#CC0000;
}
.success, .error, .warning {
	font-weight: normal;
}
.messages {
	width:655px;
	margin-bottom:10px;
	overflow:hidden;
	margin-left: 0;
	padding-left: 0;
}

.messages ul {
	list-style-type:decimal;
	font-size:12px;
}

.messages p strong {
	font-size:14px;
}

.success-msg span { font-weight: bold; }
.warning-msg, .error-msg, .success-msg, .info-msg, .more-msg {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: normal;
	font-size: 1.3em;
}
.warning-msg, .error-msg li, .success-msg li, .info-msg li {
}
.error-msg, .warning-msg {
	border-color:#f16048;
	color:#df280a;
	background:#faebe7;
	background-image:url('/images/error.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.success-msg {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/success.png');
}
.info-msg {
	color: #4F8A10;
	background-color: #DFF2BF;/*    background-image:url('/images/success-green.png');*/
}
.info-msg {
	color: #00529B;
	background-color: #BDE5F8;
	background-image:url('/images/info.png');
}



#frontpanel {
	height:371px;
	position:relative;
	width:880px;
}

#frontpanel h2 {
	color:#000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.55em;
	line-height:1.2em;
	padding-bottom:10px;
}

#frontpanel p {
	color:#000;
	line-height:1.8em;
}

#frontpanel .screenshot {
	background-image:url(/images/frontpage.png);
	background-position:center center;
	background-repeat:no-repeat;
	bottom:1px;
	height:266px;
	position:absolute;
	right:-24px;
	width:470px;
}

#frontpanel .blurb {
	float: left;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 40px;
}

#frontpanel .options {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 20px;
	width: 400px;
	padding-top: 30px;
}


/* SendSMS Frontpage */
#bannerHome {
	height: 375px;
	background: transparent url('/images/frontpage-background.jpg') no-repeat left top;
	overflow: hidden;
}

.containterFront {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.containterFront h1 {
	color:#174f85;
	font-family:helvetica,arial,sans-serif;
	font-size:3em;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	text-align:left;
	text-transform:none; 
	line-height: 1.1em;
}

.containterFront h2 {
	color:#333;
	font-family:helvetica,arial,sans-serif;
	font-size:1.6em;
	margin:0;
	padding:0;
	padding-top:10px;
	text-align:left;
	text-transform:none; 
	font-weight:normal;	
}

.containterFront
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.grid_1, .grid_2, .grid_3 {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.center {
	width: 960px;
	margin: 0 auto;
}

.containterFront .grid_1 { 
	width: 460px; 
}
.containterFront .grid_2 { 
	width: 420px; 
/*	background-image:url(/images/screenshot_grupper_front.png);
	background-position:right center;
	background-repeat:no-repeat;*/
	height:372px;
	text-align:left;
	padding-right: 40px;

}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.container_3 {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.container_3 .grid_1 {
	width:275px;
}

.container_3 .grid_2 {
	width:575px;
}

.container_3 .grid_3 {
	width:875px;
}

.container_3 .prefix_1 {
	padding-left:300px;
}

.container_3 .prefix_2 {
	padding-left:600px;
}

.container_3 .suffix_1 {
	padding-right:300px;
}

.container_3 .suffix_2 {
	padding-right:600px;
}

.container_3 .push_1 {
	left:300px;
}

.container_3 .push_2 {
	left:600px;
}

.container_3 .pull_1 {
	left:-300px;
}

.container_3 .pull_2 {
	left:-600px;
}

#main-front ul li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/ul_li.gif) no-repeat scroll left center;
	border-bottom:1px dotted #A6B3B9;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:5px 0 5px 15px;
}

/* Fancy progress bar to display number of SMS left */
.progress-bar {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/progress-bar.png) repeat-x scroll left -176px;
	border:1px solid #ABADB3;
	float:left;
	height:18px;
	margin-right:0px;
	width:210px;
}
.progress-bar.blankbar .fill {
	
}
.progress-bar.greenbar .fill {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/progress-bar.png) repeat-x scroll left -195px;
	border-color:#CEFA9A #77C51A #61AF05 #A3E456;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	height:16px;
}
.progress-bar.redbar .fill {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/progress-bar.png) repeat-x scroll left -215px;
	border-color:#F3A5A5 -moz-use-text-color #940404;
	border-style:solid none;
	border-width:1px medium;
	display:inline-block;
	height:16px;
}
.progress-bar-unlimited-spacer {
	float:left;
	width:222px;
}


/* Twitter */
#tweet  {
	color: #75818a;
	position:relative;
/*	margin-left:-30px;*/
}

#tweet ul li a  {
	color: #4093ce;
	font-weight: bold;
}

#tweet ul { margin:0; padding:0 0 0 5px; }

#tweet ul li {
	background:transparent url(/images/narrow_by_set.gif) no-repeat scroll left center;
	border-bottom:1px dotted #A6B3B9;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:5px 0 5px 15px;
}
