@CHARSET "UTF-8";
@import "_form.css";

body {
    font-size: 14px;
    text-align: center;
}

.welcome {
    float: right;
    position: relative;
    margin-top: -15px;
    font-family: Verdana, sans;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.blueheader {
    background:transparent url(/images/bigmovies/top_bg.jpg) repeat-x scroll 0 50%;
    color:#F5F5F5;
    font-family: Verdana, sans;
    font-size:12px;
    font-weight:bold;
    height:25px;
    margin:0 0 5px;
    padding:0 0;
}

.welcome a {
    color: #FFFFFF;
}

.niceTable input {
    width: 100px;
}

#container {
    margin: 0 auto 0 auto;
    width: 1015px;
}

#mainContainer {
    border: 1px #fff solid;
    font-family: Verdana, sans;
    font-size: 1.0em;
    margin: 20px auto 20px auto;
    text-align: left;
    width: 721px;
}

#loginBox {
    font-family: Verdana, sans;
    width: 300px;
    border: 1px #000 solid;
    margin: 10px auto 10px auto;
    text-align: left;
}

.newsBox {
    padding: 10px;
}

#loginBox .title {
    padding-left: 10px;
    line-height: 2.5em;
    height: 2.5em;
}

#loginBox .body {
    padding: 5px;
}

#loginBox p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#loginBox input[type='checkbox'] {
    margin-bottom: 1.5em;
    margin-left: 10px;
}

#mainHeader {
    background: transparent url(/images/bigmovies/top_bg.jpg) repeat-x scroll 0 50%;
    color: #F5F5F5;
    font-family: Verdana, sans;
    font-size: 1.0em;
    font-weight: bold;
    height: 2.0em;
    margin: 0 0 2px 0;
    padding: 0 0 0 10px;
    text-align: left;
    line-height: 2.0em;
}

#mainBody {
    padding: 5px;
    background: #dfdfdf;
    font-size: 1.0em;
}

#mainBody p {
    margin: 0.75em 0 0.75em 0;
}

#mainBody ul {
    list-style-type: disc;
    margin-left: 50px;
}

#news {
    width: 75%;
    margin-top: 10px;
    margin-left: 20px;
    border: 1px #cfcfcf solid
}

#news .header {
    background: #ccc;
    padding: 10px;
    font-weight: bold;
    font-size: 10px;
}

#news .body {
    padding: 10px;
}

a {
    color: #003366;
    text-decoration: underline;
}

span {
    display: inline-block;
    behavior: url(iepngfix.htc);
}

h1 {
    font-size: 1.25em;
    padding: 3px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 0px;
    margin-top: 0px;
}

h2 {
    font-size: 1.0em;
    padding: 3px;
}

a:active {
    color: #069;
}

a:visited {
    color: #00019b;
}

a:hover {
    color: #0099CC;
}

/* Used to fix formatting on h2 tags with anchors */
h2 a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

/* Used to fix formatting on h2 tags with anchors */
h2 a:hover {
    color: #fff;
}

/* Bold face anything surrounded by label tags */
label {
    font-weight: bold;
}

/* Removes indentation on li items */
li {
    /*padding: 0.5em 0 0.5em 0;*/
    line-height: 2.0em;
    font-size: 1em;
}

#header {
    background: transparent url(/images/muffia/muffia_bg.png) repeat scroll 0% 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    width: 721px;
    height: 125px;
    text-align: left;
}

#header1 {
    background: transparent url(/images/muffia/part_header1.jpg) repeat scroll 0% 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    width: 721px;
    height: 125px;
    text-align: left;
}

#header A.titlelink {
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    font-size:1.75em;
}

#main_menu {
    margin-top: -25px;
    width: 100%;
    height: 28px;
    text-align: left;
}

#main_menu .current {
    font-weight: bold;
    background: #6699AA;
    border-top: 1px solid #333;
}

#main_menu a.current:hover  {
    color: #FFF;
}

#main_menu a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#main_menu a:hover {
    color: #696969;
}

#main_menu li {
    background: transparent url(/images/muffia/muffia_button.png) repeat scroll 0% 0%;
    width: 95px;
    height: 25px;
    float: left;
}

