/* FLASHING MESSAGE 
*/

.info, .notice, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.notice {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url(../images/success.png);
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url(../images/warning.png);
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url(../images/error.png);
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.errorExplanation {
  width: 80%;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-left: 15px;
  background-color: #FFBABA;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  background-color: #c00;
  color: #fff;  
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  letter-spacing: 0px;
  text-align: left;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  text-align: left;
}



/*********************** announcement **************************
 * Function : the display style for each announcement          *
 * Name : announcemet, announcement legend                     *
 * Author : Chelsea Ju                                         *
 * Create : 2007/03/08                                         *
 ***************************************************************/
fieldset#announcement{
    border : 1.5px solid #c0c0c0;
    width : 90%;
    position : relative;
    text-align : left;
    padding : 0 1em 0 1em;
	padding: 10px 10px 10px 20px;
	margin: 20px 5px 10px 15px;
   
}

fieldset#announcement legend{
    color : #660000;
    font-weight : bold;
    font-size : 16px;
    padding : 0 0.5em 0 0.5em;
}

/*
 * Popup page
 */
.popup_title{
}

#popup_title h1{
	letter-spacing: -2px;
	color: #7E3117;
	margin-right: -1px;
	padding-top: 10px;
	font-weight: bold;	
	text-decoration: underline;
}

#popup_title h2{
	letter-spacing: -2px;
	color: #999999;
	margin-right: -1px;
	padding-top: 10px;
	font-style: oblique;
}

/*
 * List Table
 */

 .table{
 }

#table table{
	border-width: 1px 1px 1px 1px;
	width: 100%;
	margin: 5px;
}

#table thead{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color:#235000;
}

#table tr#d0:hover{
	cursor: pointer;
	background-color: #DCF4C2;
}

#table tr#d1:hover{
	cursor: pointer;
	background-color: #DCF4C2;
}

#table tr#d0{
	background-color: #E8E8E8 ;
	color:black; 
}

#table tr#d1{
	color:black; 
}

/*
 * INPUT TABLE
 */
 
 .input_table{	
 }
 
#input_table table{
	margin: 10px 10px 10px 10px;
}

#input_table td{
 	font-weight: bold;
	padding: 5px 5px 5px 5px;
 }

/*
 * DISPLAY TABLE
 */
 
 .display_table{	
 }
 
#display_table table{
	margin: 10px 10px 10px 20px;
}

#display_table td{
	padding: 5px 5px 5px 5px;
}
 
#display_table td#title{
	color:#235000;
	font-weight: bold;
}


/*
 * POPUP PASSWORD CONFIRMATION
 */


input.prompt {
	border:1 solid transparent; 
	background-color:#C0C0C0;
	width:80;
	font-family:arial;
	font-weight: bold;
	font-size:14; 
	color:black;
} 

td.promptTitlebar { 
	background-color:#000066; 
	color:#FFFFFF; 
	font-weight:bold;
	font-family:arial; 
	font-size:16;
} 

td.promptbox {
	border:1 solid #ccccff; 
	background-color:#DCDCDC; 
	color:blue;
	padding-left:2;
	padding-right:2;
	padding-bottom:2;
	padding-up:2;
	font-family:arial; 
	font-size:13;
} 

input.promptbox {
	border:1 solid #0000FF; 
	background-color:white;
	width:100%;
	font-family:arial;
	font-size:12; 
	color:black; 
}



div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}



/************************** hint display **************************
 * Function : the text color shown in hint box                    *
 * Name : hint_title, hint_content                                *
 * Author : Chelsea Ju                                            *
 * Create : 2007/03/28                                            *
 ******************************************************************/

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
/*width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

#hintbox h1{
    vertical-align:top;
    font-weight : bold;
    color : #800000;    
    padding : 0em 0em 0em 0em;
    text-decoration : underline;
    font-size : 12px
 }

#hintbox p{
	text-align: left;
} 

/****************** thumbnail ****************************
 * Function : for display the thumbnail image            *
 * Author : Chelsea Ju                                   *
 * Date : 2007-11-02                                     *
 * Reference : Ruby On Rails: Up and Running CH5.5       *
 *********************************************************/
#thumbnail {
   padding: 0.6em;
   background: #ddd;
   border: thin solid #333;
}
