﻿/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body
{
    width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333; 
    /*font-family: 'Lucida Grande' , helvetica, arial, sans-serif;
    font-size: 10pt;
    color: #363131;
    background-color: #8a8282; */
}
.header
{
    background: url(images/header.jpg);
    height: 100px;
    cursor:pointer;
}
.topContainer
{
    text-align: right;
    width: 900px;
    color: White;
    font-size: 8pt;
}
.container
{
    background: #FFFFFF;
    text-align: left;
    border: 2px solid black;
    width: 900px;
}
.float-wrapper
{
    float: left;
    width: 895px;
    
}
.first-float
{
    float: left;
    width: 525px;
    margin:  0 10px 0 10px;
}
.second-float
{
    float: left;
    width: 340px;
    margin: 35px 0 20px 0;
}
.third-float
{
    float: left;
    width: 375px;
}
.clearfooter
{
    clear: both;
    text-align: center;
}
p
{
    padding: 5px;
    margin: 4px 2px 4px 2px;
    color: #363131;
     line-height: 1.4em;
}
a, a:visited, a:link
{
    color: #363131;
    text-decoration: none;
}
a:hover
{
    color:#4d5958;
    text-decoration: underline;
}
.Element
{
    visibility: hidden;
    display: none;
    width: 0px;
    height: 0px;
}
.OneColumnBody
{
    text-align: left;
    padding: 10px;
}
.OneColumnBody p
{
    margin: 2px 5px 5px 5px;
}

.MainArticle
{
    font-size: 10pt;
}

.fxLine
{
    border-bottom: solid 1px silver;
    height: 2px;
    font-size: 0px;
}

