/* General Item
*******************************************************************************/
.required {
  font-weight: bold;
  padding: 0 15px 0 0;
  background: url('../image/icon/pink_star.gif') right no-repeat;
  text-align: right;
}

.optional {
  font-weight: normal;
  padding: 0 15px 0 0;
  text-align: right;
  
}


/* Forms / Tables
*******************************************************************************/

table.form th, table.form td
{
	vertical-align: top;
	padding: 5px 0 5px 20px;
}

table.form th
{
  text-align: right;
}

span.tooltip {
    display: none;
    color: #000;
    margin: 0;
    padding: 2px 10px 2px 40px;
	background: url('../image/icon/msg.gif') 15px no-repeat;
	background-color: #FDF2B5;
	
    border-style: solid;
    border-width: 2px;
    border-color: #FF6600;
	
    z-index: 99;
    filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;

}

h3.headerAddData {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    color: #669933;
    padding: 5px 0 5px 20px;
    margin: 0 0 5px 0;
}

ul.AddData {
    margin: 10px 0 0 0;
    padding: 0;
}

ul.AddData li {
    margin: 0;
    padding: 1px 10px 1px 35px;
	background: url('../image/icon/arrow_147.gif') 12px 6px no-repeat;
	background-color: #E9F9AC;
}

p.more_form {
  margin: 10px 0 10px 0;
  padding: 0;
}
p.more_form a {
  margin: 0;
  padding: 2px 10px 2px 10px;
  color: #FFFFFF;
  background-color: #8C8C8C;
  border: 1px solid #000000;
  font-size: 90%;
  text-decoration: none;
}

p.more_form a:hover {
  margin: 0;
  padding: 2px 10px 2px 10px;
  color: #8C8C8C;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  font-size: 90%;
  text-decoration: none;
}

/* Main Area
*******************************************************************************/
#main {
    margin: 0px auto;
    padding: 0;
	position: relative;
	clear: both;

    width: 960px;
}

* html #content {
    height: 495px;
}

* html #sidebar {
    height: 495px;
}

/* Sidebar Menu
*******************************************************************************/
#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;

	min-height: 495px;
	height: auto;

    margin: 0 1px 0 0;
    padding: 0.5em 0 0 0;

    background: url('../image/background-05.jpg') no-repeat;
    width: 200px;
}

#sidebar ul{
    margin: 0;
    padding: 0;
}

ul#tabMenu
{
	padding-left: 40px;
}

ul#tabMenu li a {
    color: #FFFFFF;

    display: block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 13px;
    text-decoration: none;

    width: 134px;
}

ul#tabMenu li a:hover {
    background-color: #ffffff;
    color: #000000;

    display: block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 13px;
    text-decoration: none;

    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    width: 134px;
}

/* 首頁內容
*******************************************************************************/

#content {
	position: relative;

	margin: 0;
	padding: 0;

  background-color: #FFFFFF;
	color: #000000;
}



#content a.normal {
	color: #FF6600;
	text-decoration: none;
}

#content a.normal:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #669933;
}

#content span.fc_gray a {
	color: #9F9F9F;
}

#content span.fc_gray a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* Case Report
*******************************************************************************/

#report_main {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.report_title {
    /*background-color: #CEE574;*/

    background: #FFFFFF url('../image/icon/trts_title_mark.jpg') top right no-repeat;
    margin: 0;
    padding: 0 20px 20px 20px;

}

div.report_title h2{
    padding: 0;
    margin: 0 50px 0 0;
    font-size: 300%;
    text-align: right;
    color: #83ACCA;

}

div.report_content {
    background-color: #FFFFFF; /* #E9F9AC */

    margin: 0;
    padding: 0 20px 20px 20px;

    font-size: 110%;
}

fieldset.case_report {
    background-color: #E9F9AC;
    border-style: solid;
    border-color: #CEE574;
    border-width: 2px 2px 2px 10px;

    padding: 5px;
    margin: 0 0 30px 0;
}

legend.case_report {

    padding: 2px 7px 2px 7px;

    font-size: 150%;
    color: #009900;
}

/* Student Findtutor
*******************************************************************************/

div#findtutor_left {

}


div#findtutor_right {
  float: right;
  width: 300px;
  background-color: #CEE574;
  margin: 0px 0px 15px 0px;
  padding: 5px 15px 15px 15px;
}

div#findtutor_right h3{
  margin: 25px 0px 0px 0px;
}

div#findtutor_right p{
  margin: 10px;
}

div#findtutor_right div#headhr{
  background-color: #589800; 
  border: 0; 
  height: 8px;
}

div#newinsert_case {
  background: #CCCCCC url('../image/icon/arrow_background01.gif') 100% 30% no-repeat;
  width: 50%;
  height: 400px;
  margin: 0px 0px 15px 0px;
  padding: 5px 15px 15px 15px;
}

div#newinsert_case h1{
  color: white;
  font-size: 250%;
  margin: 10px 0px;
}