#main_menu li, #sub_menu li {
    display: inline;
    line-height: 200%;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    font-size:0.9em;
}

#notes_info {
    padding: 15px 20px 15px 20px;
}

#sub_menu {
    background: #6699AA;
    border-bottom: 1px solid #666;
    margin: 0;
    padding: 6px 2em 0 3em;
    font-weight: bold;
}

#sub_menu .current {
    background: #fff;
    font-weight: bold;
    color: #000;
    border-top: 1px solid #666;
}

#sub_menu a {
    border: none;
    color: #fff;
    padding: 4px 8px 5px 8px;
    text-decoration: none;
}

#sub_menu a:hover {
    color: #ccc;
}

#sub_menu a.current {
    background-color: #e5e5e5;
}

#sub_menu a.current:hover  {
    color: #000;
}


#sub_menu li {
    line-height: 180%;
    height: 25px;
}

/* Fix IE. Hide from IE Mac \*/

* html #third_menu_tab ul li { float: left; height: 1%; }
* * html #third_menu_tab ul li a { height: 1%; }
*
*/* End */


/* end css to do the third menu tab */

#content {
    /*padding: 15px 10px 20px 10px;*/
    padding: 15px 0 15px 0;
    background: #e5e5e5;
}

#footer {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    height: 25px;
}

.footer {
    font-family: Verdana, sans;
    font-size: 0.9em;
}

.container {
    background: #ffffff;
    clear: both;
    padding: 10px;
    border: 1px #cccccc solid;
    margin: 0 auto 0 auto;
    font-size: 1.0em;
    width: 721px;
}

#messageList {
    font: 12pt arial, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    border:1px solid green;
    background-color: lightgreen;
    padding:10px 10px 10px 10px;

}

#errorList {
    font: 12pt arial, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    border:1px solid #ff0000;
    background-color: #ffdddd;
    padding:10px 10px 10px 10px;
}

#errorUL {
    font: 12pt arial, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Used for vertical spacing and forcing newlines when floating elements */
.spacer {
    clear: both;
}

.wrap {
    clear: both;
    padding: 1px 10px 1px 10px;
    _width: 100%;
}

tr.fieldsChanged td {
    background-color: lightyellow;
}


.x-selectable, .x-selectable * {
    -moz-user-select: text!important;
    -khtml-user-select: text!important;
}

.boldDomain {
    text-decoration: none;
}
.boldDomainPath {
    color: 777777;
}
.boldDomainLink {
    text-decoration: none;
}
/******************************/
/***Copied from BigMovies CSS**/
/******************************/ 

html {
    background:#FFFFFF url(/images/bigmovies/top_bg.jpg) repeat-x scroll center top;
}

.logo {
    background:transparent url(http://www.bigmovies.com/images/site/bmhdlogo2.png) no-repeat scroll center bottom;
    float:left;
    height:100px;
    width:274px;
}
.logo img {
    height:81px;
    margin:18px 0 0;
    width:274px;
}

.accountnav {
    position:absolute;
    width:1015px;
    z-index:100;
}

.center {
    margin: 0 auto 0 auto;
    width: 1015px;
}

.mainnav {
    margin-left: 300px;
    padding-top: 50px;
    z-index: 101;
}

.mainnav ul li#current {
    background:transparent url(/images/bigmovies/menu_arrow.gif) no-repeat scroll center bottom;
    color:white;
}

.mainnav ul li {
    -x-system-font:none;
    color:#6FB9DC;
    float:left;
    font-family: Verdana, sans;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:40px;
    line-height:normal;
    margin:0 10px;
}

.mainnav ul li#current a {
    color:white;
}

.mainnav ul li a {
    color:#6FB9DC;
    text-decoration:none;
}

.mainnav ul li a:visited {
    color:#6FB9DC;
    text-decoration:none;
}

.clear {
    clear:both;
}

.footer {
    background-color:#E0E0E0;
    margin-top:15px;
}
.footer div {
    margin: 0 auto 0 auto;
    width:1015px;
}
.footer div p {
    color:#666666;
    float:left;
    margin:10px 0;
    text-align:left;
}
.footer div a {
    color:#666666;
    text-decoration:none;
}
.footer div img {
    float:right;
    margin:10px;
}

