﻿body { 
  /*
 background-image:url('image/oto_bg.jpg'); 
 background-position:100% 100%;  
 background-attachment:fixed; 
 background-repeat:no-repeat; 
 */

/*
 background-color: rgb(255,231,223);
*/
background-image:url('image/pattern.png'); 
    background-repeat:repeat; 
    background-color: rgb(215,230,215);

 border-width:0px; 
 border-style:Solid; 
 font-family:Arial;
 font-size:10pt;
 color: #3399FF;
 
 
 } 


a 
{
    font-family:Arial;
    text-decoration: underline;
}

a:link {
    color: Gray;
}

a:visited {
    color: Gray;
}

a:active {
    color: Gray;
}

a:hover {
    font-weight: bold;
}

.headingLabel
{
    font-size:11pt;
    font-weight:bold;
    color:rgb(110,115,255);
    width:auto;
}

.main
{
	font-family:Arial;
	font-size: 10pt;
}


.AdminLink
{
    position:absolute;
	left:900px;
	top:90px; 
	font-family:SimSun;
	font-size: 9pt; 
}

.topBanner
{
	position:absolute;
	left:175px;
	top:3px;
}

.sideArt
{
   position:absolute;
	left:15px;
	top:30px; 
}


.navigationPanel
{
	position:absolute;
	left:15px;
	top: 115px;
}

.contentPanel
{
	position:absolute;
	left:185px;
	top:115px;
}

.sidePanel
{
	position:absolute;
	left:700px;
	top:115px;
}

.galleryPanel
{
    position:absolute;
	left:102px;
	top:0px;
    
}

.galleryList
{
    position:absolute;
	left:0px;
	top:30px;
    
}


.profilePic
{
     position:absolute;
	left:95px;
	top:15px;
}

.profileText
{
      position:absolute;
	left:95px;
	top:340px;
	text-align:left;
}


.navigationButton 
{
    text-decoration: none;
    color:rgb(59,59,59);
}

.navigationButton a:hover
{
    text-decoration:none;
    color:rgb(100,100,100);
}

.contentBox
{
   /* background-color:rgb(255, 245, 245); */
   background-image:url('image/ffffff-60-tp.png'); 
}

.navButtonPanel
{
    padding-left:5px;
    padding-top:5px;
    
    font-size:11pt;
    background-color:rgb(255,245,245);
    height:160px;
    width:120px;
    
}

.dateDiv
{
    padding-bottom:10px;
}

.dateDiv .date
{
    font-weight:bolder;
    color:rgb(79,79,79);
    
}