body {
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
}

#container {
	background-color: #FFF;
	border: solid 1px #BBB;
	border-width: 1px 1px 1px 1px;
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

#menucontainer {
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

/*
#mainmenu { background-color: #003366; color: #FFF; height: 25px; text-align: center; width: 100%; }
#mainmenu ul { list-style-type: none; margin: 0; padding: 0; }
#mainmenu li { display: inline; }
#mainmenu li a { background-color: #003366; color: #FFF; text-decoration: none; padding: 6px 10px; line-height: 25px; }
#mainmenu li a:hover { background-color: #5599CC; color: #FFF; }

#submenu { background-color: #FFF; color: #336699; text-align: center; width: 100%; height: 25px; border-bottom: solid 1px silver}
#submenu ul { list-style-type: none; margin: 0; }
#submenu li { display: inline; border-right: solid 1px silver; margin: 0; padding: 6px 10px; line-height: 25px; }
#submenu li a { background-color: #FFF; color: #003366; text-decoration: none; }
#submenu li a:hover { background: #FFF; color: #5599CC; text-decoration: underline; }
#submenu-item-left { border-left: solid 1px silver; }
*/

#gallery-container {
	padding: 7px;
}

#forum {
	margin: 0;
	padding: 0 10px;
	width: 990px;
}

#acp, #forum, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#forum p {
	margin: 0;
	text-align: left;
}

#top-spacer {
	margin: 20px;
}

hr {
	height: 1px;
	border: 0;
	background-color: silver;
}


.forum-header {
	background: #FFF url(./../../../images/header/logo11.jpg);
	height: 150px;
	padding: 0;
	width: 100%;
}

.forum-buttons {
	text-align: center;
	font-size: 11px;
	height: 20px;
}

.forum-buttons a, .forum-buttons a:visited {
	color: #334C9A;
	text-decoration: none;
	margin: 0 3px;
}

.forum-buttons a:hover, .forum-buttons a:active {
	color: #FF1010;
	text-decoration: none;
}

.forumline {
	border: solid 1px silver;
	margin: 0;
	background-color: #FFF;
	width: 100%;
}

.forumline .row-header {
	background: #E0E0E0 url(./../../../templates/ca_aphrodite/images/nav3.gif);
	color: #003366;
	font-weight: bold;
	padding: 0;
	text-align: left;
	vertical-align: top;
	height: 32px;
}

.forumline p.row-header { height: 25px; }

.forumline .row-header span {
	background: url(./../../../templates/ca_aphrodite/images/bg_hdr2.gif) top left no-repeat;
	padding-left: 17px;
	color: #EDEFF4;
	display: block;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
}

.forumline th {
	background: #E0E0E0;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	padding: 0 5px;
	white-space: nowrap;
}

.row-header a, .row-header a:visited {
	color: #EDEFF4;
	text-decoration: underline;
}

.row-header a:hover, .row-header a:active {
	color: #C8D0EB;
	text-decoration: underline;
}

/* shortcuts */
.row-center, .row-center-small {
	text-align: center;
	vertical-align: middle;
}

.row-center-small {
	font-size: 10px;
}

.row1, .row2, .row3, .row4, .row1h, .row1h-new, .row2h, .row3h, .row1hHover, .row1h-newHover {
	background-color: #FFF;
	text-align: left;
}

table {
        font-size: 11px;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: Georgia, serif;
        text-decoration: none;
        line-height : 120%;
        color : #003366;
        margin: 2px;
}

