html,
body,
table
{
     margin: 0;
     padding: 0;
     /*font-family: Helvetica, Arial, Sans-Serif;*/
     font-family: Arial, Sans-Serif;
     font-size: 9pt;   
}

body 
{
	background-color: #FDF2FA;
}


/* IMAGES */
img 
{
	border: 0;
	margin: 0;
	padding: 0;
}

a:link,	
a:hover,	
a:active,	
a:visited
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 16pt;
	font-weight: bold;
	margin: 5px 0 30px 0;
	color: #872A70;
}

/*==========================*/
/* MessageReturn		    */
/*==========================*/
.messagereturn_buttonclose { display: block; position: absolute; top: 0; right: 0; margin: 5px; }
.messagereturn_success, .messagereturn_error, .messagereturn_noright, .messagereturn_info, .messagereturn_admin
{ position: absolute; z-index:99; margin: 10px; /*margin-bottom: 20px;*/  padding: 25px; bottom: 0px; right: 0px; width: 300px; font-size: 9pt; text-align: center; /*opacity: 0.8; filter(alpha=80);*/ -moz-border-radius: 5px;}

.messagereturn_success { background-color: #FFE;  border: 1px solid #000; color: #000; background-image:url(../images/message_left_info.gif);  background-position: left; background-repeat: no-repeat; padding-left: 40px; }
.messagereturn_admin   { background-color: #FFC;  border: 1px solid #000; color: #000; background-image:url(../images/message_left_admin.gif); background-position: 15px; background-repeat: no-repeat; padding-left: 40px; font-weight: bold;}
.messagereturn_error   { background-color: #FEE;  border: 2px solid #A00; color: #900; background-image:url(../images/message_left_nok.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}
.messagereturn_noright { background-color: #FFD;  border: 2px solid #CCC; color: #C00; background-image:url(../images/message_left_noright.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}
.messagereturn_info    { background-color: #FFD;  border: 1px solid #000; color: #009; background-image:url(../images/message_left_info.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}

#innerbody
{
	/*padding-top: 45px;*/
	padding-top: 20px;
}
.main
{
	position: relative;
	background-image: url(../images/frontoffice/border_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0 16px;
}
.main_top
{
	/*background-image: url(../images/frontoffice/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 220px;*/
}
.main_bottom
{
	background-image: url(../images/frontoffice/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 80px;
}
.main_middle
{
	background-image: url(../images/frontoffice/background.png);
	background-repeat: no-repeat;
	/*height: 750px;*/
	background-position: 160px 230px;
}
.line_bottom,
.line_bottom a:link
{
	margin: 5px 0 20px 0;
	text-align: center;
	color: #B8648E
}

.menu_item
{
	display: block;
}


.lesson_video
{
	background-color: #B8648E;
	-moz-border-radius: 0 0 5px 5px;
}


.lesson_video div,
.lesson_video div.selected
{
	color: #FFF;
	background-color: #B8648E;
	background-image: url(../images/frontoffice/video_bg.png);
	background-repeat: no-repeat;
	background-position: 5px;
	margin-bottom: 1px;
	padding: 3px 5px;
	padding-left: 25px;
	cursor: pointer;
	/*width: 100px;*/
	border: 1px solid #AF4C7F;
}


.lesson_video div.selected
{
	color: #B8648E;
	background-color: #FFF;
	background-image: url(../images/frontoffice/video_bg_selected.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border: 1px solid #CCC;
}
