﻿body
{
    margin: 0px;
    background-color: #FFFFFF;
}


/* Module */
fieldset
{
	border: 1px solid #cccccc; 
	padding:2px;
	-moz-border-radius:5px;

}


/* Title */
.Title
{
	background-image: url('../Images/TitleBg.png' );
	border: 1px solid #999999;
	height: 20px;
	text-align: center;
	color: #FF9900;
	font-weight: bold;
}

/* Navigation Bar*/
.NavigationBar
{
	background-image: url('../Images/Header.jpg');
	border: 1px solid #999999;
	height: 23px;
}

/* Navigation Bar Hyperlink*/
.NavigationBarLink
{
	text-decoration: none;
	color: #0000CC;
	font-size: medium;
	font-weight: bolder;
	vertical-align: middle;
}

/* Navigation Bar*/
.Footer
{
	background-image: url('../Images/Footer.gif' );
	border: 1px solid #999999;
	height: 25px;
	text-align: center;
}

/* Category List*/
.CategoryLink
{
	text-decoration: none;
	color: #6666FF;
	font-weight: bold;
}


.NonUnderLink
{
    text-decoration: none;
}

/* File List*/
.LessonLink
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: medium;
}

/* File List Top*/
.LessonLinkTop
{
	text-decoration: none;
	color: #3366FF;
	font-weight: bold;
	font-size: small;
}

/* File List Top*/
.MoreTop
{
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    font-size: small;
}

/*Ma Download */
.DownloadKey
{
    color: #FF3300;
    font-weight: bold;
    text-align: center;
}

.TextCenterAlign
{
    text-align: center;
    color: #CC0066;
    font-weight: bold;
}

/*Student*/
.AlignRight
{
	border: 1px solid #666633;
	text-align: right;
	color: #FF9900;
}

#main
{
    margin: 0 auto;
    min-width: 1135px;
}

#main2
{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}

.rdbtype
{
	background-image: url('../Images/LessonBg.png');
}

.rdbtype2
{
	background-image: url('../Images/LessonBgClick.png');

}

/*Page */
.page
{
	font-weight: bold;
	color: #0000FF;
	font-size: medium;
}

.box 
{  
	-moz-border-radius: 5px; /* for Mozilla browsers */
	-webkit-border-radius: 5px; /* for webkit browsers (Chrome, Safari) */
	border-radius: 5px; /* for Opera and others */
	border: 1px solid gray; 
	padding: 5px 10px; 
}
.memberonline
{
    background-image: url('../Images/bgmember.png');
}
