﻿/*general*/
body
{
    background-color:transparent;
}

td.border 
{
border-width: 1px;
border-color: green;
border-style: solid;
}

.IE8Fix
{
z-index: 100;
}

.CategoryHighlight
{
    font-variant:small-caps;
    font-size:medium;
    font-weight:bolder;
}

.whisper
{
	font-size:x-small;
	font-weight:bold;
}

.smallcontact
{
	font-size:10pt;
	text-align:center;
	font-weight:bold;
}

.reinologo
{
	text-align:center;
	font-size: 18pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	width: 100%;
}

.reinologo a:link
{
	font-size: 18pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	width: 100%;
}

.reinologo a:visited
{
	font-size: 18pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	width: 100%;
}

.reinologo a:active
{
	font-size: 18pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	width: 100%;
}

.reinologo a:hover
{
	font-size: 18pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	width: 100%;
}


/*name classes*/

#tcmaster
{
    background-color:transparent;
    width:100%;
    height:900px;
}

#reinomainnav
{
    background-color:transparent;
    width:95%;
    height:50px;
    border-style:solid;
    border-width:1px;
    border-color:green;
}

#reinosubnav
{
    background-color:transparent;
    width:25%;
    height:800px;
    border-style:solid;
    border-width:1px;
    border-color:green;
}

#reinocontent
{
    background-color:transparent;
    width:70%;
    height:800px;
    border-style:solid;
    border-width:1px;
    border-color:green;
}

/*table classes*/

.table01
{
    width:100%;
    border-style:none;
    font-weight:bold;
}

.table02
{
    width:100%;
    text-align:center;
    vertical-align:text-top;
    background-color: #D3DEEF;
}

.table03
{
    width:100%;
    text-align:center;
    vertical-align:text-top;
    background-color: #D3DEEF;
    border:solid 3px black;
}

/*td classes*/

.tcmastertable
{
    width:90%;
    margin-top:-15px;
    border-style:none;
}

.tdspacer
{
    border-style:none;
}

.tdheading
{
    height: 100%;
    text-align:center;
    font-weight:bolder;
    font-size:150%;
    color: black;
    text-transform:uppercase;
    text-decoration:underline;
    letter-spacing:5;
}

.tdheading01
{
    height:100%;
    border:solid 3px black;
    text-align:center;
    font-weight:bolder;
    font-size:150%;
    color: black;
}

.td01
{
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
    color: #FFFFFF;
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #6B7D94;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.td02
{
    border-width:medium;
    border-color:black;
    text-align:center;
    font-weight:bold;
    font-size:100%;
    font-style:italic;
}

.td03
{
    font-weight:bold;
    font-size:150%;
    font-variant:small-caps;
    color: green;
    text-align:center;
}

.td04
{
    width: 33%;
    text-align: center;
    vertical-align:top;
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.hmmmHeader
{
    /*border: 0px solid #2F4F4F;*/
    color: white;
    background-color: #6B7D94;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/*link classes*/

.reinolink01
{
	font-size: 13pt;
	font-weight: bold;
	font-family: arial,tahoma;
	color: green;
	text-decoration: none;
	height: 100%;
}

.reinolink02
{
	font-size: 10pt;
	font-weight: bold;
	font-family: arial,tahoma;
	color: black;
}

.reinolink03
{
	font-size: 8pt;
	font-weight: bold;
	font-family: arial,tahoma;
	color: red;
}

.reinolink04
{
	font-size: 10pt;
	font-weight: bold;
	font-family: arial,tahoma;
	color: red;
}

.reinolink05
{
	font-size: 10pt;
	font-weight: bold;
	font-family: arial,tahoma;
	color: black;
	text-decoration: none;
	height: 100%;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    text-align:center;
    /*background-image:url(../graphics/right.jpg);*/
    background-image:url(../graphics/down.gif);
    background-repeat:no-repeat;    
    background-position:center right;
    /*background-color: #2E4d7B;*/
    background-color: #6B7D94;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    text-align:center;
    /*background-image:url(../graphics/down.jpg);*/
    background-image:url(../graphics/up.gif);
    background-repeat:no-repeat;
    background-position:center right;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*Progress Indicator classes*/

.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#CCCCCC; 
    position:absolute; 
    width:130px; 
    height:50px;    
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}

.HmmmTableCell01
{
    width:33%;
    border-width:2px;
    border-style:inset;
    text-align:center;
    vertical-align:text-top;
    background-color: #D3DEEF;
}

.PhotoTable01
{
    width:100%;
    border-width:3px; 
    border-style:solid;
    text-align:center;
    vertical-align:text-top;
    background-color: #D3DEEF;
}

.PhotoTableCell01
{
    width:33%;
    border-width:2px;
    border-style:inset;
    text-align:center;
    vertical-align:text-top;
    background-color: #D3DEEF;
}

.VideoTable01
{
    width:100%;
    border-width:3px; 
    border-style:solid;
    text-align:center;
    vertical-align:text-top;
    background-color: #D3DEEF;
}

.VideoTableCell01
{
    width:33%;
    border-width:2px;
    border-style:inset;
    text-align:center;
    vertical-align:text-top;
    background-color: #D3DEEF;
}

.LinkHighlight
{
    color:red;
    font-weight:bolder;
    font-size:150%;
}