@charset "utf-8";
/* CSS Document */

label
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: 000;
font-size: 14px;
width: 85px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.whiteText
{
color: #fff;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}

.submit input
{
margin-left: 6.6em;
}

input
{
color: #416794;
background: #fff;
font-weight: bold;
font-size: 12px;
border: 1px solid #416794
}

input.photo
{
color: #000;
background: #fff;
font-weight: bold;
font-size: 16px;
}

textarea
{
color: #416794;
background: #fff;
font-weight: bold;
font-size: 12px;
border: 1px solid #416794
}



.keywordText {
	color: #4a607b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.boldBlue {
	color: #416794;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.boldBlueHeader {
	color: #416794;
	font-size: 18px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
}

.whiteTitle {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
}

.whiteTitleBig {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
}

.whiteTitleBiggest {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
}

.normalBlue {
	color: #4a607b;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
}

a:link {
	color: #4a607b;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover {
	color: #4a607b;
	text-decoration: underline;	
	font-weight: bold;
}

a:active {
	color: #4a607b;
	text-decoration: underline;	
	font-weight: bold;
}

a:visited {
	color: #4a607b;
	text-decoration: underline;	
	font-weight: bold;
}

a:link.white {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover.white {
	color: #fff;
	text-decoration: underline;	
	font-weight: bold;
}

a:active.white {
	color: #fff;
	text-decoration: underline;	
	font-weight: bold;
}

a:visited.white {
	color: #fff;
	text-decoration: underline;	
	font-weight: bold;
}

a:link.bigBlue {
	color: #416794;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family:"Times New Roman", Times, serif;
}

a:hover.bigBlue {
	color: #416794;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family:"Times New Roman", Times, serif;
}

a:active.bigBlue {
	color: #416794;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family:"Times New Roman", Times, serif;
}

a:visited.bigBlue {
	color: #416794;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family:"Times New Roman", Times, serif;
}

div#navMaster{
	background: url(http://twilightmovies.org/forum/images/nav/nav-bg.gif) left bottom repeat-x;
	height: 44px;
	line-height: 44px;
}
div#navContain{
	width: 100%;
         padding-left: 5%
}
img.navDivider{
	float: left;
	margin: 0 10px 0 10px;
}
div#navLinks a{
	display: block;
	color: #FFFFFF;
	float: left;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 44px;
	text-decoration: none;
}
div#navLinks a:hover{
	background: url(http://twilightmovies.org/forum/images/nav/nav-btn-bg.gif) left bottom repeat-x;
}
div#navLinks a div.NavLeft{
	padding-left: 10px;
}
div#navLinks a div.NavRight{
	padding-right: 10px;
}
div#navLinks a:hover div.NavLeft{
	padding-left: 10px;
	background: url(http://twilightmovies.org/forum/images/nav/nav-btn-ovr-left.gif) left bottom no-repeat;
}
div#navLinks a:hover div.NavRight{
	padding-right: 10px;
	background: url(http://twilightmovies.org/forum/images/nav/nav-btn-ovr-right.gif) right bottom no-repeat;
}

#linksside ul.other {
        list-style-type: none;
        /* width: 180px; */
    	margin: 0;
    	padding: 0;

} 

#linksside li.other {
        /* border: 1px dotted #999; */
        /* border-width: 1px 0; */
        /* margin: 5px 0; */
	margin-left: 0;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}

#linksside li.other a { 
        color: #FFF;
        display: block;
        font: bold 100% Arial, Helvetica, sans-serif;
        padding: 0px;
        text-decoration: none;
	font-weight: bold;
}

 * html #links li.other a {  /* make hover effect work in IE */
	/* width: 180px; */
}

#linksside li.other a:hover {
	font-weight: bold;
/* color: #416794; */
        /* background-color: #FFF; */
}

#linksside a em { 
        /* color: #FFF; */
        display: block;
        font: normal 85% Arial, Helvetica, sans-serif;
        line-height: 125%; 
	font-size: 12px;
	font-weight: bold;
}

#linksside a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

.maximum img {max-width:100px;
   width: expression(this.width > 100 ? 100: true);
} 

