/******************************************************************
 * TITLE: Grey Boxes Stylesheet for Sinorca                       * 
 * URI  : http://www.oswd.org/design/???/sinorca/sinorca-grey.css *
 * MODIF: 2003-01-13 1237 +0800                                   *
 ******************************************************************/


/* ###### Body Text ###### */

body {
  background-color: #ffffff;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

a {
  color: #932635;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


#bodyLogin {
  background-color: #b57979;
  border-left: #540101;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 13px;
  text-align:  center;
  height: 35px;
}

.login {
  color: #932635;
  font-size: 100%;
  font-weight: normal;
  margin-left: 95px;
  margin-right: 0px;
  margin-top: -30px;
}

#logout {
  color: red;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
  margin-top: -15;
}

#bodyCurMem {
  color: #000000;
  font-size: 90%;
  font-weight: normal;
  margin-left: 40px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}

#frame {
    background-color: #b57979;
  text-align: center;
  font-size: 90%;
}

.background {
  background-color: #b57979;
  text-align: center;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
}

.name {
  background-color: #932635;
  border-top: 4px solid black;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-left: 4px solid black;
}

.birthday {
  background-color: #f4ebed;
  width: 80%;
  text-align: center;
  font-size: 90%;
}

.email {
  background-color: #fce8ec;
}

.nametext {
  font-weight: bold;
  font-size: 90%;
  color: white;
  }

.contentsTable {
  background-color: #b57979;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.welcome {
  background-color: #b57979;
  width: 80%;
  height: 20px;
  margin: 10px 0px 0px 50px;
  text-align: center;
  font-size: 100%;
  color: white;
}

.contents {
  font-size: 90%;
}










#search {
 background-color: #fce8ec;
 font-size: 90%;
 width: 90%;
 border-style: dotted;
 border-width: 2px;
}

#searchresults {
 background-color: #b57979;
 font-size: 90%;
}

#searchresults a {
 color: #fce8ec;
}

.resultnumber {
 font-size: 78%;
}
#searchresultstable {
 background-color: #fce8ec;
 font-size: 90%;
}




#searchtable {
 background-color: #b57979;
 width: 500px;
 color: white;
}

#searchtable .body {
 background-color: #fce8ec;
 font-size: 80%;
 width: 95%;
 margin-left: 10px;
 border-style: solid;
 border-width: 1px; 
}










#agreement {
  width: 600px;
  background-color: #fce8ec;
  font-size: 80%;
  }

#agreement .textarea {
  background-color: white;
  }

#agreement .continue {
  font-weight: bold;
  }  











#photoupload {
  width: 600px;
}

#photoupload .header {
  background-color: #b57979;
  font-size: 80%
}

#photoupload .body {
 background-color: #fce8ec;
}











#login {
  width: 30%;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #fce8ec;
}

#login .text {
  font-size: 80%;
  margin-left: 5px;
}

#login .submit {
  font-size: 100%;
}










#createpersonalinfo {
  background-color: red;
  width: 90%;
  margin-left: 15px;
  margin-top: 20px;
  color: #b57979;
  }
  
 #createpersonalinfo td {
   background-color: #fce8ec;
   font-size: 10px;
 }

 #createpersonalinfo .photoup {
    background-color: white;
	font-size: 9px;
}
 
 #createpersonalinfo .left {
  background-color: #fce8ec;
  width: 15%;
  font-size: 80%;
}
 
 #createpersonalinfo .right {
  background-color: #f4ebed;
  font-size: 80%;
}

 #createpersonalinfo .photo {
   background-color: white;
   width: 17%;
   text-align: center;
 }
 
 #createpersonalinfo .exclaim {
   font-size: 70%;
 }

 #createpersonalinfo .smiles {
   background-color: #932635;
 } 









#personalinfo {
  background-color: red;
  width: 90%;
  margin-left: 15px;
  margin-top: 20px;
  color: #b57979;
  }
  
 #personalinfo tr {
   background-color: #932635;
   font-size: 18px;
 }

 #personalinfo .left {
  background-color: #fce8ec;
  width: 15%;
  font-size: 70%;
}
 
 #personalinfo .right {
  background-color: #f4ebed;
  font-size: 70%;
}

 #personalinfo .photo {
   background-color: white;
   width: 17%;
   text-align: center;
 }
 
 #personalinfo .exclaim {
   font-size: 80%;
 }
