html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
  background-color:#000000;
}

img {
  border: none;
}

td, th {
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
}

h1#menulink {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

h1#menulink a {
	display: block;
	text-decoration: none;
}

.headertext {
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  color: #d0edfb;
  padding:2px;
}

.header-model {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:16px;
}

.viewall {
	margin:15px 0 10px 0;
}

.viewall a {
	text-decoration:none;
	color:#f1db62;
}

.viewall a:hover {
	color:#FFFFFF;
}

input.text, input.password, select, .file {
  font-size: 11px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #56a1ed;
  height: 19px;
}

input.text, input.password {
  height: 15px;
}

select.multiple {
  height: auto;
}

.file {
}

input.text, input.password, select {
  padding-left: 3px;
}

input.button,
button.button{
  height: 25px;
  font-size: 11px;
  color: #000000;
  background:#ffffff url(../images/bg_button.gif) left top repeat-x scroll;
  border: 1px solid #c1c1c1;
}

input.readonly {
  color: #AAAAAA !important;
}

textarea {
  font-size: 11px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #56a1ed;
  padding-left: 3px;
}

input.checkbox {
}

a {
  color: #f1b952;
}

form {
  margin: 0px;
  padding: 0px;
}

#stext {
	margin: 95px 50px 0px 50px;
	text-align:center;
	font-weight:bold;
}

#stext a {
	text-decoration:none;
}

table.activation_signup {
  border-top: 0px solid #000;
  border-left: 0px solid #000;
  background-color:#164b6b;
}

table.activation_signup td {
  border-bottom: 0px solid #000;
  border-right: 0px solid #000;
  font-size: 13px;
  padding: 2px;
}

table.filter, table.data, table.form {
  border-top: 1px solid #2487b1;
  border-left: 1px solid #2487b1;
  background-color:#1e4b6a;
}

table.filter td, table.data td, table.form td {
  border-bottom: 1px solid #2487b1;
  border-right: 1px solid #2487b1;
  font-size: 13px;
  padding: 3px;
}

table.filter .header, table.data .header, table.form .header, table.form .fieldheader {
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
}

table.data .header a {
  color: #e0b86e;
}

table.form .header {
  text-align: center;
  font-size: 15px;
}

table.form .fieldheader {
  text-align: right;
  vertical-align: top;
}

table.form td {
  padding: 5px;
}

.bold {
  font-weight: bold;
}

table.contentdelimiter {
  border: 0px;
  margin: 0px;
}

td.contentdelimiter {
  padding: 5px;
  padding-left: 0px;
  border: 0px;
  font-size: 14px;
}

table.photo {
  border: 1px solid #1b6187;
  background:url(../images/shadow_01.png) left top repeat scroll;
}

