/* 
    Document   : default
    Created on : 2009/9/14, 上午 09:45:27
    Author     : 蔡詠捷
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background-color: #d6dbd7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/**************************************************/
/*                                                */
/*                 LOGIN PAGE CSS                 */
/*                                                */
/**************************************************/

.log_rightbg {
	background-image: url(logo_bgr_b.jpg);
	background-repeat: no-repeat;
}


.log_leftbg {
	background-image: url(logo_bgl_b.jpg);
	background-repeat: no-repeat;
}

.log_input {
	font-size: 12px;
	font-family: Arial;
	color: #213049;
	line-height: 25px;
}

.log_intro {
	font-size: 12px;
	font-family: Arial;
	color: #213049;
	line-height: 18px;
}

.log_content {
	font-size: 12px;
	font-family: Arial;
	color: #213049;
	line-height: 22px;
}

.log_content a {
	color: #213049;
	text-decoration: underline;
}


.log_content a:hover {
	color: #f14f00;
	text-decoration: underline;
}

.log_content .topic {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: #03255e;
	line-height: 22px;
}



/*************************************************/
/*                                               */
/*                 MAIN PAGE CSS                 */
/*                                               */
/*************************************************/



#main {
	background: url(main_bgbody.jpg) repeat-y;
}

#main .name {
	font-size: 15px;
	color: #004bc8;
	font-family: Arial;
}

#main .profile {
	font-size: 13px;
	color: #6f6f6f;
	font-family: Arial;
}

#main .profile a {
	color: #6f6f6f;
	text-decoration: none;
}

#main .profile a:hover {
	color: #ff6000;
	text-decoration: underline;
}

#submenu {
	background: url(main_bgmenu.jpg) no-repeat;
}

#submenu a {
	color:#576780;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}

#submenu a:hover {
	color: #ff6000;
	text-decoration: underline;
}

#content {
	border: 1px dashed #9c9ea1;
	padding: 10px;
}

#content .info {
	background-color: #cccccc;
	color: #ff0000;
	font-size: 13px;
	line-height: 18px;
}

#content .search {
	color: #576780;
	font-size: 13px;
	line-height: 25px;
}

#contenttitle {
	font-size:15px;
	color: #004c7f;
	font-family: Arial;
	font-weight: bold;
	height: 30px;
}

.collapse{
  border-collapse: collapse;
}

.form_title {
	color: #000000;
	font-size: 13px;
	font-family: Arial;
}

.gray{
  border: solid #666666 1px;
  font-size: 13px;
}

.form_subject {
    width: 30%;
}

.form_small {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
}

#head {
        background: url(main_bghead.jpg) no-repeat;
}

#bottom {
	background: url(main_bgbottom.jpg) no-repeat;
	color:#ffffff;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

#bottom a {
	color:#ffffff;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

#bottom a:hover {
	color: #fee300;
}

