/* Total Reset of all cross browser problems */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
       border: none;
       font-family: inherit;
       font-size: 100%;
       font-style: inherit;
       font-weight: inherit;
       margin: 0;
       outline: 0;
       padding: 0;
       vertical-align: baseline;
	   border-style:hidden;
	   border-collapse:separate;
	   border-spacing:0px;
}
html, body {
height:100%;
font-family:'Droid Sans';
}
body {
	/* background:#5e85b0; */
	background:url('/images/darkbluebkgnd.png') repeat scroll;
	font-size: 14px;
	font-family: Helvetica;
}
h1 {
	font-family:'Georgia';
	font-size:34px;
	font-style:italic;
	margin:10px;
}
h2 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode';
	font-size:24px;
}
h3 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode';
	font-size:16px;
	margin:10px;
}
div.contTitle h1 {
	float:left;
	line-height:30px;
}
div.contTitle h3 {
	float:left;
	line-height:30px;
}
table th {
	font-weight:bold;
}
/**/
/* Site-Wide Font
@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-Regular-webfont.eot');
    src: url('fonts/Cabin-Regular-webfont.eot?#iefix') format('eot'),
         url('fonts/Cabin-Regular-webfont.woff') format('woff'),
         url('fonts/Cabin-Regular-webfont.ttf') format('truetype'),
         url('fonts/Cabin-Regular-webfont.svg#webfontBYmTbORQ') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-Italic-webfont.eot');
    src: url('fonts/Cabin-Italic-webfont.eot?#iefix') format('eot'),
         url('fonts/Cabin-Italic-webfont.woff') format('woff'),
         url('fonts/Cabin-Italic-webfont.ttf') format('truetype'),
         url('fonts/Cabin-Italic-webfont.svg#webfontoEOlx1Fe') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-Bold-webfont.eot');
    src: url('fonts/Cabin-Bold-webfont.eot?#iefix') format('eot'),
         url('fonts/Cabin-Bold-webfont.woff') format('woff'),
         url('fonts/Cabin-Bold-webfont.ttf') format('truetype'),
         url('fonts/Cabin-Bold-webfont.svg#webfont2veyF8LL') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-BoldItalic-webfont.eot');
    src: url('fonts/Cabin-BoldItalic-webfont.eot?#iefix') format('eot'),
         url('fonts/Cabin-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Cabin-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Cabin-BoldItalic-webfont.svg#webfontbHepAcvL') format('svg');
    font-weight: bold;
    font-style: italic;
}
/**/

/* Global Classes */
.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
form.frmcGroup {
text-align:center;
}
form.frmfGroup {
text-align:center;
}
/**/
/* Super navbar fix GO */
/* old fix
#wrapper {
float: left;
width: 100%;
height: 100%;
margin: auto;
}
body div#clear {
clear:both;
display:block;
height:1px;
margin: -1px 0 0 0;
}
*/
#mainTable {
	margin:0;
	height:100%;
	width:100%;
}
div#navBar {
}
/**/
/* Theme overrides */
a img {
    border:none;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
font-size:13px;
}
.ui-button.btnSmall .ui-button-text {
	display:inline;
	line-height:1em;
}
.ui-button.btnSmall {
	height:24px;
}

.ui-widget-content {
	margin:4px;
	padding-bottom:4px;
}
.ui-widget-content a, a {
	text-decoration:none;
	font-weight:normal;
	color:#2E6EAB;
}
.ui-widget-header {
	height:20px;
	margin: 2px;
	text-align:center;
}
a:hover {
text-decoration:none;
font-weight:normal;
color:#87B6D9;
}
/**/