table.photo td {
  color: #ffffff;
  font-size: 11px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

table.photo td.link {
  border: 1px solid #717171;
  background-color: #CCCCCC;
}

table.photo td.disabledlink {
  border: 1px solid #717171;
  background-color: #666666;
  cursor: pointer;
  color: #AAAAAA;
}

table.photo td.image {
  vertical-align: middle !important;
}

table.photo td.image img {
  border: 1px solid #1b6187;
}

table.photo td.text td {
  font-size: 11px !important;
  font-weight: normal !important;
  font-family: Times;
  text-transform: uppercase;
}

table.photo td.text td.header {
  padding-right: 3px;
  text-align: right;
}

table.photo td.link a {
  color: #000000;
  text-decoration: none;
}

table.leftmenu td {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 13px;
}

table.leftmenu a {
  text-decoration: none;
  color: #f1b952;
}

table.leftmenu a:hover {
  text-decoration: underline;
}

.operationresult {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}

table.noborder,
table.noborder td,
table.noborder th {
  border: none;
}

table.nopadding td,
table.nopadding th {
  padding: 0px;
}

.note {
  color: #00ff00;
  font-weight: bold;
}

.error, .warning {
  color: #FF0000;
  font-weight: bold;
}

table.profiledata td {
  font-size: 13px;
  padding: 5px;
}

table.profiledata tr {
  vertical-align: top;
}

table.profiledata td.rightborder {
  border-right: 1px solid #1e4b6a;
}

table.profiledata td table td {
  padding: 0px;
}

table.profiledata td table td.fieldheader {
  padding-right: 5px;
  text-align: right;
  font-weight: bold;
}

table.categorieslist td, table.categorieslist td a {
  color: #f1db62;
}

table.categorieslist td {
  padding:2px 10px 2px 10px;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
}

table.categorieslist td a:hover, table.categorieslist td a.current {
  color: #ffffff;
}

.ipwarning {
  font-size: 12px;
  color: #FFFFFF;
}

div.ellipsis {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

table.performerprofilelinks td {
  padding: 4px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-variant:small-caps;
  font-weight: bold;
  background:url(../images/shadow_01.png) left top repeat scroll;
}

table.performerprofilelinks td a {
  white-space: nowrap;
  color:#ffd800;
}

table.performerprofilelinks td a:hover {
  color: #ffffff;
}

table.performerprofilelinks td a.current {
  color: #ffffff;
  text-decoration: none;
}

table.pagerfooter {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}

table.performerCalendar, table.performerCalendar td {
  text-align:center;
  vertical-align:middle;
  border:1px solid #3196d1;
  border-collapse: collapse;
  background-color:#183c54;
}

table.performerCalendar td {
  padding: 4px;
  cursor: pointer;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

table.performerCalendar td.event {
  background: url(../images/check2.gif) center no-repeat scroll;
}

table.manager td {
  vertical-align:middle;
  text-align:center;
  padding:2px;
  font-variant: small-caps;
  font-size: 11px;
  font-weight: normal;
}

table.manager td a {
  text-decoration: none;
  color: #ffffff;
}

table.manager td a:hover {
  color: #FF3333;
}

p.manager {
  font-variant: small-caps;
  font-size: 13px;
  font-weight: bolder;
  color: #d0edfb;
  text-align:center;
}

.uploadStatus {
  position: absolute;
  overflow: hidden;
  padding: 30px;
  background: #FFFFFF;
  border: 1px outset #999999;
  width: 40%;
  z-index:51;
}

.uploadStatus td {
  color:#000000;
}

.uploadStatus .progressbar {
  border: 1px inset;
  background: #EEEEEE;
}

.uploadStatus .progressbar div {
  background-color: #507090;
  border-right: 1px solid #444444;
  height: 20px;
}

.uploadStatus .info {
  border-bottom: 1px solid #BBBBBB;
}

.uploadStatus .info .header {
  font-weight: bold;
}

.uploadStatus .info td {
  border-top: 1px solid #BBBBBB;
}

.uploadStatus .info .row1 {
  background: #E6E6E6;
}

.uploadStatus .info .row2 {
  background: #EFEFEF;
}

.bodyShader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/shader.png);
  display: none;
  z-index:50;
}

.previewContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:51;
}

.previewContainer .previewOverlay {
  background: transparent;
  border: 0px;
}

.previewContainer table {
  background-color: #000000;
  border: 1px solid #000000;
}

.previewContainer .header {
  background-color: #CC0000;
  padding: 2px;
}

.previewContainer .header a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FFFFFF;
}

.gallerySetLink {
  color: #ffd800;
  text-decoration: underline;
  font-size:12px;
}

.currentSet {
  text-decoration: none;
  font-weight: bold;
}

#activebar-container .content a,
#activebar-container .content a:hover {
  color:#eb7b0c;
  text-decoration:underline;
}
/*
.calendar-img {
  background: url("../images/calendar.gif") no-repeat center;
  width: 18px;
  height: 18px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

.calendar .button, .calendar tbody .day {
  color: #000000;
}
*/
/**/
.hf {
  height:100%;
}

.hc {
  height:80%;
}

.center {
  margin:0px auto 0px auto;
}

.pt5 {
  padding-top:5px;
}

.clear {
  clear:both;
}

#container {
  background:url(../images/bg_flower.jpg) left top repeat scroll;
}

#td_content {
  width:930px;
  background:#14435f url(../images/bg_content.jpg) left top repeat-x scroll;
  border-left:1px solid #2a819d;
  border-right:1px solid #2a819d;
  vertical-align:top;
}
/*Left and Right bg*/

#td_rside1, #td_lside1 {
  background:url(../images/shadow_01.png) left top repeat scroll;
}

#td_rside2 {
  width:90px;
  background:url(../images/shadow_02.png) right top repeat-y scroll;
}

#td_lside2 {
  width:90px;
  background:url(../images/shadow_03.png) right top repeat-y scroll;
}


/*Top menu*/
#topMenu {
  width:840px;
  height:40px;
  padding:0px 0px 0px 0px;
  margin-left:90px;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  font-variant:small-caps;
}

topMenu {
  width:840px;
  height:40px;
  padding:0px 0px 0px 0px;
  margin-left:90px;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  font-variant:small-caps;
}

#topMenu a {
  color:#dddddd;
  text-decoration:none;
  margin:0px 0px 0px 10px;
}

#topMenu a:hover {
  color:#ffffff;
  text-decoration:none;
}
/*Page Title*/
#pageTitle {
  text-align:center;
}
/*Content*/
#td_mContent {
  padding:0px 5px 5px 5px;
  vertical-align:top;
}

