/**
*
* Master CSS for JazzHouston
*
* Andrew Lienhard, 2008-2009
**/


/** General Overrides **/
* html
{
    font-size : 100%;
}

body
{
    font-family:"frutiger lt std","frutiger std",frutiger,"helvetica neue",arial,helvetica,sans-serif;
    /*font-family:"tahoma";*/
    font-style:normal;
    font-size : 62.5%;
    text-align:left;
    margin:0;
    padding:0;
    background-color: #2a2a2a;  
}


a  {
    color: black;
    font-size: 1.0em;
    text-decoration:none;
}


a:visited  {
    color: black;
    font-size: 1.0em;
    text-decoration:none;
}


a:hover {
    color: red;
    font-size: 1.0em;
    text-decoration:none;
}

em {
 font-style: italic;
}

img {
    border: 0 none;
}

ul li a 
{
    padding: 0px 0px;
    margin: 0px;
    text-align: left;
    font-size: 1.4em;
    color: black;
    border-bottom: 1px dotted #333333;

}

h2 {
    display:block;
    font-size:1.8em;
    padding:0 0 4px 1px;
    text-align: left;
    color: #55CCFF;
    background-color:#2A2A2A;
}

h3 {
    font-family:Helvetica,Arial,Sans-Serif;
    font-size:1.4em;
    margin:0;
    background-color:#2A2A2A;
    color: #55CCFF;
}

p {
    font-size : 1.1em;
    color : black;
    margin: 8px 0;
}

hr {
    height: 4px;
    color : #000000;
    border-bottom:5px solid black;
}


a.navLink, a.navLink:visited {
    border:none;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0 4px;

}



a.navLink:hover {
    border:none;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #dddd00;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0 4px;

}

a.boldLink, a.boldLink:visited {
    border:none;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.15em;
    font-weight: bold;

}



a.boldLink:hover {
    border:none;
    text-decoration: none;
    color: #dddd00;
    font-size: 1.15em;
    font-weight: bold;
}

/**
** Ids for the Masthead and Nav
**
**/



#Masthead  {
   /** background-image:url(../images/jh_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;**/
    background-color: #1A1A1A;
    padding: 0 ;
    text-align: center;
    font-size: 1.0em;
    width:100%;     
    min-height:88px;
    height:auto !important;
    height:88px;

}




#Masthead #MastheadCenter #logoText {
    float: left;
    margin: 15px 0 0 20px;
    overflow: visible;
    font-family: Sans-Serif;
    letter-spacing: 0.4em;
    color: #2A89C5;
    border:none;
    text-align: center;

}

/**
#Masthead #MastheadCenter #logoText a, #logoText a:visited
**/
#logoText a, #logoText a:visited
{
    text-decoration: none;
    border:none;
    font-size:5.0em;
    color: #2A89C5;
}

#Masthead #MastheadCenter #logoText a:hover
{
    text-decoration: none;
    border:none;
    font-size:5.0em;
    color: #DDDD00;
}


#Masthead #MastheadCenter #subLogoText {
    display:block;
    float: left;
    padding: 25px 0px;
    overflow: visible;
    font-family: Sans-Serif;
    letter-spacing: 0.4em;
    color: #FFFFFF;
    border:none;
    text-align: right;
    font-size: 1.2em;
}


#Masthead #MastheadRight {
    float: right;
    padding:   0 ;

    
}


#Masthead  #MastheadRight #MemberBox {
    float: right;
    background-color: #2A89C5;
    text-align: left;
    font-size: 1.2em;
    width: 280px;
    text-align: left;
    padding: 0 10px ;
}


#MastheadRight #MemberBox #MemberBoxView {
    float: left;
    width: 140px;
}

#MastheadRight #MemberBox #MemberBoxEdit {
    float: left;
    width: 140px;
    text-align: left;
}



#MastheadRight #MemberBox h2 {
    font-size: 1.3em;
    font-weight: bold;
}

#MastheadRight #MemberBox a, #MastheadCenter #MemberBox a:visited {
    color: black;
    font-size: 1.1em;
    text-decoration: none;
    border-bottom: 1px dotted #333333;
}


