/* Start of TEMPORARY CODE FOR INTERIM VERSION  */

#wrap{
	margin:0 auto;
	width:980px;
	background-color:#FFF;
}

#mem_content_wrap {
	position: relative;
	width:980px;
	margin:0px;
	padding:0px 0px 10px 0px;
	display: table-cell;
	background:#FFF url(../images/content_bg_mem.gif) top repeat-y;
	background-image: url(../images/content_bg_mem.gif);
}



/* End of TEMPORARY CODE FOR INTERIM VERSION  */


/*  Admin section only  */

.admin_button {
	border-style: solid;
	border-width: 1px;
	background-color: #ffff99;
	width:75px;
	padding:5px 5px;
	font-size: 11px;
	font-weight:bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.admin_flag1 {
	padding:2px 4px;
	color: white;
	border-style: solid;
	border-width: 1px;
	background-color: #f3950e;
	font-size: 8px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.admin_flag2 {
	padding:2px 4px;
	color: white;
	border-style: solid;
	border-width: 1px;
	background-color: #0033cc;
	font-size: 8px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.admin_flag3 {
	padding:2px 4px;
	color: white;
	border-style: solid;
	border-width: 1px;
	background-color: #666699;
	font-size: 8px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.admin_flag4 {
	padding:2px 4px;
	color: white;
	border-style: solid;
	border-width: 1px;
	background-color: #51a125;
	font-size: 8px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*  Admin Site Statistics Report calendar styles */

table.calendar, table.calendar caption, table.calendar td.in_month {
	border: 1px solid #cccccc;
	background-color: #ffffcc;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #0000ff;
}

table.calendar td.in_month {
	width: 23px;
}

table.calendar td.selected {
	background-color: #ff9900;
}

table.calendar a {
 	display: block;
 	text-decoration: none;
 	color: #0033ff;
	text-align: center;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

table.calendar caption a {
 	display: inline;
	font-size: 10px;
	font-weight:bold;
 	color: #041f4a;
}





/**** Lesson Colour Codes *************************/

.course_complete {
	color:#009933;
	font-weight: bold;
}

.course_complete a, .course_complete a:visited {
	color:#009933;
}

.course_complete a:hover {
	color:#009933;
}

.course_todo {
	color: #ff6600;
	font-weight: bold;
}

.course_todo a, .course_todo a:visited {
	color:#FF6600;
}

.course_todo a:hover {
	color:#FF6600;
}

.course_unavailable {
	color:#3333CC;
    font-weight: bold;
}

/*  Text styles that are from the original design - yet to be re-assigned or replaced  */

.body_list {
	margin-bottom: 1em;
}

.error {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: red;
}

.breakout_text {
	font-style: italic;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #3333cc;
}

.gold_content {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: white;
}





/*   rulers from original design  */
hr.thickline {
	border-top-color: #0033ff;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: none;
}

hr.mediumline {
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
}

hr.thinline {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
}


/*  Text styles that are on certain pages  */

/* from Home page */
.meetus_location {
	padding-top: 10px;
	color: #404040;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.meetus_details {
	color: #404040;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

.headline {
	padding-top: 10px;
	color: #3863AC;
	font-weight: bold;
}

/*  Members Home page  */
.hints_class {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0f0f0;
	color: #000000;
	border: 1px solid #808080;
	padding: 5px;
}




/*  Text styles  */

.bodytext {   /*  this is set in the body tag so becomes the default font throughout page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}

.bodytext_lower {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.bodytext_small {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

.bodytext_med {
	font-size: 15px;
}

.bodytext_lg {
	font-size: 18px;
	line-height: 24px;
}

.bodytext_vlg {
	font-size: 26px;
}

.reminder_text {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ff0000;
}

.greeting {
	padding-left: 10px;
	color: #FFFFFF;
}

.sample_letter {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}


/*  Colours  */

.colour_black {
	color: #000000;
}

.colour_blue {
	color: #3863ac;
}

.colour_white {
	color: #ffffff;
}

/*  Index styles  */
.index_title {
    padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #3863ac;
	font-weight: bold;
}

.index_subtitle {
    padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #3863ac;
	font-weight: bold;
}


.index_text {
	color: #3863ac;
	font-weight: normal;
}

.index_link {
	color: #993366;
}
	
.index_link a:hover {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0px;
	background-color: #ffff99;
}

	
/*  Title styles  */

.sectiontitle {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	line-height: 30px;
}

.sectiontitle_blue {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #3863ac;
	line-height: 30px;
}

.maintitle_content {
		font-size: 20px;
		font-weight: bold;
		color: #000000;
		line-height: 21px;
	    padding-left: 10px;
		padding-right: 10px;
}

.maintitle { 
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		line-height: 21px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 21px;
}

.subtitle_blue {
	font-size: 14px;
	font-weight: bold;
	color: #3863ac;
	line-height: 21px;
}

.smalltitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.smalltitle_blue {
	font-size: 12px;
	font-weight: bold;
	color: #3863ac;
}

.module_ref {
	font-size: 12px;
	font-weight: bold;
	color: #993366;
}

.lineheight { 
	line-height: 27px;
}


/*  Quotes   */

.quote_text {
	color: #3863ac;
	text-align: left;
	font-size: 12px;
	line-height: 19px;
}

.quote_from {
	color: #3863ac;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 19px;
}

.quote_start {
	padding-bottom: 5px;
	padding-top: 10px;
}

.quote_end {
    padding-top: 5px;
    float: right;
}


/*   Line dividers    */

.divider {
	padding-left: 10px;
	padding-right: 10px;
}

.divider_header {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}



/*  Buttons  */

.button_indent {
	padding: 0px 10px 10px 10px;
}


/*  Pictures  */

img {
	border-width: 0px;
}


/*  Other Styles  */

.link a:hover {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0px;
	background-color: #ffff99;
}

.link_bold {
	font-weight: bold;
}

.link_bold a:hover {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0px;
	background-color: #ffff99;
}

.boxmain {
	background-image: url(../images/boxmain.jpg);
	margin: 10px;
	padding: 10px;
}

.boxerror {
	color: black;
	border-color: #ff6666;
	border-style: inset;
	border-width: 1px;
	background-image: url(../images/boxerror.jpg);
	margin: 0px;
	padding: 20px;
}

.boxsuccess {
	color: black;
	border-color: #33cc00;
	border-style: inset;
	border-width: 1px;
	background-image: url(../images/boxsuccess.jpg);
	margin: 0px;
	padding: 20px;
}

.table_header {
	color:#ffffff;
	background-color: #3863ac 
}




/*  Generic styles  */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-repeat: repeat-y no-repeat;
	background-color: #FFFFFF;
	background-position: top center;	
}

p {
	margin-left: 10px;
	margin-bottom: 1em;
	margin-right: 10px;
	margin-top: 0px;
	padding:0;
}

ul {
    margin-left: 27px; 
	padding-left: 0px;
}

li {
	list-style-type: disc;
	padding-bottom: 5px;
	padding-right: 10px;
}

td {
	background-repeat: no-repeat;
}

a { 
	color: #993366;
	text-decoration:none;
}

.indent {
	margin-left: 10px;
}