/*Left Boxes*/
#td_leftboxes {
  width:180px;
  vertical-align:top;
}

#leftBoxes {
  background-color:#1e4b6a;
  padding:0px 6px 6px 6px;
}

div.leftbox,
div.leftbox td {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#ffffff;
  padding-top:6px;
}


div.leftbox input.text,
div.leftbox input.password,
table.trBox input.text,
table.trBox input.password {
  background-color:#000000;
  border:1px solid #3a6371;
  color:#ffffff;
}

div.leftbox div.h {
  text-align:right;
}

div.leftbox div.b {
  text-align:left;
  background-color:#0e2c39;
  padding:5px;
}

div.leftbox a {
  color:#f1b952;
  text-decoration:none;
}

div.leftbox a:hover {
  color:#f1b952;
  text-decoration:underline;
}

/*Main content*/
#mContent {
  min-height:620px;
}

#mSignup {
  min-height:220px;
}

/*Right Boxes*/
#td_rightboxes {
  width:180px;
  vertical-align:top;
}

#rightBoxes {
}

/*Bottom menu*/
#td_botmenu {
  vertical-align:bottom;
}

#bottomMenu {
  padding:5px 0px 5px 0px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

#bottomMenu .bottomMenuBar {
  width:930px;
  height:22px;
  background:url(../images/l_footer-bar.jpg) repeat-x;
}

#bottomMenu .bottomMenuTable {
  /*background:url(../images/l_footer_grad.jpg) repeat-x;*/
  background:#14435f;
}

#bottomMenu a {
  color:#fff;
  text-decoration:none;
}

#bottomMenu a:hover {
  color:#2c96d6;
  text-decoration:none;
}

#bottomMenu #bottomMenuLeft {
  width:144px;
  padding-top:10px;
}

#bottomMenu #bottomMenuRight {
  width:783px;
  padding:18px 0 10px 12px;
  color:#5e8896;
}

#bottomMenu #bottomMenuRight .bottomMenuRightLinks {
  color:#fff;
}

#bottomMenu #bottomMenuRight .bottomMenuRightIcons {
	text-align:left;
}

#bottomMenu #bottomMenuRight .bottomMenuRightIcons img {
	margin:5px 15px 3px 0px;
}

.topButton {
	float:right;
	margin-right:50px; 
}

/*=== Footer ===*/
#footer{
	background: url(/twitter/images/footer-bgr.gif) #123e57 repeat-x top;
	color: #5e8896;
	font: 12px Arial, Helvetica, sans-serif;
	height: 1%;
	padding: 37px 25px 10px
}
#footer a{
	color: #ffffff;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
#footer .fr{
	width: 750px
}
#footer ul{
	padding: 0 0 3px;
	margin:0;
}
#footer li{
	border-right: 1px solid #5e8896;
	display: inline;
	padding: 0 .4em
}
#footer li.last{
	border: 0
}

#footer .bottomMenuRightIcons img {
	margin:5px 15px 3px 0px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}


/*Error, warning, note blocks*/
font.error, font.warning, font.note {
  background:url(../images/shadow_01.png) left top repeat scroll;
}

table.data font.error,
table.data font.warning,
table.data font.note {
  background:none !important;
}

/*Transparent Box*/
table.trBox .h {
  text-align:right;
}

table.trBox .b {
  background:url(../images/shadow_01.png) left top repeat scroll;
  padding:5px;
}

table.trBox td {
  font-size:11px;
  color:#ffffff;
}

table.trBox a {
  text-decoration:none;
  color:#f1db62;
}

table.trBox a:hover {
  text-decoration:none;
  color:#ffffff;
}

/*Models list*/
div.modelslist {
  padding:5px 0px 5px 0px;
  background-color:#1e4b6a;
}

div.modelslist div.modelspager {
  padding:10px 0px 10px 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:10px;
  text-align:center;
}

div.modelslist div.mbox{
  float:left;
}

/*Small models box*/
div.mbox {
  width:137px;
  overflow:hidden;
  padding:8px 8px 15px; 8px;
  margin:5px;
  background:#183c54 url(../images/bg_mbox.gif) left bottom repeat-x scroll;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#ffffff;
}

div.mbox div.sn {
  width:135px;
  text-align:left;
  white-space:nowrap;
}

div.mbox div.th {
  height:101px;
  padding-top:7px;
}

div.mbox div.th img {
  border:1px solid;
}

div.mbox div.th a {
  color:#3196d1;
}

div.mbox div.th a:hover {
  color:#eaff00;
}