#MastheadRight #MemberBox a:hover {
    color: #DDDD00;
    font-size: 1.1em;
    text-decoration: none;
    border-bottom: 1px dotted #333333;
}

#MastheadRight #MemberBox ul li
{
    list-style-type: none;
    color: black;
    text-align: left;
    padding-left: 0;

}


#jh_change_password {
    font-size: 0.9em;
    padding: 0;
}

#jh_change_password a, #jh_change_password a:visited {
    font-size: 0.9em;
}


/*****************
**  Below Nav
**   Content sections
******************/

#Wrapper {
    width:100%;
    min-width:100%;
    width:auto !important;
    padding: 0;
}


#CurtainLeft {
    float: left;
    width: 157px;
    vertical-align:top;
    text-align: center;
    margin: 0 0 0 0;
    background-color: #2a2a2a;/**#2A89C5;**/
    min-height:841px;
    height:auto !important;
    height:841px;
}

#leftside-links {
	width: 157px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica,
	  Arial, sans-serif;
	background-color: #2A89C5 /**#90bade**/;
	color: #333;
}


#leftside-links {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#leftside-links li {
    border-bottom: 1px solid #2A89C5;
    margin: 0;
}

#leftside-links li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

html>body #leftside-links li a {
    width: auto;
}

#leftside-links li a:hover {
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
}

#CurtainRight {
    background-color:#2a2a2a;/**#2A89C5;**/
    float: left;
    width: 120px;
    vertical-align:top;
    font-size: 1.2em;
/*/*/ text-align: center;			/* ie4 fix */
    margin-top:0;
    color: black;
    padding: 0 0px 0 0;

}




#Stage {
    text-align: center;
    float:left;
    width: 72%;
    padding: 0;
    background-color: #2A89C5; /**#CCCC7F;**/
    color: black;

}

#StageHome {
    text-align: center;
    float:left;
    width: 72%;
    padding: 0;
    background-color: #2A2A2A; /**#CCCC7F;**/
    color: black;
}





#StageNarrow {
    text-align: center;
    float:left;
    width:72%;
/**padding: 0 0 0 130px; **/
    background-color: #2A2A2A; /**#CCCC7F;**/
    color: black;
}



#StageMedium {
    text-align: center;
    float:left;
    width: 72%;
/**padding: 0 0 0 125px; **/
    background-color: #2A2A2A; /**#CCCC7F;**/
    color: black;

}




#Stage h3 {
    font-size: 1.2em;
}

#StageColumnLeft {
    float: left;
    display: inline;
    width: 45%;
    margin: 0 5px;
    vertical-align:top;
    text-align: left;
}


#StageColumnRight {
    float: right;
    display: inline;
    width: 45%;
    margin: 0 5px;
    vertical-align:top;
    text-align: left;
}


#StageColumnRightAlt {
    float: right;
    display: inline;
    background-color:#2A89C5;
    width: 45%;
    margin: 0;
    padding: 5px 10px;
    vertical-align:top;
    text-align: left;
}


.inside
{
    background-color: white;
    font-size: 1.4em;
    min-height:841px;
    height:auto !important;
    height:841px;
    padding: 5px;
    text-align:left;
    line-height:1.45em;
}

.inside a, .inside  a:visited {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted #333333;
    font-size: 0.9em;
}



.inside a:hover {
    color: red;
    font-size: 0.9em;
    border-bottom: 1px dotted #333333;
}


.inside p {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 0 0 1em;
}


.inside h2 {
    font-size:1.2em;
    /**
        color: #55CCFF;
        background-color:#2A2A2A;
    **/
    color: #093D72;
    background-color:white;
    border-top: 1px solid black;
    padding: 5px 0 1px 2px;
    text-align: left;
    font-family:Georgia,"Century Schoolbook","Times New Roman",Times,serif;
}



.home-inside
{
    background-color: #DDDD00;
    min-height:841px;
    font-size: 1.4em;
    height:auto !important;
    height:841px;
    padding: 15px;
    text-align:left;
    line-height:1.25em;

}

.home-inside h2 {
    font-size:1.2em;
    color: #2A2A2A;
    background-color:#CCCCCC;
}

.home-inside a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted #333333;
    font-size: 0.9em;
}


