/* Global Default Styles */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	background-color: #53C5FF;
	background-image: url('../images/screentweet_bkg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
a:active, a:link, a:visited {text-decoration: none;color: #1797D8;}/*#1797D8*/
a:hover {text-decoration: underline;}/*#8CAFCD*/
a img{border: 0px;}
img {
	border: 0px; /* !Important */
}

h1{
	font-size: 26px;
	color: #909090;
}
h2{
	font-size: 18px;
	font-weight: normal;
	color: #7f7f7f;
}
h3{
	font-size: 14px;
	color: #999;
}
h1 a{
	font-size: 12px;
}
h2 a{
	font-size: 12px;
}
h3 a{
	font-size: 12px;
}
.gray{
	color: #5A5A5A;
}

/* Templates */
.header{
	padding-bottom: 10px;
}
.main{
	margin-top: 25px;
}
.mainsection{
	background-color: #E2F2FB;
	padding: 0px;
    vertical-align: middle;
}
div.content{
	/*
	background-image: url('../images/screentweet_white_round.jpg');
    background-repeat: no-repeat;
	background-position: left top;
	*/
	float: left;
	background-color: #fff;
	padding: 10px;
	width: 700px;
}
div.panel{
	/*background-image: url('../images/screentweet_blue_round.jpg');
    background-repeat: no-repeat;
	background-position: right top;
	background-color: #E2F2FB;
	*/
	float: left;
	width: 190px;

	padding: 10px;
}
div.feed{
	background-color: #E2F2FB;
	padding: 10px;
}
div.st_inner{
	float: left;
	display:block;
	width: 685px;
	padding-top: 0px;
}
div.imageArea{
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	color: #000000;
}
img.avatar{
	border: 4px solid #BAE0FD;
	margin-right: 5px;
}
img.screentweet{
	border: 5px solid #BAE0FD;
}
div.copyright{
	padding: 10px;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
div.copyright a{
	color: #fff;
}
div.headerlinks{
	float: right;
	margin-top: 0px;
	color: #1797D8;
	font-weight: bold;
	font-size: 14px;
}
div.headerlinks a{
}
/* messages */
#msg-div {
	font-family: Arial, Helvetica, sans-serif;
    /*position:absolute;  !Important */
    top:0px;
	margin-top: 10px;
    width: 710px;
    z-index:20000; /* !Important */
	font-family: Arial, Helvetica, sans;
}
a.msg-close{
	color: #333333;
	font-weight: bold;

}
.error{
	padding: 10px;
	background-color: #FFE1E1;
    border: 1px solid red;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	margin-bottom: 10px;
}
.success{
	padding: 10px;
	background-color: #EEFFEE;
    border: 1px solid #9ECE6F;
	font-family: Arial, Helvetica, sans-serif;
	color: #006A38;
	margin-bottom: 10px;
}
.failmessage{
	color: #FF0000;
	font-size: 12px;
}
.successmessage{
	color: #333333;
	font-size: 12px;
}
.green{
	color: green;
}
.red{
	color: red;
}
.x-spotlight {
	z-index: 8999;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: 0.90;
	opacity: .90;
	filter: alpha(opacity=90);
	background-color: #000;
	width:0;
	height:0;
	zoom: 1;
}
form.st input{
	border: 5px solid #C2E0F2;
	font-size: 12px;
	margin: 5px;
	padding: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3198D3;
}
input.st{
	border: 5px solid #C2E0F2;
	font-size: 12px;
	margin: 5px;
	padding: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3198D3;
}
form.st textarea{
	border: 5px solid #C2E0F2;
	font-size: 18px;
	margin: 5px;
	padding: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3198D3;
}

div.gradpanel{
	background-image: url('/static/images/grad_header.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #cccccc;
	padding: 5px;
}
div.gradpanel1{
	/*
	background-image: url('/static/images/grad_header4.jpg');
	background-repeat: repeat-x;
	background-color: white;
	*/
	background-color: #E2F2FB;
	font-size: 18px;
	color: #3198D3;
	padding: 0px;
	margin-bottom: 10px;
}
div.gradpanel2{
	/*
	background-image: url('/static/images/grad_header2.jpg');
	background-repeat: repeat-x;
	background-color: white;
	*/
	border-left: 2px solid #e0e0e0;
	margin-right: 0px;
	padding: 0px;
}
div.gradpanel3{
	/*
	background-image: url('/static/images/grad_header3.jpg');
	background-repeat: repeat-x;
	background-color: white;
	*/
	border-left: 2px solid #e0e0e0;
	margin-right: 0px;
	padding: 0px;
}
div.gradpanel4{
	/*
	background-image: url('/static/images/grad_header4.jpg');
	background-repeat: repeat-x;
	background-color: white;
	*/
	border-left: 2px solid #e0e0e0;
	margin-right: 0px;
	padding: 0px;
}
form.st input.sbutton{
	border: 0px; background-color: #E2F2FB; background-image: url('../images/btn_plain.png'); width: 130px; height: 55px; cursor: pointer; color: #ffffff; font-size: 16px;
}
input.sbutton{
	border: 0px; background-color: #E2F2FB; background-image: url('../images/btn_plain.png'); width: 130px; height: 55px; cursor: pointer; color: #ffffff; font-size: 16px;
}
div.paginate{
	padding: 5px; background-color: #efefef; font-size: 14px; font-weight: bold;
}
.btn-first-disabled, .btn-prev-disabled, .btn-next-disabled, .btn-last-disabled{
	color: #aaaaaa;
}
form.st input.icon-search{
	border-left: 0px; background-color: #E2F2FB; background-image: url('../images/icon_search.png'); width: 28px; height: 33px; cursor: pointer; color: #ffffff;
}
table.imageControls td{
	padding: 0px 5px 0px 5px;
}
table.imageControls td.icon{
	padding: 0px 0px 0px 5px;
}
table.imageControls td.nopad{
	padding: 0px;
}

ul.bullets{
   list-style-type: disc;
   list-style-position: inside;
}
ul.bullets li{
   list-style-type: disc;
   list-style-position: inside;
}
div.spacer{
	display:block;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}
div.apisection{
	border-bottom: 4px solid #efefef;
}
div.code{
	padding: 20px;
	font-size: 14px;
	color: #333;
	background-color: #efefef;
	margin: 10px;
	width: 450px;
}
table.api{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 640px;
}
table.api th{
	background-color: #efefef;
	padding: 4px;
}
table.api td{
	padding: 4px;
	color: #333;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.api tr.required{
	color: #333;
	font-weight: bold;
}

td.contenttd{
	padding: 0px 10px 0px 10px;
	background-color: white;
}
td.curve{
	background-image: url('../images/curve.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
td.curve_sm{
	background-image: url('../images/curve_sm.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
.tl{background-position: left top;}
.tr{background-position: right top;}
.tm{background-color: white;}

.bl{background-position: left bottom;}
.br{background-position: right bottom;}
.bm{background-color: white;}


td.contenttd_b{
	padding: 10px;
	background-color: #E2F2FB;
}
div.content_b{
	padding: 10px;
	background-color: #E2F2FB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 180px;
	margin-bottom: 10px;
}

td.curve_sm_b{
	background-image: url('../images/curve_sm_blue.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
.tm_b{background-color: #E2F2FB;}
.bm_b{background-color: #E2F2FB;}

.showcase-main{
	font-size: 14px; font-weight: bold;
}
.showcase-active{
	background-color: #E2F2FB;
}
.showcase-secondary{
	font-size: 12px;
	padding: 10px;
	/*background-color: #E2F2FB;*/
}
table.showcase-main td{
	padding: 10px;
}
.action{
display:block;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
color: #666;
}
span.usertype{
font-size: 8px;
font-weight: bold;
color: #999;
padding-left: 10px;
text-transform: uppercase;
}

/*!
 * Ext Core Library $version&#xD;&#xA;http://extjs.com/&#xD;&#xA;Copyright(c) 2006-2009, $author.&#xD;&#xA;&#xD;&#xA;The MIT License&#xD;&#xA;&#xD;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xD;&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xD;&#xA;in the Software without restriction, including without limitation the rights&#xD;&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xD;&#xA;copies of the Software, and to permit persons to whom the Software is&#xD;&#xA;furnished to do so, subject to the following conditions:&#xD;&#xA;&#xD;&#xA;The above copyright notice and this permission notice shall be included in&#xD;&#xA;all copies or substantial portions of the Software.&#xD;&#xA;&#xD;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xD;&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xD;&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xD;&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xD;&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xD;&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xD;&#xA;THE SOFTWARE.&#xD;&#xA;
 */
#ux-lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15000;
    text-align: center;
    line-height: 0;
}

#ux-lightbox img {
    width: auto;
    height: auto;
}

#ux-lightbox a img {
    border: none;
}

#ux-lightbox-outerImageContainer {
    position: relative;
    background-color: #f3efec;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#ux-lightbox-imageContainer {
    padding: 10px;
}

#ux-lightbox-loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    background: url(../images/lb-load.gif) no-repeat center 15%;
}

#ux-lightbox-hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#ux-lightbox-imageContainer > #ux-lightbox-hoverNav {
    left: 0;
}

#ux-lightbox-hoverNav a{
    outline: none;
}

#ux-lightbox-navPrev,
#ux-lightbox-navNext {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
}

#ux-lightbox-navPrev { left: 0; float: left;}
#ux-lightbox-navNext { right: 0; float: right;}
#ux-lightbox-navPrev:hover, #ux-lightbox-navPrev:visited:hover { background: url(../images/lb-prev.png) left 33% no-repeat; }
#ux-lightbox-navNext:hover, #ux-lightbox-navNext:visited:hover { background: url(../images/lb-next.png) right 33% no-repeat; }

#ux-lightbox-outerDataContainer {
    margin: 0 auto;
    width: 100%;
}

#ux-lightbox-dataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #f3efec;
    overflow: auto;
    line-height: 1.4em;
}

#ux-lightbox-data{	padding:0 10px; color: #666; }
#ux-lightbox-data #ux-lightbox-details{ width: 80%; float: left; text-align: left; }
#ux-lightbox-data #ux-lightbox-caption{ font-weight: bold;	}
#ux-lightbox-data #ux-lightbox-imageNumber{ display: block; clear: left; padding-bottom: 1.0em;	}
#ux-lightbox-data #ux-lightbox-navClose{ background: url(../images/lb-close.gif) no-repeat; width: 66px; height: 22px; float: right;  padding-bottom: 0.7em; outline: none;}
#ux-lightbox-data #ux-lightbox-navClose:hover{ background-image: url(../images/lb-close-over.gif);}

#ux-lightbox-overlay,
#ux-lightbox-shim{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14999;
    width: 100%;
    height: 500px;
    background-color: #000;
    padding: 0;
    margin: 0;
}

#ux-lightbox-shim {
    z-index: 89;
    background-color: transparent;
    filter: alpha(opacity=0);
}


