/*
 * The inline css from main_hdr.php goes here.
 */

.main_body {
	position: relative;
	top: 0px;
        left: 0px;
        right:0px;
        bottom:0px;
	height: 100%;
        background-color:white;
	border-left: 1px gray ridge;
	border-top: 2px gray ridge;
        color:black;
}

.course_body_table {
	position: relative;
	top: 0px;
	left: 0px;
        bottom:0px;
	height: 100%;
	border: 0px orange ridge;
}

.member_welcome_msg {
	float: left;
	margin: 1px 0px 0px 5px;
	width: 40%;
	padding: 5px;
	border: 0px yellow ridge;
}

.topline_text_links {
	float: right;
	padding: 5px;
	width: 50%;
	border: 0px blue ridge;
}

.top_body_pane {
	position:absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	border: 0px yellow ridge;
	height: 150px;
	width: 100%;
}

.bkgrnd_img {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.stretched_y_bkgrnd {
	position: fixed;
	top: 0px;
    bottom: 0px;
    left: 0px;
	right: 0px;
	background-repeat: repeat-y !important;
}

.repeat_bkgrnd {
	position: fixed;
    top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
    border: 0px red ridge;
	background-repeat: repeat-x;
}

.stretched_bkgrnd {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

/*
 * The inline css from main_ftr.php goes here.
 */

.footer {
	margin:0px 0px 0px 0px;
	border-top: 3px gray ridge;
}

/*
 * The inline css from therasim.php goes here.
 */

.course_title {
	position: absolute;
	width: 100%;
	margin-top: 0px;
	font: 44px Verdana,Helvetica,Arial strong;
	color: rgb(136,204,255);
}

.dlog_table {
	margin: 0px 0px 0px 0px;
	background: transparent;
    border:0px red ridge;
	font: 12px Verdana,Helvetica,Arial normal;
}

.dlog_3d_begin_red {
    /*margin-top: 0px;
    width: 220px;
    background-color: #aaaaff;
    background:url ('.IMAGES_DIR.'extbox_left-top.png);*/
    border: 0px red ridge;
}

.dlog_3d_begin_blue {
	border: 0px blue ridge;
}

.dlog_3d_begin_div {
	background-repeat: repeat-x;
	width: 100%;
	height: 13px;
}

.dlog_3d_begin_td {
	background-repeat: repeat-y;
    /*background-color: gray;
    border: 1px blue ridge;*/
	height: 100%;
    margin-top: 0px;
    width: 5px;
}

.dlog_begin_table {
	/*margin-top: 20px;*/
	background: #e8e8e8;
}

.dlog_begin_td {
	background: #e8e8e8;
    color: #000000;
	font: 12px Verdana,Helvetica,Arial normal;
}

.dlog_begin_div_hdr {
	position: relative;
	border: 0px black ridge;
	height: 27px;
    display: block;
    text-align: left;
}

.dlog_begin_div_hdrl {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	border: 0px green ridge;
}

.dlog_begin_div_hdrr {
	position: absolute;
	right: -1px;
	top: 0;
	width: 10px;
	height: 100%;
	border: 0px green ridge;
}

.dlog_begin_div_title {
	position: absolute;
	left: 15px;
	top: 3px;
	width: 90%;
	color: black;
	font: 15px Verdana,Helvetica,Arial normal;
}

.dlog_begin_div_link_name {
	position: absolute;
	right: 15px;
	top: 3px;
	width: 40%;
	color: white;
	text-align: right;
}

.dlog_begin_div_body {
	position: relative;
	text-align: left;
	border: 1px gray ridge;
	margin: 0px 2px 0px 2px;
	border-top: 0px;
}

.dlog_begin_div_content {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #e8e8e8;
	margin: 0px 0px 0px 0px;
	/*height: 100%;*/
	width:100%;
    text-align: left;
}

.dlog_begin_div_link_uri {
	position: absolute;
	right: 25px;
	top: 3px;
	width: 40%;
	color: white;
	text-align: right;
}

.dlog_end_div_bm {
	position: relative;
	height: 30px;
	top: 0px;
	width: 100%;
	text-align: left;
}

.dlog_end_div_bl {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 100%;
	border: 0px green ridge;
}

.dlog_end_div_br {
	position: absolute;
	right: 0;
	top: 0;
	right: -1px;
	width: 13px;
	height: 100%;
	border: 0px green ridge;
}

.draw_tab_btn_left {
	width: 2px;
}

.draw_tab_btn_middle {
    /*top: 11px;
	width: 162px;*/
	text-align: center;
	border: 0px red ridge;
}

.draw_add_course_form_display_none {
	margin-left: 0px;
}

.draw_add_course_form_add_item {
	background: #ffffff;
	border: 1px black ridge;
}

.draw_add_thread_form {
	margin-left: 0px;
	display: none;
}

.draw_add_thread {
	background: #ffffff;
	border: 1px black ridge;
}

.draw_add_forum_form {
	margin-left: 30px;
	margin-top: 10px;
	display: none;
	background: #ffffff;
}

.draw_add_forum_form_div {
	background: #ffffff;
	border: 1px black ridge;
}

.draw_add_meeting_form {
	margin-left: 0px;
	display: none;
}

.draw_add_meeting_form_div {
	background: #ffffff;
	border: 1px black ridge;
}

.draw_add_topic_form {
	margin-left: 0px;
	display: none;
}

.draw_add_topic_form_div {
	background: #ffffff;
	border: 1px black ridge;
}

/* 
 * To correct the way that long course names
 * were displayed in the myCourses tab I have commented
 * the line with the value for the the height property below,
 * I have also commented line 782 from therasim.php
 * and I have assigned the block value to the display property
 * for a tags in myCourses tab
 */ 
.get_myCourses_tab_div {
	border: 0px red ridge;
	/*height: 5px;*/
	display: block;
}

.get_myCourses_tab_div a {
	display: block;
	color:#384F89;
}

.get_course_lessons_span {
	margin-left: 0px;
	text-align: left;
}

.get_course_glossary_span {
	margin-left: 0px;
	text-align: left;
}

/* Style for the table from test/quizes */

.dlog_begin_td{
	background:#e8e8e8;
}


.dlog_begin_table{
	background:#e8e8e8;

}

/* Style for the delete confirmation area */
.delete_confirm_area{
	background:#e8e8e8;
}