.home-inside a:visited {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted #333333;
    font-size: 0.9em;
}

.home-inside a:hover {
    color: red;
    border-bottom: 1px dotted #333333;
    font-size: 0.9em;
}


p.home-inside {
    font-size: 1.1em;
}



.alt-inside
{
    background-color: #2A89C5;
    min-height:600px;
    height:auto !important;
    height:600px;
    padding: 15px;
    text-align:left;
    font-size: 1.4em;
    line-height:1.45em;
}

.alt-inside h2 {
    font-size:1.2em;
    color: #2A2A2A;
    background-color:#CCCCCC;
}

.alt-inside a a:visited{
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted #333333;
    font-size: 0.9em;
}


.alt-inside  a:hover{
    color: black;
    border-bottom: 1px dotted #333333;
    font-size: 0.9em;
}


.alt-inside p {
    font-size: 1.1em;
}



.admin-panel {
    background-color: white;
    font-size: 1.4em;
    text-align:left;
    padding: 15px 2px;
    text-align:left;
    font-size: 1.2em;
}

.admin-inside a, .admin-inside a:visited {
    color: black;
    border-bottom: 1px dotted #333333;
    font-size: 1.0em;
}

.admin-inside a:hover  {
    color: #16B31E;
    font-size: 1.0em;
    border-bottom: 1px dotted #333333;
}

.panel {
    background-color: white;
    text-align:center;
}

.panel-inside
{
    color: black;
    padding: 10px;
    text-align:left;
    background-color: white;
    font-size: 1.0em;
}

.panel-inside-rotate
{
    color: black;
    min-height:180px;
    padding: 10px;
    text-align:left;
    background-color: white;
    font-size: 1.0em;
}


.panel-inside a{
    text-decoration: none;
    color: black;
    border-bottom: 1px dotted #333333;
    font-size: 0.9em;
}


.panel-inside a:visited  {
    text-decoration: none;
    color: black;
    border-bottom: 1px dotted #333333;
    font-size: 0.9em;
}

.panel-inside a:hover {
    text-decoration: none;
    color: red;
    font-size: 0.9em;
    border-bottom: 1px dotted #333333;
}




#jh_login_form table {

}

#jh_login_form table td {
    text-align: left;
}


#newslist {
    margin: 0;
    padding-left: 5px;
}


#newlist ul li {
   border: 1px dotted #333333;
    padding: 25px 0px;
    margin: 0px;
    text-align: left;
    font-size: 1.4em;
    color: black;
    border-bottom: 1px dotted #333333;
    clear:both;
}

#newlist-feature li {
   border: 1px dotted #333333;
    padding: 15px 0px;
    margin: 0px;
    text-align: left;
    font-size: 1.4em;
    color: black;
    border-bottom: 1px dotted #333333;
    clear:both;
}

#homegrid table {
    -moz-box-sizing:border-box;
    border-collapse:separate;
    border-spacing:0px;
    display:table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0px;
    border-top: none;
    borer-bottom: none;
}

#homegrid table td {
    background-color:white;
     border-right:1px solid black;
    border-left: none;
    width:50%;
    height: 200px;
    vertical-align: top;

}

#homegrid table td a a:hover a:visited{
  font-size: 0.9em;
}




#showgrid table {
    -moz-box-sizing:border-box;
    border-collapse:separate;
    border-spacing:0px;
    display:table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0;
}

#showgrid table td {
    background-color:white;
    padding:0;
    vertical-align: top;

}

table.index-three-column  {
    -moz-box-sizing:border-box;
    border-collapse:separate;
    border-spacing:20px;
    display:table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0;
    width: 100%;
    padding: 2px;
}

table.index-three-column td {
    background-color:white;
    border:2px solid black;
    padding:0;
    width:33%;
    height: 200px;
    vertical-align: top;
    text-align: center;
}



table.index-two-column  {
    -moz-box-sizing:border-box;
    border-collapse:separate;
    border-spacing:0px;
    display:table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0;
}

table.index-two-column td {
    background-color:white;
    border: 1px solid black;
    padding:3px;
    width:50%;
    min-height:200px;
    height:auto !important;
    height: 200px;
    border-spacing:5px;
    vertical-align: top;
    text-align: left;
}