div.mbox div.chat_online,
div.mbox div.chat_offline {
  width:135px;
  height:45px;
  margin:6px auto 0px auto;
  clear:both;
  background:url(../images/bg_online.gif) left top no-repeat scroll;
}

div.mbox div.chat_offline {
  background:url(../images/bg_offline.gif) left top no-repeat scroll;
}

div.mbox div.status {
  float:left;
  width:75px;
  padding-top:13px;
  font-size:13px;
  font-weight:bold;
  color:#ffffff;
  text-align:center;
}

div.mbox div.status a {
  text-decoration:none;
  color:#ffffff;
}

div.mbox div.status a:hover {
  text-decoration:none;
}

div.mbox div.status a.free_chat {
  color:#ffffff;
}

div.mbox div.status a.free_chat:hover {
  color:#eaff00;
}

div.mbox div.status_private {
  float:left;
  width:75px;
  padding-top:6px;
  font-size:13px;
  font-weight:bold;
  color:#ffffff;
  text-align:center;
}

div.mbox div.status_private a.private_chat,
div.mbox div.status_private a.private_chat:hover {
  color:#eaff00;
  text-decoration:none;
}

div.mbox div.price {
  float:left;
  width:60px;
  padding-top:10px;
  color:#000000;
  font-weight:bold;
  text-align:left;
}

div.mbox div.links {
  padding-top:6px;
  text-align:center;
}

div.mbox div.links a {
  color: #d1a02b;
  text-decoration:none;
}

div.mbox div.links a:hover {
  color: #eaff00;
  text-decoration:underline;
}

/* RSS Boxes */
div.topratedlist {
  width:520px;
}

div.topratedlist div.rsshelp {
	margin: 0px; 
	padding: 0px; 
	background:url(../images/rss/design_fp-rssbox1.jpg) no-repeat; 
	width:520px;
}

div.topratedlist div.whatis {
	font-size:11px; 
	line-height:33px; 
	vertical-align:middle; 
	text-align:right; 
	padding-right:10px;
}

div.topratedlist div.whatis a {
	color:#ffffff;
	text-decoration:none;
}

div.topratedlist div.whatis a:hover {
	color:#d4bb56;
}

div.topratedlist div.content {
	background:url(../images/rss/design_fp-rss-bg.png) no-repeat; 
	width:520px; 
	height:134px; 
	margin: 0px; 
	padding: 0px;
}

div.topratedlist div.content a {
	color:#d4bb56;
	text-decoration:none;
	font-size:10px; 
}

div.topratedlist div.content a:hover {
	color:#FFFFFF;
}

div.topratedlist div.left-box {
	float:left; 
	width: 174px; 
	text-align: left;
}

div.topratedlist div.middlebox {
	float:left; 
	width:173px; 
	text-align:left;
}

div.topratedlist div.rightbox {
	float:right; 
	width:173px; 
	text-align:left;
}

div.topratedlist div.in-box {
	padding-left:4px; 
	text-align:center;
}

div.topratedlist div.in-text {
	padding: 5px 15px 0px 15px;
	text-align:center;
	color:#d4bb56;
	font-size:10px; 
}

/*Quick Login Box*/
div.quickLoginBox {
  width:520px;
  padding-top:10px;
}

div.quickLoginBox h1 {
  font-size:10px;
}

#cse-search-box form{
}

#cse-search-box input{
	color:#000000;
}

/* Rounded Corners: for 23100 */
b.rtop, b.rtop b, b.rbottom, b.rbottom b { font-size: 0px; }
b.rtop, b.rbottom, b.r1, b.r2, b.r3, b.r4, b.r5, b.r6, b.r7, b.r8 {padding: 0px;}
b.rtop, b.rbottom     {display:block; height: 5px;}
b.rtop b, b.rbottom b {display:block;height: 1px; overflow: hidden;}
b.r1, b.bdr1 {margin: 0 5px}
b.r2, b.bdr2 {margin: 0 3px}
b.r3, b.bdr3 {margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4, b.rtop b.bdr4, b.rbottom b.bdr4 {margin: 0 1px;height: 2px}
b.r5 {margin: 0 5px 0 0}
b.r6 {margin: 0 3px 0 0}
b.r7 {margin: 0 2px 0 0}
b.rtop b.r8, b.rbottom b.r8 {margin: 0 1px 0 0;height: 2px}
b.bdr1, b.bdr2 { border-right-width: 2px; border-left-width: 2px; border-left-style: solid; border-right-style: solid; border-color: #DEDEDE; }
b.bdr3, b.bdr4 { border-right-width: 1px; border-left-width: 1px; border-left-style: solid; border-right-style: solid; border-color: #DEDEDE; }