h2 {
        font-weight: bold;
        font-size: 18px;
        font-family: Georgia, serif;
        text-decoration: none;
        line-height : 120%;
        color : #003366;
        margin: 2px;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

/* inputs */

input, textarea, select {
	border: solid 1px silver;
	color: #333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.helpline {
	color: #666;
}

input.button {
	background: #FFF url(images/bg_nav2.gif) top left repeat-x;
	border: solid 1px #BBB;
	border-left-color: #CCC;
	border-top-color: #CCC;
	color: #666;
}

input.button:hover {
	color: #000;
	border-left-color: #AAA;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
}

input.post, textarea, select, input.liteoption {
	border: solid 1px #888;
	color: #666;
	background-color: #F8F8F8;
}

input.mainoption {
	border: solid 1px #666;
	color: #444;
	background-color: #F8F8F8;
}

* html input.post, * html textarea, * html select, * html input.liteoption {
	color: #333;
	border: solid 1px #2B438F;
}
* html input.mainoption {
	color: #000;
	border: solid 1px #2B438F;
	font-weight: bold;
}

input.post:hover, textarea:hover, select:hover, select:focus, input.liteoption:hover, input.mainoption:hover {
	border: solid 1px #666;
	color: #444;
	background-color: #FAFAFA;
}

input.post:focus, textarea:focus {
	border: solid 1px #2B438F;
	color: #000;
}

input.post:focus, select:focus, input.mainoption:focus, input.liteoption:focus {
	background: #E7E7E7 url(images/bg_input.gif) top left repeat-x;
}

textarea:focus {
	background-color: #F4F4F4;
}

select optgroup {
	background-color: #000;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
}
select option {
	background-color: #F0F0F0;
	color: #333;
}

/* inputs - fixing height */
input.mainoption, input.liteoption { height: 18px; }
* html input.mainoption, * html input.liteoption { height: 20px; }

input.post { height: 16px; }
@media all and (min-width: 0px) { html>body input.post { height: 18px; } }

select option { height: 15px; }

input.jumpbox { height: 18px; }
@media all and (min-width: 0px) { html>body input.jumpbox { height: 15px; } }
* html input.jumpbox { height: 18px; }


.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;

        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
	color: #003366;
	text-decoration: none;
}

iframe {
	border: solid 1px #003366;
	width: 100%;
}

a:visited { color: #003366; }
a:hover, a:active { color: #5599CC; text-decoration: underline; }

.bblink a {
        color: #0033CC;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.maintable {
	border: solid 1px silver;
	margin: 0;
	background-color: #FFF;
	width: 100%;
	margin: 5px 0;
}

.maintable th {
		background: #E0E0E0;
		color: #003366;
		font-size: 11px;
		font-weight: bold;
		height: 24px;
		padding: 0 5px;
		white-space: nowrap;
}

.tableh1 {
		background: url(./../../../templates/ca_aphrodite/images/nav3.gif);
		color: #003366;
		padding: 0;
		text-align: center;
		height: 32px;
}

td.tableh1 {
		background: #E0E0E0;
		color: #003366;
		font-size: 11px;
		font-weight: bold;
		height: 20px;
		padding: 0 5px;
		white-space: nowrap;
}

.tableh1_compact {
		background: #336699;
		color: #FFF;
		padding: 0;
		font-weight: normal;
		height: 20px;
}

.tableh2 {
        background: #FFF;
        color : #003366;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        border-bottom: solid 1px silver;
}

.tableh2_compact {
	background-color: #E0E0E0;
	text-align: left;
	padding: 5px;
}

.tableb {
        background: #FFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        border-bottom: solid 1px silver;
}


.tableb_compact {
        background: #FFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #EEE;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #D1D7DC;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
		background-color: #FFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 100%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 100%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 100%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 100%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 100%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
		background-color: #FFF;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #0E72A4;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #0E72A4;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 100%;
        white-space: nowrap;
}

.navmenu {
		background: #336699;
		padding: 0;
		text-align: center;
		height: 20px;
		font-weight: bold;
		color: white;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #5599CC;
        text-decoration: none;
        color: #FFF;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-color:#FFF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border: solid 1px #000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000;
        background-color: #FFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #FFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #FFF;
        padding: 5px;
}

.footer {
        font-size : 10px;
		color: #FFF;
}

.footer a {
        text-decoration: none;
        color: #FFF;
}

.footer a:hover {
        color: #FFF;
        text-decoration: underline;
}

.statlink {
		color: #003366;
}

.statlink a {
        text-decoration: none;
		color: #FFF;
}

.statlink a:hover {
  		color: #FF1010;
        text-decoration: none;
}

.alblink a {
        text-decoration: underline;
        color: #000000;
}

.alblink a:hover {
        color: #000000;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #FFF;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #FFF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}

#copyright {
	padding: 7px;
	text-align: center;
/*	background-image: url(images/bg_copyright.gif);*/
/*	border-bottom: solid 2px #003366;*/
/*	border-top: solid 1px #2B438F;*/
	font-size: 9px;
	color: #CCC;
}

#copyright a, #copyright a:visited {
	color: #CCC;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #5599CC;
	text-decoration: none;
}

#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}

.shadow {
	width: 990px;
	margin: 0 auto;
}

#bottom-shadow-center {
	background: #FFF url(./../../../templates/ca_aphrodite/images/bot.gif) top repeat-x;
	width: 100%;
}

#bottom-shadow-left {
	background: #FFF url(./../../../templates/ca_aphrodite/images/bot_left.gif) top left no-repeat;
}

#bottom-shadow-right {
	background: #FFF url(./../../../templates/ca_aphrodite/images/bot_right.gif) top right no-repeat;
}