table.index-two-column td a a:hover a:visited{
  font-size: 0.9em;
}

table.index-two-column-small  {
    -moz-box-sizing:border-box;
    border-collapse:separate;
    border-spacing:0px;
    display:table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0;
    width: 95%;
    text-align: center;
    margin-left:1%;
    margin-right:1%;
}

table.index-two-column-small td {
    background-color:white;
    padding:3px;
    min-height:200px;
    height:auto !important;
    height: 200px;
    border-spacing:10px;
    vertical-align: top;
    text-align: left;
    padding-left: 8px;
    margin-right:10px;
}


table.index-two-column-small td a a:hover a:visited{
  font-size: 0.9em;
}






table.phone-list  {
    -moz-box-sizing:border-box;
    border-collapse:separate;
    border-spacing:0px;
    display:table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0;
}

table.phone-list tr.alt {
    background-color:white;
    border:1px solid black;
    padding:3px;
    border-spacing:5px;
    vertical-align: top;
    text-align: left;
}


table.phone-list tr.noalt {
    background-color:#FFF091;
    border:1px solid black;
    padding:3px;
    border-spacing:5px;
    vertical-align: top;
    text-align: left;
}




table.phone-list th {
    padding:8px 2px;
    border-spacing:5px;
    vertical-align: top;
    text-align: left;
    font-wieght: bold;
    font-size: 1.2em;
}

table.phone-list td {
    padding:5px 2px;
    border-spacing:5px;
    vertical-align: top;
    text-align: left;
    color: #2a2a2a;
}



#homegrid table.index-two-column  {
    -moz-box-sizing:border-box;
    border-collapse:separate;
    border-spacing:2px;
    display:table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0;
}

#homegrid table.index-two-column td {
    background-color:white;
    border:0 solid white;
    padding:3px;
    width:50%;
    min-height:200px;
    height:auto !important;
    height: 200px;
    border-spacing:5px;
    vertical-align: top;
    text-align: left;
}

#jh_pic_column {
    float:left;
    width: 200px;
    min-width: 200px;
    width: auto !important;
}
#jh_profile {
    float:left;
    overflow: auto;
    width: 450px;
    padding-top:10px;
    position: absolute;
    left: 365px;
}
#jh_contact_info {
    float:left;
    padding-top:10px;
}
#jh_blogs {
    float:left;
    padding-top:10px;
}
#jh_shows {
    float:left;
    padding-top:10px;
}


dl.jh_profile_summary dt{
	color: #2a2a2a;
    font-size: 1.1em;
    padding: 3px 0;
}

dl.jh_profile_summary dd {
	color: black;
    padding-bottom: 10px;

}



.vertical-listing {
    display:block;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    padding: 5px 0;
}

.flash-alert {
    font-size: 1.2em;
    color: red;
    background-color: white;
    padding: 10px;
    text-align: center;
}

.contentTypeList {
    display:block;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-size: 1.1em;
    background-color:#2A89C5;
    color: black;
    text-align: center;
    padding: 5px 0;
}


.jh_musician_search {
    text-align: center;
    padding: 5px 0;
}

.jh_search_item  {
    font-size: 1.4em;
    font-family: Verdana, sans-serif;
    background-color:#EEFFFF;
    color: #2A89C5;
    text-align: left;
    padding: 5px 0;
}

a.jh_search_item ,a.jh_search_item:hover,a.jh_search_item:visited {
    text-decoration: none;
    color: #2A89C5;
    border-bottom: 1px dotted #333333;
}




/** Utility classes **/
.bulletList
{
    font-size: 1.4em;;

}

.bulletList ul li
{
    margin: 5px;

}


a.imageLink {
    text-decoration: none;
    border: 0;
}

a.imageLink:hover {
    text-decoration: none;
    border: 0;
}

a.imageLink:visited {
    text-decoration: none;
    border: 0;
}


.clear
{

    clear: both;
    padding-bottom: 1px;	/* for Gecko-based browsers */
    margin-bottom: -1px;	/* for Gecko-based browsers */

}