/* Google Suggestions Search */
.gsResult {
	width: 100%;
	list-style-type: none;
}
.gsResult a {
	color: black;
	text-decoration: none;
}
#gsFrmContain {
	position:relative;
	width:196px;
	margin:0 auto;
}
#gsFrmContain input {
width:110px;
}
#gsContainer {
	display: none;
	position:absolute;
	left:4px;
	top:24px;
	text-align:left;
	background-color:#FFF;
	border:1px solid #888;
	z-index:2;
}
.gsHighlight {
	background-color: #d5e2ff;
}
/**/
/* Google Ads */
td#tblContent #cntGAdSense {
	text-align:center;
}
/**/
/* Navigation */
/* old way
div#navBar {
	width:20%;
	min-width:200px;
	max-width:200px;
	height:100%;
	background:#dfeffc;
	margin:0;
	padding:0;
	float:left;
    -moz-box-shadow: 1px 0px 2px #111;
    -webkit-box-shadow: 1px 0px 2px #111;
    box-shadow: 1px 0px 2px #111;
}
*/
#tblNavbar {
	/* background:#dfeffc; */
	font-family:'Droid Sans';
	background:url('/images/lightbluebkgnd.png') repeat scroll;
	width:220px;
    -moz-box-shadow: 1px 0px 2px #111;
    -webkit-box-shadow: 1px 0px 2px #111;
    box-shadow: 1px 0px 2px #111;
	vertical-align:top;
}
td#tblNavbar #cntIPAddr, td#tblNavbar #cntGSearch {
	text-align:center;
	margin-top:6px;
	margin-bottom:6px;
}
td#tblNavbar #cntGSearch button {
	height:24px;
}
td#tblNavbar #cntGSearch button span {
	padding:2px 8px 2px 8px;
}
div#cntTabs ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#cntTabs ul li {
	border-top:1px solid #A6C9E2;
}
div#cntTabs ul li:last-child {
	border-bottom:1px solid #A6C9E2;
}
div#cntTabs ul li:hover a {
	color:#2E6EAB;
}
div#cntTabs ul li:hover {
	background: url("redmond/images/ui-bg_glass_75_d0e5f5_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
}
div#cntTabs ul li.tabActive a {
	color:#black;
	background:white;
}
div#cntTabs ul li.tabActive {
}
div#cntTabs ul li a {
	display:block;
	margin:0;
	padding:10px 20px;
	line-height:18px;
	color:black;
	text-decoration:none;
	outline:none;
	text-align:right;
}
/**/
/* Content Area */
div#tabsContent {
	padding-top:25px;
}
td#tblContent {
	font-family:'Open Sans';
}
/**/
/* Notification Area */
#ntfArea {
	display:none;
	margin:0 10px 10px 10px;
	width:200px;
	z-index:99999;
}
#ntfArea div.ui-state-highlight {
	background:none repeat scroll 0 0 #e3f1fc;
	border:1px solid #70a8d2;
}
#ntfArea a.ui-notify-close span.ui-icon {
	float:right;
	cursor:pointer;
}
#ntfArea span.ui-icon-info {
	float:left;
}
/* Help Dialogs */
.dlgHelp #tabData {
	height:350px;
	width:400px;
	margin:0 auto;
}
#dlgEmlImage div {
	text-align:center;
}
/* General Classes */
.contTitle {
	height:50px;
	color:white;
}
.contTitle p.about {
	display:inline-block;
}
.cntTitle-small {
	text-align:left;
	width:90%;
	margin:18px auto;
}
.cntTitle-small span.frameTitle {
	position:relative;
	left:9px;
	top:-8px;
	background-color:white;
}
.cntTitle .ttlText {
font-size:18px;
}
button.ui-button {
	position:relative;
}
.label {
	font-weight: bold;
}
/**/
/* Change Email Dialog */
#chgEmailError {
height:24px;
}
/**/
/* Share by email Dialog */
#cntShareEmail {
display:none;position:absolute;border:1px solid #A6C9E2;background-color:white;z-index:2000;
}
#cntShareEmail form#frmEMail {
	margin:4px;
}
#cntShareEmail label {
font-weight:bold;
width:80px;float:left;
display:block;
}
/**/
/* Change Password Dialog */
form#frmResetPass {
	width:320px;
}
form#frmResetPass label {
	display:inline-block;
	width:172px;
	text-align:right;
	margin-right:12px;
}
form#frmResetPass input {
	width:130px;
}
form#frmResetPass div#cntBtnChgPass {
text-align:center;
margin:10px;
}
form#frmResetPass .errValidation {
	text-align:center;
	height:24px;
}
form#frmResetPass .errValidation label {
	margin:0;
}
/**/
/* Contact Us */
div#contTabContact {
	width:780px;
	margin:0 auto;
}
div#contTabContact div.cntOuter {
	padding:6px;
	padding-bottom:20px;
}
div#contTabContact div#cntContact {
	float:right;
	width:310px;
	margin:13px 10px 10px;
}
div#contTabContact div#cntContact p a {
font-size:18px;
}
div#contTabContact div#cntContact p {
	margin:8px;
}
div#contTabContact form#frmContactUs {
	width:410px;
	float:left;
}
div#contTabContact form#frmContactUs button {
float:right;
}
div#contTabContact form#frmContactUs label {
}
div#contTabContact form#frmContactUs input[type=text] {
	width:250px;
}
div#contTabContact form#frmContactUs textarea {
	width:401px;
	margin-bottom:4px;
}
div#contTabContact form#frmContactUs input[type=text]#imgVerify {
	width:207px;
}
form#frmContactUs span.errValidation {
	color:red;
	margin-left:13px;
}
/**/
/* Home Tab */
div#homeTabContent {
	margin:4px;
	font-size:22px;
	width:780px;
	margin:auto;
}
div#homeTabContent span {
	font-size:inherit;
}
div#homeTabContent p {
	font-size:inherit;
	margin:20px;
}
#cntAbout {
	width:780px;
	margin:0 auto;
}
#homeTabAds {
height:100px;
width:430px;
}
#homeTabContent .contTitle h3 {
	width:500px;
}
#homeTabContent .contTitle h3 span {
	font-weight:bold;
}
#homeTabContent .contTitle h1 {
}
#homeTabContent ul {
margin:35px;
}
#homeTabContent ul li span.lblService {
	font-weight: bold;
}
/**/
/* Info Tab */
div#contTabInfo {
	width:780px;
	margin:0 auto;
}
div#contTabInfo div#cntInfoButtons {
	text-align:center;
	margin-bottom:24px;
}
div#contTabInfo .contTitle h1{
	width:120px;
}
div#contTabInfo .contTitle h3 {
	width:540px;
}
div#contTabInfo #frmInfo {
	margin:4px;
	text-align:center;
}
div#contTabInfo .ui-widget-content {
	text-align:center;
}
#btnInfoExpCSV, #btnInfoExpPDF {
	width:296px;
}
/**/
/* Support Tab */
div#contTabSupport {
	width:780px;
	margin:0 auto;
}
p.descSupport {
	margin: 8px 4px;
}
div#contTabSupport div#cntNeedSupport {
width:310px;float:left;margin:4px;
}
div#contTabSupport div#cntOfferSupport {
width:310px;float:right;margin:3px;vertical-align:top;
}
#frmNeedSupport .error, #frmOfferingSupport .error {
height:12px;margin:4px;
}
/**/
/* News Tab */
div#contTabNews {
	width:780px;
	margin:0 auto;
}
div#contTabNews .contTitle h1 {
	width:90px;
}
div#contTabNews .contTitle h3 {
	width:620px;
}
#jFeedCont ul li {
	margin-bottom:6px;
}
#vidFav {
width:16px;margin-right:6px;float:right;
}
/**/
/* Chat Tab */
h3#ttlChat {
	width:400px;
}
div#contTabChat {
	width:780px;
	margin:0 auto;
}
div#chatPopout {
	float: right;
}
/**/
/* Pastebin Tab */
h3#ttlPbin {
	width:400px;
}
div#contTabPbin {
	width:780px;
	margin:0 auto;
}
div#contTabPbin .contTitle p.label {
	width:255px;
}
div#contTabPbin .contTitle p.about {
	width:535px;
}
div#contTabPbin form {
	margin:4px;
}
div#contTabPbin textarea {
	width: 736px;
	height: 300px;
	color:#777;
	margin-bottom:4px;
}
#lblPbinText {
	text-align:left;
}
/**/
/* Password Utils Tab */
h3#ttlPasswords {
	width:400px;
}
div#contTabPass {
	width:780px;
	margin:0 auto;
}
div#contTabPass .contTitle p.label {
	width:310px;
}
div#contTabPass .contTitle p.about {
	width:480px;
}
div#contTabPass div#cntPasschk {
	margin-bottom:10px;
	text-align:center;
}
div#contTabPass .cntOuter span.label {
	text-align:left;
}
div#contTabPass div#cntPasschk_result {
	text-align:center;
	margin:10px;
}
div#contTabPass form#passgenform table {
	margin:auto;
}
div#contTabPass form#passgenform table td#cntGenPass {
	text-align:center;
	padding:10px;
}
/**/
/* URL Shorten Tab */
div#contTabShorten {
	width:780px;
	margin:0 auto;
}
div#contTabShorten .contTitle p.label {
	width:430px;
}
div#contTabShorten .contTitle p.about {
	width:360px;
}
/**/
/* Image Tab */
/* FIX ANNOYING IMAGE BUTTON PROBLEM
#contTabImage .ui-button-icon-primary {
margin-top: -12px;
}
*/
#imgTxtDnd { text-align:center; color:white;}
#contTabImage label.fileinput-button {
font-size:inherit;
}
div#contTabImage table#imgFileList td {
	vertical-align:middle;
}
h3#ttlImage {
width:400px;
}
#divFileUpload {
	margin-top:10px;
}
div#contTabImage {
	width:780px;
	margin:0 auto;
}
div#contTabImage .contTitle p.label {
	width:420px;
}
div#contTabImage .contTitle p.about {
	width:370px;
}
#btnQDone {
width:430px;
}
#drop-overlay {
	background: none repeat scroll 0 0 #424242;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	z-index: 9999;
	display: none;
}
#drop-overlay h1 {
	font-size:20em;
	text-align:center;
	top:50%;
}
.fileupload-buttonbar {
	height:40px;
	background:none;
	border:none;
}
.fileupload-buttonbar button {
	height:30px;
}
.fileupload-buttonbar .fileinput-button {
	height:30px;
}
th#imgEdit {
	width:40px;
	text-align:left;
}
th#imgName {
	width:235px;
	text-align:left;
}
th#imgStatus {
	width:95px;
	text-align:left;
}
th#imgActions {
	width:70px;
	text-align:left;
}
table#imgFileList td.progress div.ui-progressbar {
	width:75px;
	height:20px;
}
table#imgFileList div.ui-progressbar-value {
	height:23px;
}
table#imgFileList td.chkEdit {
	width:40px;
	text-align:left;
}
/**/
/* Email Tab */
h3#ttlEmail {
	width:440px;
}
div#contTabEmail {
	width:780px;
	margin:0 auto;
}
.lblEmail {
font-family: Georgia;
font-weight:bold;
}
div#contTabEmail .contTitle p.label {
	width:165px;
}
div#contTabEmail .contTitle p.about {
	width:625px;
}
/**/
/* Voip Tab */
h3#ttlVoip {
	width:320px;
}
p#tabVoipSignin {
margin: 10px;
}
div#contTabVoip {
	width:780px;
	margin:0 auto;
}
td.voipTblLbl {
	width:210px;
}
td.voipTblFld {
	width:160px;
}
input#phDest {
	width:110px;
}
tr#voipErr {
	height:24px;
}
div#cntReqInvite {
	text-align:right;
	margin-right:10px;
}
div#cntReqInvite a {
	font-weight:bold;
}
#frmVoip table{
	margin:auto;
}
#frmVoip table td#cntButtons {
	text-align:center;
}
#frmVoip table td#cntButtons button {
margin:4px;
}
#voipBeta {
width:474px;font-style:italic;text-align:left;margin:auto;
}
/**/
/* My1dl Tab */
div#contTabMy1dl {
	width:780px;
	margin:0 auto;
}
div#contTabMy1dl .contTitle h1 {
	width:100px;
}
div#contTabMy1dl .contTitle h3 {
	width:640px;
}
div#contTabMy1dl #ntcSignin {
text-align:center;
margin:10px;
}
div#contTabMy1dl table tr:first-child th{
	border-bottom:1px solid black;
}
#contTabMy1dl table {
	text-align:left;
}
#contTabMy1dl .myControls {
	margin-left:4px;
	margin-right:4px;
	margin-bottom:12px;
	height:16px;
}
div#contTabMy1dl .my1dlContent table {
border-collapse: separate;
}
#cntImgGal {
	width:730px;
	margin:auto;
}
div.cntGalEntry {
	float: left;
	font-size:11px;
	border:1px solid #000;
	width:235px;
	margin:3px;
	background-color:white;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.cntGalEntry .cntGalImg {
	margin:2px;
	display:inline-block;
	width:75px;
	height:75px;
	background:#000;
}
.cntGalEntry .cntGalImg img {
	width:75px;
	height:75px;
}
.cntGalEntry .galInfo {
	position:relative;
	display:inline-block;
	width:151px;
	text-align:left;
	height:75px;
	vertical-align:top;
}
.cntGalEntry .galInfo span {
	font-size:11px;
}
.cntGalEntry .galInfo span.cntGalLabel {
	font-weight:bold;
}
.cntGalEntry .galRow {
	width:790px;
	margin:0 auto;
}
.cntGalEntry .imgGalControls {
	position:absolute;
	bottom:0;
	right:0;
}
.emSTable {
	width:100%;
}
.emSTable #tblHdrEMFrom {
style="width:150px;text-align:left;
}
.emSTable #tblHdrEMSubj {
style="text-align:left;width:490px;"
}
#tblHdrEMDate {
	width:106px;
}
#contTabMy1dl tr {
}
#contTabMy1dl tr.tblAlt {
	background:url('/images/alttable.png') scroll repeat;
}
.emSTable td div.tblDataFrom {
width:490px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;
}
.emSTable td.tblDataActions div.ui-state-default {
float:left;
}
.myControls div.controlRew {
float:left;
}
.myControls div.controlFfw {
float:right;
}
#tblHdrPbinCode {
	width:100px;
}
#tblHdrPbinPreview {
	width:490px;
}
#tblHdrPbinHits {
	width:50px;
}
#tblHdrPbinDate {
	width:106px;
}
#tblHdrPbinActions {
	width:24px;
}
.pbinDelete {
	display:inline-block;
	width:16px;
}
.pbinPreview {
	max-height:60px;
	width:490px;
	overflow:hidden;
}
.actionButton {
	float:left;
	margin:4px;
}
#tblHdrNewsTitle {
	width:580px;
}
#tblHdrNewsDate {
	width:106px;
}
#tblHdrNewsActions {
	width:24px;
}
.tblDataNewsArticle {
}
.tblDataNewsArticle a {
display:inline-block;
width:580px;
overflow:hidden;
white-space:nowrap;
}
#tblHdrUrlCode {
	width:100px;
}
#tblHdrUrlURL {
	width:490px;
}
#tblHdrUrlHits {
	width:50px;
}
#tblHdrUrlDate {
	width:106px;
}
#tblHdrUrlActions {
	width:24px;
}
#contTabMy1dl .myURLDataURL {
width:490px;white-space:nowrap;overflow:hidden;text-overflow:ellipses;
}
/**/
/* Youtube Tab */
div#contTabYoutube {
	width:780px;
	margin: 0 auto;
}
#frmYtTime {
	width:630px;
	margin:8px auto;
}
#frmYtTime span.errValidation label.error {
width:inherit;
}
#frmYtTime fieldset {
margin-top:6px;
margin-bottom:6px;
}
#frmYtTime fieldset#three {
margin-top:24px;
}
#frmYtTime input#newURL {
	width:456px;
}
#frmYtTime label {
	display:inline-block;
	width:220px;
}
#frmYtTime input#startURL {
	width:456px;
}
#frmYtTime input#min, #frmYtTime input#sec {
	width:50px;
}
#cntYtLblPreview {
text-align:center;
}
#cntYtPreview {
text-align:center;
width:490px;
margin:8px auto;
}
#cntYtPreview object{
margin: 8px auto;}
/**/
.helpIcon {
	vertical-align: top;
	font-weight:normal;
	font-size: 0.6em;
}
#infotable td {
padding-right: 50px;
padding-left: 50px;
}
#tosborder {width: 740px; text-align: left; margin: 0 auto; border: solid 1px #cccccc; padding: 5px; background: #ffffff;}
.tostable {
border: solid 1px #bbbbbb;
background-color: #F9F9F9;
padding: 5px;
margin: 5px 0 5px 0;
}
div.em_header {
        border: 1px solid #999;
}
div.em_from {
        text-align: left;
}
div.em_subject {
        text-align: left;
}
div.em_body {
        border: 1px solid #999;
        text-align: left;
}
#btnUploadQ {
	font-weight: bold;
}
.imgInfoHeader {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
}
.imgInfoSubHeader {
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
}
.imgTable td {
	vertical-align: top;
}
.imgTable {
	margin: 0 auto;
	border-spacing: 0px 0px;
	font-size: 12px;
}
.imgTable img {
	margin: 0;
}
#btnSlider {
	position: absolute;
	margin: 0;
	top: 3px;
	right: -26px;
	border: 0px;
}
#cntInfo {
	font-size: 12px;
	position: absolute;
	margin: 0px;
	top: 3px;
	width: 330px;
	z-index: 3;
	border: 1px solid black;
	background-color: white;
}
#cntInputs {
	margin: 15px;
	width: 320px;
}
.lblInput {
	float: left;
	width: 130px;
	margin-right: 8px;
	text-align: right;
	font-size: 12px;
}
.spnInput input {
	width: 125px;
}
.imgUpButton {
	background-image:url('/uploads/hP.jpg');
	width:143px;
	height:30px;
}
.dlgTopBar {
	font-size:13px;
	text-align:center;
}
.dlgTopBar .imgSelected {
	color: blue;
	font-weight: bold;
}
#cntEMail {
	display: none;
	z-index: 2;
	height: 125px;
	width: 300px;
}
.cntEMail {
	display: none;
	z-index: 2;
	height: 125px;
	width: 300px;
}
#cntEmlSuccess {
	display:none;
}
#cntEmlFail {
	display:none;
}
.cntEmlSuccess {
	display:none;
}
.cntEmlFail {
	display:none;
}
table.emTable {
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:12px;
	width:100%;
}
table.emTable th, table.emTable td {
	text-align:left;
}
table.emTable th.emFrom {
	width: 200px;
}
table.emTable td.emFrom {
display:block;
	overflow:hidden;
	white-space:nowrap;
	width:200px;
}
.ui-widget-content .helpSection {
	margin-bottom:10px;
}
.ui-widget-content .helpHeader {
	margin-bottom:5px;
}
.ui-widget-content .helpLabel {
	color: #80A1C1;
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:5px;
}
.ui-widget-content .helpLink a {
	text-decoration:none;
	cursor:help;
}
.ui-widget-content .helpLink a:hover {
	text-decoration:underline;
}
.ui-widget-content .helpContent {
	display: none;
}
#cntImage {
	border:1px solid black;
	width:640px;
	height:480px;
}
#imgTable {
	text-align:center;
	margin: auto;
}
#imgTable div {
	margin: auto;
}
.cntHeader {
	height:20px;
	margin: 2px;
	text-align:center;
}
.cntHeader div {
	margin-top:2px;
}
.container-left {
	float:left;
	width:400px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px;
}
.container-right {
	float:right;
	width:400px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
	margin-top:8px;
}
.container-center {
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
}
.container {
	width:400px;
	margin-bottom:8px;
	margin-top:8px;
}
.updates {
	margin-bottom:1px;
	margin-left:3px;
}
.updates .updatesDate {
	float:left;
	width:80px;
}
.updates .updatesTitle {
	float:left;
	width:308px;
}
.contact-icon {
	margin-left:10px;
	margin-right:10px;
}
.infoContent {
	font-weight:bold;
}
div#tabsContent .wthrCond {
	display:inline-block;
	vertical-align:top;
	margin:20px;
	margin-top:30px;
}
div#tabsContent .wthrCurrent {
	display:inline-block;
	vertical-align:top;
	margin:20px;
}
div#tabsContent .wthrContainer {
	margin: 0 auto;
}
div#tabsContent #weatherContainer {
	text-align:center;
}
div#tabsContent .wthrForecast {
	display:inline-block;
	vertical-align:top;
	margin:20px;
}
div#tabsContent form#editor {
	text-align:center;
}
div#tabsContent form#frmShorten {
	text-align:center;
}
div#tabsContent div#emlInfo {
	text-align:center;
}
.newsTitle {
	width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
div.tabHeader a.btnHelp {
	position:absolute;
	right:0;
}
.dlgHelp {
	font-size:12px;
}
.upload-wrapper {
	position:relative;
	cursor:pointer;
	overflow:hidden;
	direction:ltr;
	width:160px;
	height: 32px;
	float:left;
}
.upload-wrapper input {
	cursor:pointer;
}

#btnImgClr {
	width: 236px;
}
/*
.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 300px solid transparent;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -o-transform: translate(-300px, -300px) scale(10);
  -moz-transform: translate(-800px, 0) scale(10);
  cursor: pointer;
}
.file_upload iframe {
  display: none;
}

.file_upload_preview img {
  width: 80px;
}

.file_upload_progress .ui-progressbar-value {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	background: url("redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
}
.file_upload_progress div {
  width: 50px;
  height: 15px;
}

.file_upload_cancel button {
  cursor: pointer;
}
*/
.fileupload-buttonbar .ui-button input {
  position: absolute;
  top: 0;
  right: -20px;
  margin: 0;
  border: solid transparent;
  border-width: 100px 100px 200px 300px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.fileinput-button {
  overflow: hidden;
}
/* Fix for IE 6: */
*html .fileinput-button {
  padding: 2px 0;
}

/* Fix for IE 7: */
*+html .fileinput-button {
  padding: 2px 0;
}

.fileupload-buttonbar .ui-button {
  vertical-align: middle;
}

.fileupload-content {
  padding: 0.2em 0.4em;
  border-top-width: 0;
}

.fileupload-content .ui-progressbar {
  width: 200px;
  height: 20px;
}

.fileupload-content .ui-progressbar-value {
  background: url(pbar-ani.gif);
}

.fileupload-content .fileupload-progressbar {
  width: 400px;
  margin: 10px 0;
}

.files {
  margin: 10px 0;
  /* border-collapse: sp; */
}

.files img {
  border: none;
}
.files th, .files td {
border-spacing: 4px;
}
.files th {
	border-bottom:1px solid black;
}
.files .size {
  padding: 0 10px 0 0;
  text-align: right;
  white-space: nowrap;
}
#imgFileList {
	margin: 0px auto;
}
.ui-state-disabled .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui-state-disabled input {
  cursor: default;
}
#passchk_google, #passchk_google tbody, #passchk_google tr, #passchk_google td {
	border:1px solid black;
}
#passchk_google {
	margin:0 auto;
	margin-bottom:4px;
	height:32px;
	width:320px;
}
#passchk_google td {
	text-align:center;
	width:25%;
	background-color:#EBEBEB;
	vertical-align:middle;
}
#passgenform td {
	text-align:left;
}
.txtInfoSend {
	width:175px;
}
.newsCategory {
	position:relative;
	margin:12px;
}
.newsCategory div {
	margin-top:8px;
	margin-bottom:4px;
	margin-left: 5px;
	margin-right: 5px;
}
.frameTitle {
	position:absolute;left:5px;top:-8px;background-color:white;
}
.errValidation, .error {
	color:red;
}
#frmInfo .errValidation {
	height:18px;
	margin: 3px;
	font-weight:bold;
}
/* This is navbar stuff */
#cntTopBar {
font-family:'Droid Sans';
height:30px;
float:right;
width:400px;
border-bottom-left-radius: 8px;
background:url('/images/menu.png') repeat scroll;
text-align:right;
border-left: 1px solid #4e4e4e;
border-bottom: 1px solid #4e4e4e;
box-shadow: 2px 1px 20px;
}
#cntTopBar a {
display:inline-block;
color:white;
margin: 0 10px;
}
#topbar {
	margin:0;
	width:100%;
	height:28px;
	background:#dfeffc;
	background-repeat:repeat-x;
	background-position:50% 50%;
	border:1px solid #C3D1EC;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	z-index:9;
}
.navOuter {
	cursor:pointer;
	/*background:url('/images/menu.png') repeat scroll;*/
	z-index:2;
	height:22px;
	display:inline-block;
}
.navOuter.nomenu {
	cursor:default;
}
.navInner {
	z-index:3;
	padding:2px;
	padding-top: 4px;
	height:16px;
	/* background:url('/images/menu.png') repeat scroll; */
	border:1px solid transparent;
	border-bottom-style:none;
}
#btnNavSettings  span {
	display:block;
	/* background:url("/images/gear.png") transparent; */
	white-space:nowrap;
	height:16px;
	width:16px;
	margin-left:2px;
	margin-right:2px;
}
#btnNavUser {
	right:64px;
}
#btnNavUser span {
	text-align:right;
	height:16px;
	color:white;
}
#mnuNavUser {
right:56px;width:158px;
}
#btnSiteHelp {
	margin:0px;
	margin-right:3px;
	padding-top: 3px;
	padding-right: 6px;
	/* background:url('/images/menu.png') repeat scroll; */
	color:white;
}
#btnSiteHelp .cs-icon-help {
	cursor:pointer;
	display:inline-block;
	background:url("/images/question_test.png");
	height:16px;
	width:16px;
	position:relative;
	top:2px;
}
.navMenu {
	/* box-shadow:0 1px 5px #999999; */
	/* border:1px solid #C3D1EC;*/
	/* background:url('http://1dl.us/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png'); */
	background:url('/images/menu.png') repeat scroll;
	display:none;
	top:30px;
	z-index:5;
	color:white;
	position:absolute;
}
#cntSiRegUser {
padding-left: 6px;
padding-right: 6px;
padding-bottom: 6px;
border-left: 1px solid #4e4e4e;
border-bottom: 1px solid #4e4e4e;
right:0px;
}
.navMenu a:hover {
color:#ADDFFF;
}
.navMenu a {
color:white;
}
.navMenuContent {
	margin: 3px;
}
.navMenuList {
	margin:10px;
}
.navMenuContent input[type=text], .navMenuContent input[type=password] {
	width:138px;
}
#frmLogin .errValidation, #frmRegister .errValidation {
	height:16px;
}
#frmLogin input[type=text], #frmLogin input[type=password], #frmRegister input[type=text], #frmRegister input[type=password] {
	width:136px;
}
#frmLogin button, #frmRegister button {
margin-left: 8px;
}
#frmRegister #cntFrmRegisterButtons {
margin-top:4px;
}
/* This is going to replace container-left, container-right, and container classes. */
/* .cntOuter { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;border: 1px solid #a6c9e2; background: url("/images/content.png") repeat scroll; color: #222222;margin-bottom:5px;margin:10px; }*/
.cntOuter {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url("/images/content.png") repeat scroll;
	color: #222222;
	margin:10px;
	padding:2px;
	box-shadow: 1px 1px 13px;
    -moz-box-shadow: 1px 1px 13px #111;
    -webkit-box-shadow: 1px 1px 13px #111;
}
.cntTitle { border: 1px solid #4297d7; background: #5c9ccc url(redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;text-align:center;height:26px;margin:2px; }
.cntContent { margin:5px; }
.cntTitle button {
float:right;
}
.cntOuter .cntOuter {
	box-shadow: 1px 1px 7px #111;
    -moz-box-shadow: 1px 1px 7px #111;
    -webkit-box-shadow: 1px 1px 7px #111;
}
.newsEntry {
text-align:left;
}

/* New Tabs Stuff */
#logo {
	text-align:center;
	margin-top:4px;
	margin-bottom:6px;
}
#logo img {
	height:56px;
	width:186px;
}
div#footer {
	color:white;
	clear:both;
	text-align:center;
}
/*
div#idTabs div#cntBtnPrev, div#idTabs div#cntBtnNext {
	float:left;
	height:38px;
	width:39px;
	border:1px solid #A6C9E2;
	outline:none;
	cursor:pointer;
	background: url("redmond/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
}
div#idTabs div#cntBtnPrev:hover, div#idTabs div#cntBtnNext:hover {
	background: url("redmond/images/ui-bg_glass_75_d0e5f5_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
}
div#idTabs div#cntBtnPrev a#btnPrev {
	display:inline-block;
	padding:10px 4px;
	margin:8px 4px 12px 16px;
	background:url("/images/arrows.png") no-repeat scroll 0 0;
	background-position:0px 4px;
}
div#idTabs div#cntBtnPrev {
	border-right:0 none;
	border-top-left-radius:5px;
}
div#idTabs div#cntBtnNext a#btnNext {
	display:inline-block;
	padding:10px 4px;
	margin:8px 6px 12px 14px;
	background:url("/images/arrows.png") no-repeat scroll 0 0;
	background-position:0px -24px;
}
div#idTabs div#cntBtnNext {
	border-top-right-radius:5px;
	border-left:0 none;
}
div#cntTabs {
	width:200px;
	position:absolute;
	left:0px;
}
*/
/* tabsettings dialog */
form#frmTabSettings input { margin-left:8px; }
div#cntTabsSettings {
	counter-reset: item;
	width:380px;
	margin: 0 auto;
}
div#hdrTabsSettings {
	margin: 10px auto auto;
	width:380px;
}
div#cntTabsSettings div {
	counter-increment: item;
	margin:4px 0 4px 0;
	border:1px solid #A6C9E2;
	background: url("/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
}
div#cntTabsSettings span, div#hdrTabsSettings span {
	display:inline-block;
}
div#cntTabsSettings input {
	display:inline-block;
	width:15px;
	margin-right:58px;
}
div#hdrTabsSettings span.hdInput {
	display:inline-block;
	width:72px;
}
div#hdrTabsSettings span.hdDefault {
	display:inline-block;
	width:72px;
}
div#cntTabsSettings span.lblOrder {
	width:60px;
}
div#hdrTabsSettings span.hdOrder {
	width:68px;
}
div#cntTabsSettings span.lblOrder:before {
	content: counter(item) ". ";
}
div#cntTabsSettingsButton {
	text-align:right;
	margin:0 auto;
	margin-top:4px;
	width:380px;
}
/* Tooltip css */
.toolTipWrapper {
	width: 175px;
	position: absolute; /* Absolute will make the tooltip float above other content in the page */
	top: 20px;
	display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
	color: #6A6A6A;
	font-weight: bold;
	font-size: 9pt; /* A font size is needed to maintain consistancy */
	z-index:9999;
}
.toolTipTop { /* Top section of the tooltip */
	width: 175px;
	height: 30px;
	background: transparent url(images/bubbleTop-r.png) no-repeat;
}
.toolTipMid { /* Middle section of the tooltip */
	padding: 8px 15px;
	background: #ECF5FD url(images/bubbleMid.png) repeat-x top;
	border-right:1px solid #A6C9E2;
	border-left:1px solid #A6C9E2;
}
.toolTipBtm { /* Bottom Section of the tooltip */
	height: 13px;
	background: transparent url(images/bubbleBtm.png) no-repeat;
}
