﻿td
{
    font-family: Arial;
    padding: 5px;
}

.btnClose
{
    float: right;
}

.lblTitle
{
    height: 25px;
    width: 100px;
    padding: 20px;
    font-family:Arial;
}

.lblExplain
{
    width:100%; 
    font-family:Arial;
    margin: 0px auto;   
}

.lblContent
{
   font-family: Arial;
}

.footerRight
{
    float:right;
    padding: 3px 10px;
}

.contentTemplate
{
    width: 950px;
    height:100%;
}

.bioTempalte
{
    height:450px;
}

.bioTextTemplate
{
    vertical-align: top;
    font-family:Arial;
    font-size: 10px;
    padding: 5px;
    width: 410px;
    height:310px;
    border: dashed 5px #CCCCCC;
    float: right;
}

.blogTextTemplate
{
    vertical-align: top;
    font-family:Arial;
    font-size: 12px;
    width: 600px;
    border: dashed 5px #CCCCCC;
    padding: 5px;
    float: right;
    clear: both;
}

.blogRepeaterTemplate
{
    width: 200px;
    height: 300px;
    float:none;
}

.imageTemplate
{
    padding: 5px;
    width: 255px;
    text-align: center;
}

.templateRight
{
    width: 160px;
    vertical-align: top;
    font-family:Arial;
    font-size: 11px;
    float:right;
}

.hWrapper
{
    height: 25px;
    width:200px;
    background-color:Silver;
    float: right;
}

.htext
{
    font-size: 16px;
    font-family:Arial;
    color: #000000;
}

.viewPanel
{
    position: absolute;
   	top: 9px; left: 200px ;
   	height: auto;
   	width: auto;
   	padding: 20px;
    background-color:#FFFFFF;
	border: solid 20px #000000;
    font-family:Arial;
}

.Image
{
    padding: 10px 10px 10px 10px;
}

.notePanel
{
    position: absolute;
   	top: 218px; left: 350px;
   	padding: 10px;
    height: 250px;
    width:575px;
    background-color: #CCCCCC;
    border: solid 2px #000000;
    text-align: center;
    z-index:99;
    
  -moz-border-radius: 15px;
  -webkit-border-radius: 12px; /* Saf3+, Chrome */
  border-radius: 12px; /* Opera 10.5, IE 9 */
}

.noteWrapper
{
  -moz-border-radius: 15px;
  -webkit-border-radius: 12px; /* Saf3+, Chrome */
  border-radius: 12px; /* Opera 10.5, IE 9 */
  
  border: solid 2px #000000;
  height: 150px;
  width: 200px;
 }

.mainPanel
{
    height:100%;
    width:100%;
}

.resumeRight
{
    width: 100%;
    padding: 5px;
    text-align: right;
    float: right;
}


#content
{
    background-color: #FFFFFF;
    width: 970px;
    height:100%;
    padding: 15px;
}

#contentRight
{
    width: 50%;
    float:right;    
}

#contentLeft
{
    width: 50%;
    height: 100%;
    float: left;
}

#footer
{
    width: 1000px;
    height: 10%;
    background-image: url('Images/Header/footer.jpg');
    text-align: center;
}

#header
{
    width: 1000px;
    height: 170px;
    background-image: url('Images/robbie_logo.jpg');
}

#headerright
{
    margin: 0px 20px 0px auto;
    padding: 10px;
    width: 170px;   
}

#imageTable
{
    padding: 0 20px 0 0;
    border: dashed 1px #CCCCCC;
}

#wrapper
{
    width: 1000px;
    height: 100%;    
	margin:0px auto;
	text-align:left;
	background-color:#eee;
	border: solid 20px #000000;
}

a:link
{
    text-decoration: none;
    color:  #000000;
    
}
body 
{
    background-color: #FFFFFF;
}