.Header
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: 1.8em;;
    letter-spacing: 0.5em;
    background-color: #2A2A2A;
    color: #DDDD00;
    text-align: center;
    padding: 20px 0 2px 0;
    height: 45px;
    font-family: Helvetica,Arial, Sans-Serif;
}

.Title
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: 1.8em;;
    letter-spacing: 0.5em;
    color: black;
    background-color: #DDDD00;
    text-align: center;
    padding: 20px 0 2px 0;
    height: 45px;
    font-family: Helvetica,Arial, Sans-Serif;
}



.HeaderTitle
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: 1.2em;
    letter-spacing: 0.3em;
    background-color: #FFF091; /**#FFF091; **/
    color: #2A2A2A;
    text-align: center;
    padding: 25px 0 5px 0;
    height: 45px;
    overflow: auto;
    font-family: Helvetica,Arial, Sans-Serif;
}
.ShowHeaderTitle
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    background-color:#FFF091;
    color: #2A2A2A;
    text-align: center;
    padding: 25px 0 5px 0;
    height: 55px;
    overflow: auto;
    font-family: Helvetica,Arial, Sans-Serif;
}



.ForumHeaderTitle
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: 1.2em;
    letter-spacing: 0.3em;
    background-color:#FFF091;
    color: #2A2A2A;
    text-align: center;
    padding: 25px 0 5px 0;
    height: 45px;
    overflow: auto;
    font-family: Helvetica,Arial, Sans-Serif;
}

.AltHeaderTitle
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: 1.2em;
    letter-spacing: 0.3em;
    background-color: #1A1A1A;
    color: #DDDD00;
    text-align: center;
    padding: 25px 0 5px 0;
    height: 45px;
    overflow: auto;
    font-family: Helvetica,Arial, Sans-Serif;
}



.HeaderPanel
{
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCC7;
    letter-spacing: 0.3em;
    background-color: #2A2A2A;
    color: white;
    text-align: center;
    padding: 5px 0;
    height: 25px;
    overflow: auto;
    font-family:  Helvetica,Arial, Sans-Serif;
}

.SubHeader
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: white;
    color: black;
    text-align: center;
}

.hide
{
    display: none;
}

.vspacer
{
    float: left;
    width:10px;
    display:inline;
    margin:0;
    vertical-align: top;
}

.breathingRoomSpan
{
	clear:both;
	margin-top:3px;
}

.vspacerlong
{
    float: left;
    width:160px;
    display:inline;
    margin:0;
    vertical-align: top;
    border-right-width: 1px;
}

.hspacer
{
    clear:both;
    padding-top:15px;
    vertical-align: top;
}

.submit
{
    margin:3px;
    background: transparent url("../images/submit.gif") no-repeat;
    height:20px;
    border:solid 0 #fff;
    font:1.1em Palatino Linotype,Book Antiqua,Palatino,serif;
    color:#666;
    text-transform:uppercase;

}


.textfield
{

}



.textfield:hover
{
    background-color: #DDDD00;
}

.left-column-list {
    float: left;
    width: 33%;
}

.right-column-list {
    float: right;
    width: 67%;
}


.MessageColumn {
    background-color:white;
    padding:2px;
    height:auto !important;
    border: 1px solid black;

}
.MessageColumnOdd {
    background-color:#cccccc;
    border: 1px solid black;
}
.MessageColumnOdd {
    background-color:#cccccc;
    border: 1px solid black;
}

.MessageColumn .MessageColumnLeft {
    float: left;
    display: inline;
    width: 30%;
    margin: 0 5px;
    vertical-align:top;
    text-align: left;
    font-size: 1.4em;
    min-height:200px;
    height:auto !important;
    height:200px;
}


.MessageColumn .MessageColumnRight {
    float: right;
    display: inline;
    width: 60%;
    margin: 0 5px;
    vertical-align:top;
    text-align: left;
    font-size: 1.4em;
    height:auto !important;
    height:200px;
}




#AdLeft {

}

#AdRight {

}


#footer
{
    background-color: #656565;
    clear:both;
    color:black;
    font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
    text-align:left;
    padding: 0;
}

#footer div.block h2 {
    display:block;
    font-size:1.6em;
    font-weight:bold;
    margin: 1px 0 0 0 ;
    padding:0 0 4px 0;
    background-color:#656565;
}

