﻿/* commented backslash hack v2 \*/
html, body {
    height: 100%;
    min-height: 100%;
}
/* end hack */

html {
     height: 100%;
     min-height: 100%;
}
body
{
	height: 100%;
	min-height: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	color: #000;
	background-color: #fff;
	background-image: url(/library/image/bg_main.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
html>body
{
    height: 100%;
}


a,
a:link,
a:active,
a:visited
{ 
    color: #FFFFFF; 
    background-color: #40B9D2;
    text-decoration: none; 
}
a:hover 
{ 
    background-color: #ffffff; 
    color: #40B9D2;
    text-decoration: none; 
}

a.img,
a.img:link,
a.img:active,
a.img:visited,
a.img:hover
{
    background-color: Transparent; 
}



h1, .h1
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	color: #000;
	margin: 0px;
}
h2, .h2
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	margin: 0px;
}


.wrapper
{
    min-height: 100%;
    height: 100%;
    width: 1024px;
    float: left;
    text-align: left;
}
.wrapper .header
{
    height: 100px;
    clear: both;
    float: left;
    padding-left: 10px;
}

.menulink09 .wrapper .menu
{
    z-index: 2;
    height: 38px;
    clear: both;
    float: left;
    padding-left: 10px;
}
.menulink09 .wrapper .menu table
{
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}
.menulink09 .wrapper .menu td
{
    padding-right: 5px;
}
.menulink09 .wrapper .menu a,
.menulink09 .wrapper .menu a:link,
.menulink09 .wrapper .menu a:active,
.menulink09 .wrapper .menu a:visited
{
    display: block;
    height: 23px;
    width: 94px;
    background-color: #ffffff;
    color: #494e54;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
	letter-spacing: -.05em;
    line-height: 11px;
    text-decoration: none;
    padding: 3px 2px 2px 5px;
}
.menulink09 .wrapper .menu a:hover
{
    background-color: #494e54;
    color: #ffffff;
}
.wrapper .middle .nav
{
    clear: both;
    float: left;
}

.wrapper .middle .nav
{
    float: left;
    clear: left;
    width: 216px;
    min-height: 500px;
    padding-left: 10px;
}

.wrapper .middle .content
{
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 420px;
    min-height: 500px;
}

.wrapper .middle .rightside
{
    float: left;
    clear: right;
    width: 300px;
    min-height: 500px;
}





input.whitebutton
{
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    color: #494e54;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
}
input.smallwhitebutton
{
	margin-top: 4px;
	font-size: 12px;
    padding-left: 1px;
    padding-right: 1px;
    background-color: #ffffff;
    color: #494e54;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
}


td,p,div,span,a
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}
form
{
	margin: 0px;
	padding: 0px;
}
.redtext
{
	font-size: 11px;
	color: #ff224d;
	font-family: Verdana, Arial;
}
.whitetext
{
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial;
}
.area_top
{
	height: 100px !important; 
	width: 1000px !important; 
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.area_center
{
	vertical-align: top;
	width: 678px;
	position: inherit;
	height: inherit;
	background-color: #ffffff;
	text-align: left;
	/*min-height: 100%;
	height: 100%;*/
}
.footer
{
	border-top: solid 1px #ecede5;
	background-color: #faf9f5;
	height: 19px;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}
a.footlink,
a.footlink:link,
a.footlink:active,
a.footlink:visited
{
    font-family: Arial, Sans-Serif, Helvetica !important;
    font-weight: normal !important;
    font-size: 10px !important;
    text-decoration: none !important;
    letter-spacing: +.05em !important;
}
a.footlink:visited
{
    font-family: Arial, Sans-Serif, Helvetica !important;
    font-weight: normal !important;
    font-size: 10px !important;
    text-decoration: none !important;
    letter-spacing: +.05em !important;
}
.content
{
	min-height: 100%;
	height: 100%;
	width: 100%;
	vertical-align: top;
	text-align: left;
}
.area_right
{
	width: 160px;
	border-left: solid 1px #ecede5;
	border-right: solid 1px #ecede5;
	background-color: #faf9f5;
	vertical-align: top;
}
.area_left
{
	border-left: solid 1px #ecede5;
	width: 160px;
	border-right: solid 1px #ecede5;
	background-color: #f9f9f5;
	vertical-align: top;
}

.clear 
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
} 
.dottedtop
{
	border-top: #808080 1px dotted;
}

