/* RDLearning Stylesheet: Includes/mapping.css                           */
/* [RDLearning AJ7JUN081]                                                */
/* Author: Ian Ashton Ashtonjones                                        */
/* Date: July 2008                                                       */

/*                          Page Layout                                  */
#leftcol 
{
    float:left;
    margin: 20px 10px 0px 10px;
}

#rightcol 
{
    float: right;
    margin: 20px 0px 0px 0px;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden
    
}

#sidebar
{
  float:left;
  padding-left:20px;
  padding-top:20px;
  text-align: left;
  width: 300px;
  height: 600px;
  border:1px solid white;
}
/*                          Tweak standard Tags                                  */

table {
}
td 
{	
    text-align:left;
	vertical-align:top;
}

th {
    text-align:left;
	vertical-align:top;
}

table img 
{
    border-width: 0
    
}

/*                          Local classes                                  */
  
.DisplayTable table { border: solid 1px white;
}

.DisplayTable td 
{
    background:White;
    color:#000066;
    font-weight:normal;
	font-size: 90%;
	text-align:left;
	vertical-align:top;
}

.DisplayTable th {
    font-size: 100%;
	font-weight: bold;
	background:#000066;
	color:#FFFF00;
    text-align:left;
	vertical-align:top;
}
.centralise 
{  
    margin-left:auto ; 
    margin-right:auto;
    text-align:center;
    width:100%;
}
.rightjustify 
{
    text-align:right;
}
.leftjustify 
{
    text-align:left;
}

.inputColour {background-color:#FFFFCC}    

.gvwHeader
{ 
    background-color: #000066;
    color: #FFFF00;
    font-weight:bold;
	font-size: 90%;
	text-align:left;
	vertical-align:top;
} 
.gvwGroupHeader
{
    background-color:#000066;
    color:Yellow;
    font-weight:bold;
	font-size: 90%;
	text-align:left;
	vertical-align:top;
} 
.gvwGroupHeader a, .gvwGroupHeader a:link, .gvwGroupHeader  a:visited, .gvwGroupHeader a:hover, .gvwGroupHeader a:active
{
    background-color:#000066;
    color:Yellow;
}
.gvwRow 
{   
    background-color:Gray;
    font-weight:normal;
	font-size: 80%;
	vertical-align:top;
}
 
.gvwAltRow 
{
    font-weight:normal;
	font-size: 80%;
	text-align:left;
	vertical-align:top;
}

.gvwItem 
{
    text-align:center;
   
}
 
.gvwRow a:link, .gvwRow a:visited, .gvwRow a:hover
{   
    background-color:Gray;
    color:White;
}

.gvwRow a:hover
{   
    background-color:White;
    color:Gray;
}
/* styles for Google maps info bubble */
.bubble
{ 
    width:300px;
	color: #000066;
	font-size: 12px;
	text-align:left;
	vertical-align:top;
} 
.bubble a, a:link, a:visited, a:hover, a:active
{
    color: #000066;
}

.bubble a:hover
{
    background-color:White;
    color:#33BBFF;
}
.bubble dl
{   
    font-weight:normal;
	font-size: smaller;
}
 
.orglist
{ 
	color: Yellow;
	font-size: 12px;
	text-align:left;
	vertical-align:top;
} 

.orglist dl
{   
    font-weight:normal;

}

.orglist dt
{   
    font-weight:normal;
    font-size:smaller;
}

.orglist dd
{   
    font-weight:normal;
	font-size: smaller;
}

.tblNavigate
{
    background-color:#000066;
    color:#FFFF00;
	font-size: 75%;
	text-align:left;
	vertical-align:top;
} 
.tblNavigate a:link, .tblNavigate a:visited, .tblNavigate a:active
{
    background-color:#000066;
    color:#FFFF00;
}
.tblNavigate a:hover
{
    background-color:#FFFF00;
    color:#000066;
}