#footer .blockwrapper {
    margin-left:157px;
}

#footer div.block {
    color:#CCCCCC;
    float:left;
    font-size:1.2em;
    line-height:140%;
    margin:10px 15px 30px;
    padding:0;
    width:160px;
    display:block;
}

#footer div.block ul {
    line-height:140%;
    list-style-type:none;
}

#footer div.block ul li a {
    text-decoration: none;
    font-size: 1.1em;
    color:white;
}

#copyright {
    text-align: center;
    clear:both;
    height:45px;
    margin:0 auto;
    padding:0;
    width:80%;
}


/** Site Classes and Ids **/


#FeatureText {
    background: white;
    font-size: 16px;
    color: black;
    margin: 12px;
}



.error {font-size : 18px; color : red; }

.tinyText {
    font-size : 0.8em;
    color : black;
}

.smallText {
    font-size : 0.8em;
    color : black;
    margin: 0 2px;
}

a.smallText {
    font-size : 0.8em;
}

a.smallText:visited {
    font-size : 0.8em;
}

a.smallText:hover {
    font-size : 0.8em;
}





.smallTextItalics {
    font-size : 0.8em;
    margin: 0 2px;
    font-style: italic;
}

.mediumText {
    color : black;
    margin: 10px 0;
    font-size :1.0em;
}


.largeText {font-size : 1.4em; ; color : black; }

.titleText { font-size : 1.6em   ; font-weight: bold; color : black; }

.headerText { font-size : 2.0em;  ; font-weight: bold; color : black; }


.redText {font-size : 1.4em;   ; color : red; font-weight : bold; }

.nobreak { display:inline; margin: 0; padding: 0; width: 10px;}

/**
* FORUM CSS
**/


.boardList {
    display:block;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 0.9em;
    background-color:white;
    color: #1a1a1a;
    text-align: center;
    padding: 3px 0;
}

.boardList a, .boardList a:visited, .boardList a:hover {
    font-size: 0.9em;
}

.topic-list {
    background-color: white;
    margin-bottom:2em;
    width:100%;
    font-weight:bold;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.3em;
    float:left;
    clear:both;
}

.topic-list th {
    background:#2A89C5 none repeat scroll 0%;
    font-size:1em;
    font-style:normal;
    font-weight:normal;
    padding:5px 10px;
    text-transform:uppercase;
    font-family:Georgia,"Times New Roman",Times,serif;
    text-align:center;
}

.topic-list th a a:visited {
    font-size:1.1em;
    color:#003366;
    text-decoration:none;
    font-family:Georgia,"Times New Roman",Times,serif;
}

.topic-list th a:hover  {
    color: #16B31E;
    text-decoration:none;
    font-size:1.1em;
}

.topic-list td {
    padding:5px 10px;
    font-family:Georgia,"Times New Roman",Times,serif;
    text-decoration:none;
    font-size:1em;
}

.bigForumLink   {
    text-align: left;
    font-size:1.1em;
    color:#003366;
    text-decoration:none;
    font-family:Georgia,"Times New Roman",Times,serif;
}


a.bigForumLink, a.bigForumLink:visited {
    text-align: left;
    font-size:1.0em;
    font-weight: normal;
    color:#003366;
    text-decoration:none;
    border:none;
    font-family:Georgia,"Times New Roman",Times,serif;
}



a.bigForumLink:hover {
    text-align: left;
    font-size:1.0em;
    font-weight: normal;
    color:red.inside h;
    text-decoration:none;
    border:none;
    font-family:Georgia,"Times New Roman",Times,serif;
}


.smallForumLink   {
    text-align: left;
    font-size:0.8em;
    color:#003366;
    text-decoration:none;
    font-family:Georgia,"Times New Roman",Times,serif;
}

a.smallForumLink {
    text-align: left;
    font-weight: normal;
    color:#003366;
    text-decoration:none;
    border:none;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:0.9em;
}

a.smallForumLink:visited {
    text-align: left;
    font-weight: normal;
    color:#003366;
    text-decoration:none;
    border:none;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:0.9em;
}



.messageList {
    clear: left;
}

