/* 
AnonInbox CSS
--------------------------------
Default Template
Author: J. Andrews
Version: 1.0
*/

body { background-color: white; font-family: arial, helvetica, sans-serif; font-size: 12px; }

/* Font Styles */
.bold { font-weight: bold; }
.small { font-size: 10px; }


/* Link Styles */
a.menu:link { color: #FFFFFF; font-weight: bold; }
a.menu:hover {color: #FFFF99; font-weight: bold; }
a.menu:visited{ color: #FFFFFF; font-weight: bold; }

/* DIV Styles */
div#container { width: 600px; margin-left: auto; margin-right: auto; border: 1px solid #666666; }
div#head { width: 100%; border-bottom: 1px solid black; background-image: url('images/head.jpg'); background-repeat: no-repeat; float: none; height: 100px; }
div#menu { width: 100%; background-color: #660000; background-image: url('images/menu.jpg'); background-repeat: repeat-x; float: none; height: 20px; border-bottom: 1px solid black; }
div#content_container { width: 100%; float: none; padding: 10px; }
div#content { width: 100%; float: none; min-height: 200px; }
div#footer { width: 100%; float: none; background-color: white; text-align: center; }

div#main_login { width: 150px; float: left; height: 60px; padding: 3px; background-color: #e8e8e8; border: 1px dotted #666666;} 
div#main_content { width: 400px; float: left; padding-left: 9px; margin-left: 10px; min-height: 150px; border-left: 1px dotted #CCCCCC; }
 
/* Table Styles */
table#message { border: 1px dotted #CCCCCC; }
.message { padding: 2px; }
.message_base { border-bottom: 1px solid #CCCCCC; padding: 2px;}
.message_content { padding: 9px; }

td { font-size: 12px; }
th { border-bottom: 1px solid #990000; color: #990000; }

 
/* Input Styles */
.login { font-size: 10px; padding: 1px; }

