/* 
    Document   : readable
    Created on : Apr 16, 2011, 3:03:17 PM
    Author     : Leslie
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
        font-size:13px;
        font-family: sans-serif;
}
a{
    font-size:13px;
}
.item {
    width: 200px;
    margin: 5px;
    float: left;
}
#headera{
    font-size:12px;
    color:darkgreen;
    text-decoration: none;
}
#headera:hover{
    text-decoration: underline;
    font-size:12px;
    color:darkgreen;
}
#headerb{
    font-size:13px;
    color:darkred;
    text-decoration: none;
}
#headerb:hover{
    text-decoration: underline;
    font-size:13px;
    color:darkred;
}
#linkout{
    color:green;
}
#grayout{
    color:gray;
    font-size:11px;
}
#lightgrayout{
    color:lightgray;
    font-size:11px;
}
#quote{
    color:gray;
    font-size:11px;
}
#greenout{
    color:green;
    font-size:11px;
    font-weight:bold;
}
#redout{
    color:red;
    font-size:11px;
}
#grayoutmail{
    text-decoration: none;
}
#grayoutname{
    color:black;
    text-decoration: none;
}
#grayoutname:hover{
    color:black;
    text-decoration: underline;
}
#grayoutnamemale{
    color:darkblue;
    text-decoration: none;
}
#grayoutnamemale:hover{
    color:darkblue;
    text-decoration: underline;
}
#grayoutnamefemale{
    color:darkred;
    text-decoration: none;
}
#grayoutnamefemale:hover{
    color:darkred;
    text-decoration: underline;
}
#smallname{
    color:black;
    text-decoration: none;
    font-size:11px;
}
#smallnamemale{
    color:darkblue;
    text-decoration: none;
    font-size:11px;
}
#smallnamefemale{
    color:darkred;
    text-decoration: none;
    font-size:11px;
}
#grayoutlink{
    text-decoration: none;
    font-size:11px;
}
#grayoutlink:hover{
    text-decoration: underline;
    font-size:11px;
}
#greenoutlink{
    color:darkgreen;
    text-decoration: none;
    font-size:11px;
}
#countrylist{
    text-decoration: none;
}
#countrylist:hover{
    text-decoration: underline;
}
#error{
    color:red;
    font-size:11px;
}
#errorlogin{
    color:red;
    font-size:11px;
}
#errorlogin2{
    color:red;
    font-size:11px;
}
#errorinvite{
    color:red;
    font-size:11px;
}
#signuperrorlogin{
    color:red;
    font-size:11px;
}
#smalllabel{
    color:black;
    font-size:11px;
}
#blueout{
    color:#236B8E;
    font-size:11px;
}
#grayonly{
    color:gray;
}
#lightgrayonly{
    color:lightgray;
}
#blackonly{
    color:black;
}
#redonly{
    color:maroon;
}
#titlestyle{
    font-size:24px;
    text-decoration: none;
}
#titlestylesmall{
    font-size:20px;
    color:black;
    text-decoration: none;
}
#titlestylesmallmale{
    font-size:20px;
    color:darkblue;
    text-decoration: none;
}
#titlestylesmallfemale{
    font-size:20px;
    color:darkred;
    text-decoration: none;
}
#titlestylesmaller{
    font-size:16px;
    text-decoration: none;
    color:darkgreen;
}
#titlestylesmaller:hover{
    font-size:16px;
    text-decoration: underline;
    color:darkgreen;
}
#titlestylesmallgray{
    font-size:20px;
    color:gray;
}
#titlestylesmallred{
    font-size:20px;
    color:maroon;
}
#map_canvas {
    height: 100%
}
#grayimage {
    opacity : 0.3;
    filter: alpha(opacity=30);
}
#chart{
    color:gray;
    font-size:11px;
}
#chartlink{
    color:gray;
    font-size:11px;
    text-decoration: none;
}
#titleout{
    font-size:18px;
    color:green;
}
#titlelarge{
    font-size: 28px; 
    line-height: 30px; 
    font-weight:bold;
    color:green;
}
#titlemiddle{
    font-size: 18px; 
    line-height: 20px;
    font-weight:bold;
    color:green;
}
#titlesmall{
    font-size: 12px;
    font-weight:bold;
    color:green;
}
#greenonly{
    color:green;
}
table.simple {
    border-style: dashed;
    border-spacing: 0;
    border-collapse: collapse;
}

table.simple th,
table.simple td {
    border-style: solid lightgray;
}
#titleblue{
    font-size:20px;
    color:#49c9ef;
}
#searchcount{
    font-size:11px;
}
#statusbar{
    color:gray;
}
#shadow {
-moz-box-shadow: 0 1px 2px gray;
-webkit-box-shadow: 0 1px 2px gray;
box-shadow: 0 1px 2px gray;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='gray')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='gray');
}
#myBox {
-moz-box-shadow: 3px 3px 4px gray;
-webkit-box-shadow: 3px 3px 4px gray;
box-shadow: 3px 3px 4px gray;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='gray')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='gray');
}

.HeaderStyle th{text-align:left}