/* Login CSS Document */
div#TB_ajaxContent h2.login{
margin:15px 0px 10px 0px;
height:36px;
color:#CC0000;
font-size:28px;
line-height:1.4;
padding-bottom:15px;
border-bottom:1px dotted #CCC;
font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
width:450px;
}
div#TB_ajaxContent h2.smhead{
margin:1px 0px 8px 0px;
color:#666666;
font-size:18px;
padding-bottom:5px;

font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}
div#TB_ajaxContent a{
color:#006699;
text-decoration:none;
}
div#TB_ajaxContent a:hover{
color:#FF9900;
text-decoration:underline;
}
div#TB_ajaxContent a:visited{
color:#999999;
}
div#TB_ajaxContent .reglink{display:inline;}
div#TB_ajaxContent #errormessage{border:1px solid #990000; padding:5px;color:#990000;margin:5px 0px 10px 0px; line-height:1.8;}
div#TB_ajaxContent #errormessage a:link, div#TB_ajaxContent #errormessage a:visited{ color:#003399; text-decoration:underline;}
div#TB_ajaxContent .load{
background-color:#FFF;
}
div#TB_ajaxContent .failed{
background-image:url(http://media.suntimes.com/images/cds/icons/cancel.png);
}
div#TB_ajaxContent .logged{
background-image:url(http://media.suntimes.com/images/cds/icons/tick.png);
}
div#TB_ajaxContent .pub{
padding:3px 5px 3px 22px;
background-position:3px 3px;
background-repeat:no-repeat;
}
div#TB_ajaxContent .subpub{
padding:2px 5px 2px 33px;
}
div#TB_ajaxContent .mempub{
padding:2px 5px 2px 10px;
}

div#TB_ajaxContent {
	font-family: "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#222;
	border:5px solid #336699;
}
div#TB_ajaxContent #loading{
background-position:center;
background-repeat:no-repeat;
background-image:url(http://media.suntimes.com/images/cds/LoaderSpin.gif);
height:150px;
}
div#TB_ajaxContent .open{
display:block;
}

div#TB_ajaxContent .closed{
display:none;
}
div#TB_ajaxContent .nowloading{
background-image:url(http://media.suntimes.com/images/cds/LoaderSpin.gif);
}
div#TB_ajaxContent input.loginform{
padding:4px;
border:1px solid #999;
}
div#TB_ajaxContent select.jumpmenu{
border:1px solid #ccc;
padding:1px;
color:#666666;
width:150px;
}
div#TB_ajaxContent input.loginform:focus{
background-color:#FFFF99;
}
/* BUTTONS */

div#TB_ajaxContent .buttons a, div#TB_ajaxContent .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
		height:auto;
}
div#TB_ajaxContent .buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
div#TB_ajaxContent .buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
div#TB_ajaxContent .buttons button img, div#TB_ajaxContent .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* POSITIVE */

div#TB_ajaxContent button.positive, div#TB_ajaxContent .buttons a.positive{
    color:#529214;
}
div#TB_ajaxContent .buttons a.positive:hover, div#TB_ajaxContent button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
div#TB_ajaxContent .buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* STANDARD */

div#TB_ajaxContent button:hover, div#TB_ajaxContent .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
div#TB_ajaxContent .buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* NEGATIVE */

div#TB_ajaxContent .buttons a.negative, div#TB_ajaxContent button.negative{
    color:#d12f19;
}
div#TB_ajaxContent .buttons a.negative:hover, div#TB_ajaxContent button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
div#TB_ajaxContent .buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

div#TB_ajaxContent label.lform{
display:block;
margin:3px 3px 10px 3px;
}
div#TB_ajaxContent .formpad{
width:100px; 
float:left;
}
div#TB_ajaxContent .holdstatus{
float:left;
width:290px;
}
div#TB_ajaxContent .holdstatusright{
float:left;
width:230px;
border-left:1px dotted #ccc;
margin-left:10px;
height:240px;
overflow:auto;
}
div#TB_ajaxContent #notlogged{
width:500px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:25px;

}
div#TB_ajaxContent #alreadylogged{
width:500px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:25px;
}
div#TB_ajaxContent #successfull{
margin-top:5px;
line-height:1.4;
}
div#TB_ajaxContent .highlighted{
background-color:#FFFF99;
}