.messageList ul, .messageList li{
    list-style-type: none;
    min-height: 180px;
    height: 180px;
    height: auto !important;
    margin: 0;
    padding: 0;
}

.messageList li {
    border-top: 1px solid #E0E0E0;
    position: relative;
    padding: 0;
    display: list-item;
    overflow: hidden;
    text-overflow: ellipsis;

}

.messageList li ul {
    display: none;
    margin-left: -150px;
    margin-bottom: -10px;
    padding-left: 50px;
    margin-top: 5px;
    background: #fff;
}




li.blockedMessage  {
    border-top: 1px solid #E0E0E0;
    position: relative;
    padding: 8px 0 10px 150px;
    display: list-item;
    background: #F6F6F6 none repeat scroll 0 0;
    color: #777777;
    min-height: 16px;
    height: 16px;
    height: auto !important;

}


li.blockedMessage .messageBody .messageAuthor  {
    display:none;

}


.post-info-row {
    background-color:#2A89C5;
}

li.post-ban-row  {
    background-color:#E0E0E0;
    color: #777777;
    min-height: 16px;
    height: 16px;
    height: auto !important;
    padding: 4px 0 4px 150px;
    background: #F6F6F6 none repeat scroll 0 0;
    display: list-item;
}

.messageInfo {
    background-color:white;
    border: 1px solid;
    margin: 5px 0;
}

.messageAuthor {
    position: absolute;
    left: 5px;
    top: 5px;
    min-height: 178px;
    height: auto !important;
    height: 178px;
    padding-left: 5px;
    width: 130px;
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;


} * html .messageAuthor { overflow: visible; }


.messageAuthor a , .messageAuthor a:visited, .messageAuthor a:hover {
    border:none;
    color: black;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 0 0 0;
}



.messageAuthor img {
    position: absolute;
    left: 5px;
    top: 10px;
    border: 1px solid #ccc;
    display:block;
    vertical-align:left;

}


a.messageImg, a.messageImg:hover, a.messageImg:visited {
    border: 0 none;
    text-decoration: none;

}



div.messageDate {
    position: absolute;
    top: 110px;
    font-size: 0.9em;
    border:none;
    color: #777;
    line-height: 1.2em;
}

.messageBody {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 150px;
    min-height: 178px;
    height: auto !important;
    height: 178px;
}

.messageBody a {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.messageRating {
    float: right;
    width: 105px;
    text-align: right;
    padding: 2px 0 2px 8px;
}


.messageRatingBlock {
    float: right;
    background: #F6F6F6 none repeat scroll 0 0;
    color: #777777;
    width: 105px;
    text-align: right;
    padding: 2px 0 2px 8px;
}

.messageRating img {
    border: none;
    text-decoration: none;
}


.noalt {
    background:#FFF091  none repeat scroll 0%;
    color: #474A51;
    font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}


.alt {
    background:white  none repeat scroll 0%;
    color: #474A51;
    font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}
.tableHeader {
    background-color:#2A89C5;
}



.num {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:1.1em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    text-align:center;
}


.board-pager {
    display:block;
    margin: 0 0 5px 0;
    padding: 0;
    text-decoration: none;
    width:100%;
    clear:both;
}

a.newTopic, a.newTopic:visited {
    color: red;
}

.newTopic a:hover {
    color: #2A89C5;
}

.color2 {
    background-color: #CCCC33;
    padding: 10px 5px;
}

.color4 {
    background-color: #CCCC74;
    padding: 10px 5px;
}
/**
EXTJS IE7 Combo box bug hack
**/

#jh_venue_about, #jh_venue_about a, #jh_venue_about a:visited {
    font-size: 1.0em;
}

.jh_search_item {
    font-size: 1.3em;
    background-color: white;
}

.jh_search_item a, .jh_search_item a:visited {
    font-size: 1.3em;
}


.jh_search_item a:hover {
    font-size: 1.3em;
    color: red;
}

a.boldLink       {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

a:hover.boldLink       {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}
a:visited.boldLink       {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

.ext-ie .x-form-text {position:static !important;}


.wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
padding-top:4px;
text-align:center;
}
.alignleft {
float:left;
margin:0 14px 10px 0;
}