.subtext
{
	font-size: 14px;
	color: #808080;
	font-family: Verdana, Arial;
}
.redheading
{
	font-size: 16px;
	color: #ff224d;
	font-family: Verdana, Arial;
}
table.tabletemplate
{
	width: 100%;
	border-bottom: solid 1px #ecede5;	
}
table.tabletemplate td
{
	vertical-align: top;
	text-align: left;
	padding: 5px;
}




.rs1 { color: #93938a; }

.admin_nav
{
    margin-top: 10px;
    width: 150px;
    border: solid 1px #cdcdcd;
    float: left;
    text-align: left;
    background-color: #ffffff;
}
.admin_content
{
    color: #494e54;
    margin-top: 10px;
    text-align: left;
    width: 930px;
/*    border: solid 1px #cdcdcd;*/
    background-color: #ffffff;
}
.admin_main
{
    width: 964px;
    background-color: #ffffff;
    float: left;
}

.admin_content h1
{
    font-family: Verdana, lucida, sans-serif;
    font-size: 16px;
    color: #787878;
    margin-top: 0px;
    padding: 0px;
    font-weight: normal !important;
    letter-spacing: +.2em;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: url(../../styles/icons/h1.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.menuheader { text-align: center; border-bottom: solid 1px #cdcdcd; margin-bottom: 2px; padding-bottom: 3px; margin-top: 10px; }

/*--------------------------------*/











/*-----begin admin popup----------*/
    .admin_menu
    {
        position: absolute;
        top: 0;
        left: 1000px;
        background-color: #000000;
        width: 190px;
        border: solid 1px green;
        text-align: left;
        padding: 5px;
        z-index: 0;
    }
    .admin_link
    {
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .navcontainer
    {
        height: 200px; float:right;
    }
    .navcontainer ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .navcontainer li { margin: 0 0 3px 0; }

    .navcontainer a
    {
        display: block;
        padding: 2px 2px 2px 24px;
        border: 1px solid #ccc;
        width: 160px;
        background-color: #999;
        background-image: url(../../library/image/admin/l1_down.gif);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .navcontainer a:link, .navlist a:visited
    {
        color: #EEE;
        text-decoration: none;
    }

    .navcontainer a:hover
    {
        border: 1px solid #fff;
        background-color: #F60;
        background-image: url(../../library/image/admin/l1_over.gif);
        color: #333;
    }

    .active a:link, .active a:visited, .active a:hover
    {
        border: 1px solid #333;
        background-color: #FF6600;
        background-image: url(../../library/image/admin/l1_over.gif);
        color: #333;
    }
/*-----end admin popup------------*/




/*-----begin login panel----------*/
    .loginpanel
    {
        background-color: #ffffff;
        width: 216px;
        float: left;
    }
    .loginpanel .textbox
    {
        height: 18px;
        width: 200px;
        background-image: url(../../library/image/site/textbox.gif);
        background-repeat: no-repeat;
        border: 0px;
        margin-left: 7px;
        margin-right: 7px;
        margin-top: 7px;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px;
        padding-left: 2px;
    }
    .loginpanel div.txt
    {
        color: #494e54;
        float: left;
        text-align: left;
        width: 140px;
        padding-top: 9px;
        padding-left: 8px;
        padding-bottom: 7px;
    }
    .loginpanel div.txt a,
    .loginpanel div.txt a:link,
    .loginpanel div.txt a:active,
    .loginpanel div.txt a:visited
    {
        font-size: 11px;
    }
    .loginpanel div.txt a:hover
    {
        font-size: 11px;
    }
    .loginpanel div.button
    {
        float: right;
        width: 60px;
        text-align: right;
        padding-top: 7px;
        padding-right: 7px;
        padding-bottom: 7px;
        font-size: 10px;
        color: #494e54;
    }
/*-----end login panel------------*/







/*-----begin subnav popup---------*/
    .subnavcontainer
    {
    }
    .subnavcontainer ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

    .subnavcontainer li 
    { 
        margin: 0px; 
        padding: 0px;
    }

    .subnavcontainer a,
    .subnavcontainer a:link,
    .subnavcontainer a:visited,
    .subnavcontainer a:active
    {
        display: block;
        padding: 2px 2px 2px 4px;
    	letter-spacing: -1px;
        width: 211px;
        background-color: #494e54;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        text-decoration: none;
    }


    .subnavcontainer a:hover
    {
        background-color: #ffffff;
        color: #494e54;
    }

    
    .subactive a, 
    .subactive a:active, 
    .subactive a:visited, 
    .subactive a:hover
    {
        background-color: #ffffff;
        color: #494e54;
    }
/*-----end subnav popup-----------*/






/*-----begin comments-------------*/
    div.postcomment
    {
    }
    div.postcomment .textbox
    {
        color: #494e54;
        width: 410px;
        background-color: #ffffff;
        height: 70px;
        border: 0;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 5px;
    }
    #comments
    {
        /*background-image: url(../../library/image/site/494e54.gif);*/
        background-color: #494e54;
        opacity:.85;
		filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=85)"; 
		filter : "Alpha(Opacity='85')";
        -moz-opacity: 0.85;
    }
    .comment
    {
		border-bottom: dashed 1px #cdcdcd;
    }
    .comment .postedby
    {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        color: #898c91;
    }
    .comment .body
    {
        color: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 20px;
    }

/*-----end comments---------------*/







/*-----begin rating---------------*/
    .rate
    {
        margin-top: 5px;
        margin-left: 10px;
        padding: 6px;
        text-align: center;
        float: right;
        width: 100px;
        height: 110px;
        border: solid 3px #494e54;
    }
/*-----end rating-----------------*/



/*-----begin random styles--------*/

A.bw:link
{
	font-size: 11px;
	color: #ff2558;
	font-family: Verdana, Arial;
}
A.bw:hover
{
	font-size: 11px;
	color: #ff2558;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
A.bw:visited
{
	font-size: 11px;
	color: #ff2558;
	font-family: Verdana, Arial;
}
.bw
{
	font-size: 11px;
	color: #ff2558;
	font-family: Verdana, Arial;
}
TD.title
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial;
}
/*-----end random styles----------*/










.submission_content
{
}



/*-----begin rater----------------*/
	.darken
	{
		z-index: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		float: left;
		height: 100%;
		width: 100%;
		background-color: #000000;
		opacity:.85;
		filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=85)"; 
		filter : "Alpha(Opacity='85')";
		-moz-opacity: 0.85;	
	}
	.darken:first-child
	{
	}
	.sendtofriend
	{
		position: absolute;
		left: 285px;
		top: 455px;
		background-color: #000000;
		float: left;
		border: solid 5px white;
		width: 300px;
		padding: 5px;
	}
	a.sender,
	a.sender:link,
	a.sender:active,
	a.sender:visited
	{
		color: White;
		background-color: Transparent;
		text-decoration: none;
		font-size: 11px;
		font-family: Arial, Sans-Serif, helvetica;
	}
	a.sender:hover
	{
		color: White;
		background-color: Transparent;
		text-decoration: underline;
		font-size: 11px;
		font-family: Arial, Sans-Serif, helvetica;
	}


	a.closer,
	a.closer:link,
	a.closer:active,
	a.closer:visited
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		color: #494e54; 
		background-color: #ffffff;
		text-decoration: none; 
		margin: 0px;
		padding: 3px 4px 3px 5px;
		font-weight: bold;
	}
	a.closer:hover 
	{ 
		background-color: #494e54; 
		color: #ffffff;
		text-decoration: none; 
	}
/*-----end rater------------------*/




.pagecontent
{
	color: #ffffff;
}







/*-----begin right stuff----------*/
.rightcontent
{
	height: 292px;
	width: 300px;
	overflow: auto;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
.rightitem
{
	color: #ffffff;
	float: left;
	cursor: hand;
	margin-bottom: 7px;
	background-color: #000000;
}
.rightitem_over
{
	background-color: #131517;
	float: left;
	margin-bottom: 7px;
}

.rightthumb
{
	overflow: hidden;
	height: 60px;
	width: 90px;
	border: solid 3px #ffffff;
	float: left;
}
.righttext
{
	padding: 2px 2px 3px 7px;
	width: 173px;
	height: 58px;
	float: left;
	overflow: hidden;
	line-height: 11px;
	font-size: 11px;
	text-decoration: none;
}

.righttext h2
{
	font-size: 12px;
	margin-bottom: 3px;
	color: #FFFFFF;
	margin-top: 3px;
}

.righttext a,
.righttext a:link,
.righttext a:active,
.righttext a:visited,
.righttext a:hover
{
	width: 173px;
	height: 58px;
	float: left;
	overflow: hidden;
	font-size: 10px;
	line-height: 1.2em;
	text-decoration: none;
}


/*-----end right stuff------------*/




a.bigvotebutton,
a.bigvotebutton:active,
a.bigvotebutton:link,
a.bigvotebutton:visited
{
	display: block;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffff;
    color: #494e54;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    width: 306px;
}
a.bigvotebutton:hover
{
	display: block;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #494e54;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    width: 306px;
}
a.smallvotebutton,
a.smallvotebutton:active,
a.smallvotebutton:link,
a.smallvotebutton:visited
{
	display: block;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffff;
    color: #494e54;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    width: 100px;
}
a.smallvotebutton:hover
{
	display: block;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #494e54;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    width: 100px;
}






.voteitem
{
	color: #ffffff;
	float: left;
	cursor: hand;
	margin-bottom: 7px;
	border: 1px solid #FFFFFF;
}
.voteitem_over
{
	/*background-color: #494e54;*/
	background-color: silver;
	color: #fff;
	float: left;
	margin-bottom: 7px;
		border: 1px solid #FFFFFF;

}
.voteitem_select
{
	/*background-color: #494e54;*/
	background-color: silver;
	color: #fff;
	float: left;
	margin-bottom: 7px;
		border: 1px solid #000000;

}


.votethumb
{
	overflow: hidden;
	height: 60px;
	width: 90px;
	border: solid 3px #ffffff;
	float: left;
}
.votetext
{
	padding: 2px 2px 3px 7px;
	width: 315px;
	height: 58px;
	float: left;
	overflow: hidden;
	line-height: 11px;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.votetext h2
{
	font-size: 13px;
	margin-bottom: 1px;
	font-weight: bold;
	margin-top: 4px;
}

.votetext a,
.votetext a:link,
.votetext a:active,
.votetext a:visited,
.votetext a:hover
{
	width: 315px;
	height: 58px;
	float: left;
	overflow: hidden;
	font-size: 9px;
	line-height: 1.3em;
	text-decoration: none;
}

.tab
{
	border-top: solid 1px #cfcfcf;
	border-left: solid 1px #bababa;
	border-right: solid 1px #bababa;
	color: #909090;
	border-bottom: 0px;
	background-color: #ededed;
}
.tab_on
{
	border-top: solid 1px #bababa;
	border-left: solid 1px #bababa;
	border-right: solid 1px #bababa;
	border-bottom: 0px;
	background-color: #bfbfbf;
}
flax_nav
 {
	z-index: 99;
}

