body
{
	width:1000px;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}

img
{
	border:none;
}

.alt
{
	display:none;
}

input
{
	font-family:dotum;
}

select
{
	font-family:dotum;
}

.red
{
	color:#b20000;
}

.black01
{
	color:#333333;
}

.black02
{
	color:#777777;
}

.yellow
{
	color:#C87920;
}

.magenta
{
	color:#D14D8E;
}

.purple
{
	color:#8320C6;
}

.aqua
{
	color:#3D9CCD;
}

.gold
{
	color:#D19B4D;
}

.blue
{
	color:#4B66D0;
}

.emerald
{
	color:#7BA03F;
}

.orange
{
	color:#E55611;
}

.left-title
{
	float:left;
	width:366px;
	height:77px;
	background:url(/images/students/title/title_current_status.png) no-repeat;
}

.right-title
{
	float:left;
	width:337px;
	height:77px;
	background:url(/images/title_right.png) no-repeat;
}

.right-path
{
	padding-top:60px;
	font-family:tahoma;
	font-size:8pt;	
}

.right-path a
{
	text-decoration:none;
	color:#989898;
}

.right-path1 
{
	color:#777777;
	font-weight:bold;
}

.right-path2
{
	float:left;
	color:#999999;
}

.right-path3
{
	float:left;
    width:12px;
    height:10px;
    margin-right:4px;
    margin-top:2px;	
	background:url(/images/parents/title/title_foler.png) no-repeat;
}

.main-container
{
	float:left;
	width:703px;
}

.slp-border
{
	clear:both;
    width:910px;
    border-bottom:#cccccc 1px solid;
	overflow:hidden;
	height:0px;
	margin-top:37px;
	margin-left:10px;
	margin-right:10px;
}

.page-container
{
	width:1000px;
}

.header-container
{
	float:left;
	width:1000px;
	height:132px;
	background:url(/images/students/common/bg_top_menu.png) no-repeat;
}

.header-top
{
	height:27px;
	text-align:right;
	padding-right:80px;
}

.header-top img
{
	margin-top:12px;
	margin-left:12px;
}

.header-bottom
{
	width:1000px;
	height:105px;
}

/*- Menu Tabs1  ---------------------------*/
.tabs1 .current {
        font-weight: bolder;
        color: Blue;
        border-bottom: solid 1px #F1F1F1;
}

.tabs1 {
        float: left;
        width: 100%;
        background: #FFFFFF;
        font-size: 12px;
        line-height: normal;
        margin: 0;
        padding: 0; 
        border-bottom:solid 1px #B8C1CA;
}

.tabs1 ul 
{
        width: auto;
        margin: 0;
        padding: 10px 10px 0 0;
        list-style: none;
        position: relative;
        top: 1px;
}

.tabs1 li 
{
        display: inline;
        margin: 0;
        padding: 0;
}

.tabs1 a {
        float: left;
        background: url("images/tableftB.gif") no-repeat left top;
        margin: 0;
        padding: 0 0 0 4px;
        text-decoration: none;
  text-transform: capitalize;
}

.tabs1 a span {
        float: left;
        display: block;
        background: url("images/tabrightB.gif") no-repeat right top;
        padding: 5px 15px 4px 6px;
        color: #666;
        text-align: center;
}

.tab_titleRed b
{text-align:left;}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs1 a span {
        float: none;
}

/* End IE5-Mac hack */
.tabs1 a:hover span {
        color: #000;
}

.tabs1 a:hover {
        background-position: 0% -42px;
}

.tabs1 a:hover span {
        background-position: 100% -42px;
}

/*-------------*/