/* HEADING Tags*/
h1, h1 a, h1 a:visited, h1 a:link
{
    font-family: Arial Narrow;
    font-size: 24px;
     line-height: 36px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
h1 a:hover
{
    text-decoration: underline;
}
h2, h2 a, h2 a:visited, h2 a:link
{
font-family: Arial Narrow;
    font-size: 18px;
    line-height:24px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
h2 a:hover
{
    text-decoration: underline;
}

h3, h3 a, h3 a:visited, h3 a:link
{
font-family: Arial Narrow, Arial;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
h4, h4 a, h4 a:visited, h4 a:link
{
font-family: Arial Narrow, Arial;
    font-size: .85em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
h5, h5 a, h5 a:visited, h5 a:link
{
font-family: Arial Narrow, Arial;
    font-size: 1.0em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
h5 a:hover
{
    
}
h6, h6 a, h6 a:visited, h6 a:link
{
    font-size: .50em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-decoration: none;
}


ul { margin-bottom: 18px; list-style: circle outside; margin-left: 2em; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.sosumi { margin-left: 0; padding-left: 2em; }

/* ---------------- TABS ---------------- */
/* main navigation */
#xpertfxnav
{
    padding: 0;
    clear: both;
    margin-top: 10px;
}

#xpertfxnav ul
{
    margin: 0;
    padding: 0 0 0 4px;
    list-style: none;
    height: 19px;
    background: url(images/line.gif) repeat-x 50% bottom;
}
/*#xpertfxnav ul{background: url(images/line.gif) repeat-x bottom;}*/

/*Nav List Item*/
#xpertfxnav li
{
    display: block;
    float: left;
    background: url(images/tab_left.png) no-repeat;
    margin-right: 3px;
}
#xpertfxnav li a
{
    display: block;
    float: left;
    font: 10px verdana;
    color: #f2f3f5;         /* Change font color here */
    white-space: nowrap;
    padding: 3px 6px;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
}
#xpertfxnav li a:visited
{
    color: #f2f3f5;            /* Change font visited color here */
    text-decoration: none;
    font-weight: bold;
}

/*Nav List Item DIV*/
#xpertfxnav li div
{
    display: block;
    float: left;
    margin: 0 0 0 2px;
    padding: 0;
    background: url(images/tab_right.png) no-repeat right top;
}

/*Nav item ON*/
#xpertfxnav li.on
{
    background: url(images/tab_left.png) #f2f3f5 no-repeat;
    padding-left: 3px;
}
#xpertfxnav li
{
    display: block;
    float: left;
    background: url(images/tab_left.png) #2e1404 no-repeat; /* change tab color here */
    margin-right: 3px;
}
#xpertfxnav li.on div
{
    background: url(images/tab_right.png) no-repeat right top;
    padding-right: 3px;
    padding-bottom: 1px;
}
#xpertfxnav li.on a
{
    color: #496772;
    text-decoration: none;
}
#xpertfxnav li.on a:visited
{
    color: #496772;
    text-decoration: none;
}
#xpertfxnav li.on div
{
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 1px 0;
}

/*Nav RSS Feed Link*/
#xpertfxnav li.index
{
    background: none;
}
#xpertfxnav li.index div
{
    background: none;
}
#xpertfxnav li.index a
{
    color: #496772;
    font-weight: normal;
}
#xpertfxnav li.index a:visited
{
    color: #496772;
}

/* sub menu navigation */
#xpertfxsubnavleft
{
    width: 3px;
    height: 19px;
    margin: -1px 0 0 -3px;
    background: url(images/menu-left.gif) no-repeat top;
}
#xpertfxsubnav
{
    padding: 0;
    margin-bottom: 2px;
    clear: both;
    float: left;
    width: 100%;
    font-family: verdana;
    font-size: 10pt;
}
#xpertfxsubnav ul
{
    list-style: none;
    margin: 0;
    padding: 0; 
    border-bottom:1px solid #ccc;
    float: left;
    width: 100%;
    background: #F2F3F5;
}
#xpertfxsubnav a
{
    float: left;
    display: block;
    margin: 7px 0;
    padding: 0 7px;
    border-left: 1px solid #999;
    color: #496772;
    text-decoration: none;
}
#xpertfxsubnav a:visited
{
    border-left: 1px solid #999;
}
#xpertfxsubnav a:hover
{
    color: #4f474b;
    text-decoration: underline;
}
#xpertfxsubnav li
{
    float: left;
    display: block;
    font: 77% verdana;
    height: 25px;
}
#xpertfxsubnav li.first a
{
    padding-left: 13px;
    border: 0;
}
#xpertfxsubnav li.first a:visited
{
    border: 0;
}
#xpertfxsubnav li.on a
{
    color: #003DB8;
    font-weight: bold;
    text-decoration: none;
}
#xpertfxsubnav li.on a:visited
{
    color: #003DB8;
    text-decoration: none;
}


.SiteBlurb
{
    padding: 10px 200px 10px 200px;
    margin: 5px;
    color: Gray;
    width: 450px;
    text-align: center;
}


.BorderDiv
{
    margin: 8px 6px 8px 3px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    background: #fdebe9
}

.BorderDivHeader
{
    /*background: #E7E8DD url(images/bg_all.gif) 0 -200px repeat-x;*/
    background: #E7E8DD url(images/bg_all.gif) 0 -200px repeat-x;
    height:17px;
    font-weight:bold;
    color:#333366;
    margin: 0px;
    padding: 2px 2px 2px 10px;
    }
.BorderDivBody
{
    background: #fdebe9;
    margin: 0px;
    color: #363131;
}

BorderDivBody a:link, .BorderDivBody a, .BorderDivBody a:visited
{
    color:#363131;
    text-decoration:none;
}
.BorderDivBody a:hover
{
    color:#4d5958;
    text-decoration:underline;
}

.BorderDivBody P
{
    color:#363131;
    margin: 3px;
}


.FrontPageRating
{

padding-top:2px;
padding-bottom:2px;
background: #e2d4d4; 
color:#746b6a;
height:19px;
margin:  10px 0px 0px 0px; 
border-top:1px solid #2e1404;
border-bottom:1px solid #2e1404  

}

.DetailPageRating
{
clear:both;
padding-right:10px;
padding-top:2px;
padding-bottom:2px;
background: #2e1404; 
color:#f2f3f5;
height:19px;
margin: 10px 0px 10px 0px;   
    }    

/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(Images/SavedStar.png);
}

