/**************************************
 * THEME NAME: anomaly
 *
 * Files included in this sheet:
 *
 *   anomaly/styles.css
 *   anomaly/styles_select.css
 **************************************/

/***** anomaly/styles.css start *****/


/* Core */
/*
body {
  padding:0;
  margin:0;
}
Nikhil - Added bg-color to body
*/
body {
  padding:0;
  margin:0;
  /*background-color:#b9dee7;*/ 
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

/*
	Added Color to h2.main
*/
h2.main{
	color: #02235E;
	font-weight: normal;
}
/* Archana updated for font size 0ct 22 09
body, p, th, td, li,
.sideblock .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.95em;
  line-height:1.4;
}

Nikhil - Moved the font family declaration to body.
*/

.sideblock .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}
/*
#page {
  margin:25px 0 5px;
  background: url('images/background.jpg') repeat-y top left;
}
Nikhil - Removed Page Margins
*/


#page #wrapper-br #nav-bar{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
padding-top:10px;
}

#page #wrapper-br table {
font-size:11px;
font-family:Arial,Helvetica,sans-serif;
}

#page #wrapper-br table.files{
border-collapse:collapse;
border:none !important;
margin-bottom:10px;
}

#page #wrapper-br #content{
padding:0 20px 20px 20px;
}


#page #wrapper-br table.files td, #page #wrapper-br table.files th{
border:1px solid #474747;
text-align:center;
}

#page #wrapper-br table.files td.name{
text-align:left;
}

#page #wrapper-br .notifyproblem{
font-size:11px;
}


#layout-table {
  margin:0;
  padding-top: 15px;
}

.weeks-format, .topics-format {
    margin-top: 0;
    padding-top: 10px;
}

.tabtree ul li ul li a.nolink span {
  color:#000;
}

/* Header */

#header h1.headermain,
#header-home h1.headermain {
  font-size:2.3em;
  color:#fff;
  padding:10px 0 20px 15px;
  line-height:0.7;
  font-weight:normal;
}

#header h1.headermain {
  font-size:1.75em;
}

h1.headermain span {
  font-size:0.45em;
  color:#bbb;
}

h1.headermain span p {
  margin-bottom: 0;
}

.headermenu {
  color:#ccc;
  margin-right:15px;
}

/* Navbar */

.navbar {
  border:none;
  margin:0;
  display: none;
}

.navbar .breadcrumb .sep {
  font-size:0.8em;
  padding:0 5px;
}
/* Content */

/*
#content {
  margin:0 11px;
  background: #fff;
  padding:10px 0 25px;
}
Nikhil - Changed background, margin and padding
*/

#content {
  padding:0 20px;
  *padding:0 10px;
  background: #EEF7F9 url('images/content-bg.gif') repeat-x center top;
  border-top:1px solid #EEF7F9;
}

#site-index #content,
#course-view #content {
  padding-top:0;
}

.sitetopic {
  border:none;
}

h2.headingblock {
  /*background:#f2f2f2;*/
  border-width:0;
  padding:4px 5px 2px;
}

/* Sideblocks */

.sideblock .header {
  /*padding:7px 8px 0;*/
  border:none;
  background-color: #DCEEF2;
  /* background:url(images/sideblock_t.jpg) no-repeat 0 0; */
}

.sideblock .title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#02235e;
  font-weight: normal;
  padding-top: 10px;
}

.sideblock .content {
  background:#dceef2;
  border-width:0 1px 0 1px;
  border-color:#e3e3e3;
  padding-bottom: 0 10px 10px 10px;
}

.sideblock {
  /*background:url(images/sideblock_b.jpg) no-repeat 0 100%;*/
  background-color: #DCEEF2;
  border: 1px solid #ABD4DE;
  padding-bottom:11px;
  margin-bottom: 10px;
}
iframe {
border: 0px solid #ffffff;
}
/*
.block_login .header {
  background:url(images/sideblock-y_t.jpg) no-repeat 0 0;
}
Nikhil - remove yellow background from login
*/

.block_login .header {
}

/*
.block_login .content {
  background:#fcfed9;
  border-color:#ebedc8;
}
Nikhil - remove yellow background from login
*/

.block_login .content {
}

/*
.block_login {
  background:url(images/sideblock-y_b.jpg) no-repeat 0 100%;
}
Nikhil - remove yellow background from login
*/

.block_login {
}

#right-column .hidden .header,
#left-column .hidden .header {
  border-bottom:none;
}

#left-column .hidden {
  padding-bottom:11px;
}

.sideblock .title .commands {
  padding-bottom:5px;
}


.sideblock,
.block_adminblock {
  width:200px;
}
/*Nikhil - adjust the width of sideblocks


.sideblock,
.block_adminblock {
  width:202px;
}
*/
/*
Nikhil - Sideblock Modifications Start
*/
.sideblock .content .login-text,
.sideblock .content .text-area{
  margin: 10px 0;
  width: 158px;
  color: #666666;
}

.sideblock .content .login-label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
}

.sideblock .footer div,
.sideblock .footer{
	text-align:left;
}

.sideblock .footer div a,
.sideblock .footer a, a.blue
{
	color:#0069A4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer div a:hover, .sideblock .footer a:hover, a:hover.blue{text-decoration:underline}

.submit-btn{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	display:inline;
	margin:0 0 0 0px;
	overflow:hidden;
	padding:0;
	/*vertical-align:middle;*/
	cursor:pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top:0px;
	}

.submit-btn .btn-left,
.btn-link .btn-left{
	display: block;
	background-image: url("images/button-bg.png");
	background-position:right top;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
	font-weight:normal;
}

.submit-btn .btn-right,
.btn-link .btn-right{
	display: block;
	background-image: url("images/button-bg.png");
	background-position:left top;
	line-height:15px;
	margin:0 0 0 -10px;
	padding:5px 0 7px 10px;
	font-weight:normal;
}


.big-btn{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	text-decoration: none;
	display: table-cell;
	*display: inline-block;
	margin:0 10px 0 -4px;
	overflow:hidden;
	padding:0;
	vertical-align:middle;
	cursor:pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
}

.bigbtn-left{
	display: block;
	background-image: url("images/button-large.gif");
	background-position:right top;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
}

.bigbtn-right{
	display: block;
	background-image: url("images/button-large.gif");
	background-position:left top;
	line-height:29px;
	margin:0 0 0 -10px;
	padding:5px 0 7px 10px;
	font-weight:normal;
}

.btn-link{
	display: table-cell;
	*display: inline-block;
	text-decoration: none !important;
	color: #FFFFFF !important;
	font-size: 14px;
}

/**
	Nikhil - Classes For User Info Block, Static Pages Starts
*/
#resource{
	/*padding: 10px;*/
	padding: 0px 10px;
}

#resource a.autolink{
	text-decoration: none;
	background: none;
}

#resource .content_data a{
	color: #0069A4;
}

#resource .content_data h3{
	font-size: 15px;
	color: #333333;
	margin:0px;
}

#resource .content_data p{margin:5px 0;}

#resource .bullet_tick li, .bullet_tick li, .level_details ul li{
	list-style-image: url('images/image_tick.gif');
	/*font-size: 12px;*/
	color: #333333;
	font-size:11px !important;
}

.user_thumb{
	width: 75px;
	float: left;
	padding: 5px;
}

.user_info,
.content_data{
	padding-top: 10px;
	font-size: 11px;
	color: #333333;
}

#middle-column h2,
.user_info h2,
#resource .content_heading,
#resource .content_heading a, .recommended_lesson .content_heading
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #02235E;
}
#resource .content_heading{
	font-size: 18px;
	font-weight: normal;
}
#middle-column p{
font-size:11px !important;
font-weight:normal;
}
#middle-column h2{
	display: block;
}

.user_info h2{
	display:table-cell;
	*display:inline-block;
	margin: 0;
	padding: 0;
}

.user_info ul li{
	display: table-cell;
	*display: block;
	float: left;
	list-style: none;
	padding: 0 1px;
	line-height:12px;
	color:#333;

}

.user_info ul li a,
.forumpost .commands a,
.forumpost .footer a
{
	color: #0069a4;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/**
	Nikhil - Classes For User Info Block, Static Pages Ends
*/

/*
Sideblock Modifications End
*/
/* 2.0 ************************

.weeks-format #left-column,
.weeks-format #right-column,
.topics-format #left-column,
.topics-format #right-column {
  width: 200px;
}

.weeks-format #middle-column ,
.topics-format #middle-column {
  margin: 0 210px 0 210px;
}

******************************/

.sideblock .minicalendar,
.sideblock .filter table,
.block_course_summary .header,
.block_course_summary .content,
.block_course_summary {
  background: none;
  border: none;
}

.block_calendar_month .minicalendar {
  font-size:11px;

}
.block_calendar_month .minicalendar th{font-weight:normal;}
.block_calendar_month .minicalendar {margin-top:0px; margin-bottom:0px;}
.block_calendar_month .minicalendar td {line-height:12px;}
.block_calendar_month .minicalendar td a{ line-height:11px;}
.block_calendar_month .minicalendar td.event_course{padding:0px;}

.block_online_users .info {
  padding-bottom: 3px;
}



/** Simpler sideblocks without curvy corners **

.sideblock .header {
  background:url(images/sideblock.jpg) repeat-x 0 0;
  border-color:#EFF0F1;
  padding:5px 7px 2px;
  color:#444;
  font-size:1em;
}

.sideblock .content {
  border-color:#EFF0F1;
  background:none;
  border-top-width:2px;
}

*/

.sideblock-btn{
	padding: 0;
	margin: 0 0 10px 0;
}

.sideblock .listing{
	padding: 0;
	margin: 0;
}

.sideblock .content .listing li{
	border-bottom: solid 1px #CEE0E5;
	list-style: none;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 182px;
	float: left;
	clear: both;
}
.sideblock .content .listing li.blue a{ color:#0069A4;}
.sideblock .content .listing li img{
	float: left;
	margin-right: 5px;
}

.sideblock .content .listing.bullet li{
	background: url("../../theme/anomaly/images/icon_parloNews.gif") no-repeat center left;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left:16px;
}

.sideblock .content .listing.bullet.news li{
	background: url("../../theme/anomaly/images/icon_parloNews.gif") no-repeat center left;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left:16px;
}

.sideblock .content .listing.bullet li .footer{
	padding-left: 10px;
}

.sideblock .content .listing.bullet li .footer a{
	font-size: 11px;
}
.listing.bullet li .footer a:hover{text-decoration:underline;}

/*
.sideblock .listing li.email{
	margin-left: 18px;
	list-style-image: url('images/image_mail.jpg');
}

.sideblock .listing li.phone{
	margin-left: 18px;
	list-style-image: url('images/image_phone.jpg');
}
*/
.sideblock .content .listing .last
{
	border-bottom: none;
}

.sideblock .text-area{
	padding: 0;
	height: 84px;
	overflow-x: hidden;
}

.sideblock li {
  line-height:1.5;
}

.sideblock .content hr {
  background:#eff0f1;
  border-color:#eff0f1;
}



#right-column .sideblock {
  margin-right:0;
  margin-left:10px;
}
/* Calendar */

.sidecalendar .sideblock,
.sidecalendar .sideblock .header {
  background:none;
}

/* User */

.userinfobox {
  border:none;
}
/*Archana updated on oct 22 for background color
.userinfobox .content {
  border:1px solid #ddd;
  background:#f2f2f2;
}
*/
.userinfobox .content {
  border:1px solid #FFF;
  background:#c9e5eb;
}


/* Course */

.coursebox {
  border-width: 0 0 1px 0;
  padding-bottom:10px;
}

.categorybox {
  border:none;
}
.coursebox .info {
  width:35%;
}

.coursebox .summary {
  width:55%;
}

.coursebox .teachers {
  padding-left: 1.5em;
}

.courseboxes {
  width:60%;
  margin: 0 auto;
}

/*
#intro {
  background:#f2f2f2;
}
Nikhil - remove forum title background
*/

#intro {
}

#intro a.autolink{
	background: transparent;
	color: #02235E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration: none;
}


/* Forums */

/*
.forumpost {
  border-width:0;
}
Nikhil - Border is needed for the forumpost table
*/

.forumpost td.left {
  background:none;
}

/*
.forumpost td.content {
  border-width:1px 0 2px 0;
  border-style:solid;
  padding-top:10px;
}
Nikhil - Remove border from forum content
*/
.forumpost td.content {
}

.forumpost .topic {
  background:#f2f2f2;
}
/*
.forumpost .topic.starter {
  background:#ddd;
}
Nikhil - Remove Forum Topic Background Color
*/
.forumpost .topic.starter {
  background:transparent;
}

.forumpost .topic.starter .subject {
  font-size:1.2em;
}

/* Tables */

/* Tables */

.generaltable {
  border-color:#fff;
  border-style:solid;
  border-width:1px 1px 0 0;
}

table.generaltable tr th.header{
font-size:11px;
font-weight:bold !important;
padding:5px 7px !important;
text-align:left !important;
}


.generaltable #group-usersummary ul{
margin:0 0 0 20px;
padding:0;
}


#participants th,
.quizattemptsummary th,
.course-report-outline th,
#admin-report-security-index th,
#admin-roles-override th,
#admin-roles-assign th,
#admin-blocks th,
#admin-modules th,
#grade-edit-scale-index th,
#enrol th,
#course-category th,
.editcourse th,
#admin-roles-allowoverride th,
#admin-roles-manage th,
#admin-roles-allowassign th,
#mod-wiki-index th,
#mod-survey-index th,
#mod-scorm-index th,
#mod-resource-index th,
#mod-glossary-index th,
#mod-data-index th,
#mod-chat-index th,
#mod-choice-index th,
#mod-assignment-index th,
#mod-lesson-index th,
#mod-quiz-index th,
#admin-user th,
.user-grade th,
.logtable th,
.mod-forum .generaltable th,
.forumheaderlist th,
.results th {
  color:#fff;
  /* border-bottom:2px solid #111; */
  padding:0 4px;
}

#participants th a,
#admin-user th a {
  color: #fff !important;
}

#categoryquestions th,
#mod-quiz-edit th,
#itemanalysis th,
#attempts th,
.course-report-participation th,
#tag-management-list th {
 /* background:#eee;*/
  background:#015486;

  border-bottom:2px solid #999;
}

/*
#participants td,
.quizattemptsummary td,
.course-report-participation td,
.course-report-outline td,
#admin-report-security-index td,
#admin-roles-override td,
#admin-roles-assign td,
#admin-blocks td,
#admin-modules td,
#grade-edit-scale-index td,
#enrol td,
#course-category td,
.editcourse td,
#admin-roles-allowoverride td,
#admin-roles-allowassign td,
#admin-roles-manage td,
#admin-user td,
#tag-management-list td,
#mod-wiki-index td,
#mod-survey-index td,
#mod-scorm-index td,
#mod-resource-index td,
#mod-quiz-index td,
#mod-lesson-index td,
#mod-glossary-index td,
#mod-data-index td,
#mod-chat-index td,
#mod-choice-index td,
#mod-assignment-index td,
.mod-forum .generaltable td,
.forumheaderlist td {
  border-width:0 1px 0;
  border-color:#ddd !important;
  border-style: solid;
}

Nikhil - Remove .forumheaderlist td from the style

*/

#participants td,
.quizattemptsummary td,
.course-report-participation td,
.course-report-outline td,
#admin-report-security-index td,
#admin-roles-override td,
#admin-roles-assign td,
#admin-blocks td,
#admin-modules td,
#grade-edit-scale-index td,
#enrol td,
#course-category td,
.editcourse td,
#admin-roles-allowoverride td,
#admin-roles-allowassign td,
#admin-roles-manage td,
#admin-user td,
#tag-management-list td,
#mod-wiki-index td,
#mod-survey-index td,
#mod-scorm-index td,
#mod-resource-index td,
#mod-quiz-index td,
#mod-lesson-index td,
#mod-glossary-index td,
#mod-data-index td,
#mod-chat-index td,
#mod-choice-index td,
#mod-assignment-index td,
.mod-forum {
  border-width:0 0px 1px 1px;
  border-color:#fff !important;
  border-style: solid;
}


.forumheaderlist .discussion .starter {
  background:none;
}

.quizattemptsummary .r1 .cell,
.course-report-participation .r1 .cell,
#admin-report-security-index .r1 .cell,
#admin-roles-override .r1 .cell,
#admin-blocks .r1 .cell,
#admin-modules .r1 .cell,
#grade-edit-scale-index .r1 .cell,
#enrol .r1 .cell,
#admin-roles-allowoverride .r1 .cell,
#admin-roles-allowassign .r1 .cell,
#admin-roles-manage .r1 .cell,
#admin-roles-assign .r1 .cell,
#admin-user .r1 .cell,
#tag-management-list .r1 .cell,
#mod-wiki-index .r1 .cell,
#mod-survey-index .r1 .cell,
#mod-scorm-index .r1 .cell,
#mod-quiz-index .r1 .cell,
#mod-lesson-index .r1 .cell,
#mod-glossary-index .r1 .cell,
#mod-data-index .r1 .cell,
#mod-chat-index .r1 .cell,
#mod-choice-index .r1 .cell,
#mod-assignment-index .r1 .cell,
.mod-forum .generaltable .r1 .cell,
.forumheaderlist .r1 {
  background:#bedce6;
}

/* Login */

.loginbox {
  margin-bottom: 0;
  padding-bottom: 15px;
}

/* Modules */

#mod-forum-search #wrapper-br {
	padding-bottom: 21px;
}

#mod-forum-search .generalbox {
  padding-bottom: 0;
  margin-bottom: 0;
}

#mod-forum-search #content {
  padding:0 5% 20px 5%}

/* Footer */

#footer {
  margin:0 !important;
  color:#ccc;
  background-color: #015687;
  /*  height added by Archana 5/10/09 */
  height:40px;
}
/*
Archana - Removed footer classes which are no-longer required
#footer-logo {
  float:left;
  padding-left:20px;
  line-height: 0;
}

#footer-loggedinas {
  float:right;
  padding-right:20px;
}

#footer-helplink {
  font-size: 0.8em;
  float: left;
  padding-left: 15px;
  line-height: 1em;
  padding-top: 3px;
}

#footer-helplink img {
  margin-bottom: 5px;
}


/* added copyright class by Archana 5/10/09 */

#footer-copyright {
  padding-top:13px;
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;

}

/* added copyright class by Archana 5/10/09 */

.linkback {
  font-size:10px;
  margin:0 5% 20px;
  text-align:right;
}

.linkback {
  display:none;
}

#site-index .linkback,
#course-view .linkback,
#course-index .linkback,
#user-view .linkback,
#login-index .linkback {
 /* display: block;*/
}

/* Message Popup */

body.message {
  background: #fff;
}

body.message div {
  background-image: none !important;
}

body.message #page {
  margin: 0;
}

body.message #footer {
  display: none;
}

/* Various Hacks */

#theme-index #page {
  min-width: 900px;
}

.admin #page {
  min-width: 700px;
}

.reportlink {
  margin:0 0 20px;
}



/* Nikhil - Classes for Charts End */



/* Classes for Contact Us Form Start */
.cflite {
background-color:#DCEEF2;
font-size:1.3em;
font-weight:normal;
text-align:left;
width:500px;
padding:10px 0px 5px 0px;
}

.cflite table{
margin-left:15px;
}

.cflite td {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 0px;

}
.cflite h2{
color:#02235E;
font-size:16px;
font-weight:normal;
margin:0px;
}
.cflite .txtfield_w{width:320px; background:#fff; border:1px solid #7f9db9;}
.cflite .select_w{width:324px;}
.mandatory{color:#ff0000;}
.column_w{width:80px; text-align:left;}

/*Classes for Contact Us Form End */
.paddiv{padding:0px 0px 10px 0;}
.margindiv{width: 202px; margin-left:10px;}
/*.padLB{padding:0px 0px 10px 10px;}*/
.btn-width{width:202px; text-align:center}
.btn-blue{padding:0px 0px 10px 10px;}
.btn-blue .bigbtn-left{background:url(images/button-large-blue.gif) top right; }
.btn-blue .bigbtn-right{background:url(images/button-large-blue.gif) top left; }


/* Nikhil - Override default styles */

.sideblock .head, .sideblock .info, .sideblock .event{
	font-size: 11px;
}

.boldtext{
	font-weight: bold;
	padding-bottom: 5px;
}

.sideblock .bottomborder{
	border-bottom: 1px solid #ABD4DE;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#resource .image_description{
	width: 345px;
	margin-right: 15px;
}

#resource .image{
	width: 145px;
}

#resource .image_description,
#resource .image
{
	float: left;
}

#resource .content_separator{
	border-bottom: 1px solid #ABD4DE;
	margin: 10px 0;
}

/*Added Classes for My Courses Block Start */

.treeview{
margin: 0;
padding: 0;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
/*margin: 0;
padding: 0;*/
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(/moodle/pix/i/open.gif) no-repeat left center;
list-style-type: none;
/*padding-left: 22px;
margin-bottom: 3px;*/
padding-left: 20px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(/moodle/pix/i/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
display: table-cell;
*display: block;
*float: left;
*clear: left;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin: 0;
padding: 0;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
background:transparent url(/moodle/theme/anomaly/images/bullet.jpg) no-repeat scroll left center;
padding-left: 15px;
}

/*Added Classes for My Courses Block End */

/* Nikhil - Search Block CSS Starts */
.searchblock{
	padding: 10px 0 10px 0px;
	/*width: 202px;*/
}
.searchblock form{margin-right:0px;}

.search_text{
	border: solid 1px #7f9db9;
	background-color: #fff;
	width: 113px;
	margin-right: 5px;
	padding: 3px 5px;
	height:18px;
	*height:20px;
}
.recommended_lesson{
       width: 520px;
}

.recommended_lesson .lessonimg{
       width: 160px;
	 /* width:120px;*/
}

.recommended_lesson .lessondetails{
       width: 310px;
	   padding-left:10px;
	   font-weight:normal;
}
.lessondetails p{margin:0; }

.recommended_lesson .content_data h3{
       margin: 0 0 5px 0;
}
.leftfloat{float:left}
/* Nikhil - Search Block CSS Ends */
#layout-table #left-column{border:0px;}
/*.generaltable td{border-color:#fff; border-width:0px 0px 1px 1px; border-style:solid}*/
.generaltable th{border-color:#fff; border-width:0px 0px 1px 1px; border-style:solid}


.sideblock .content .bullet_type{padding:0px 0px 0px 10px; margin-top:0px; }
.sideblock .content .bullet_type li{
	background: url("../../theme/anomaly/images/bullet2.jpg") no-repeat top left;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	list-style:none;
	padding:0px 0px 0px 15px;
	color:#999;
}

.sideblock .content .bullet_type .selected{
	font-weight:bold;
}

.bullet_type li a:link, .bullet_type li a:active, .bullet_type li a:hover, .bullet_type li a:visited {color:#0069A4; font-family:Helvetica, Arial, sans-serif; text-decoration:none;}
.bullet_type li a:hover{text-decoration:underline}

.spacenil{padding-top:5px; padding-bottom:0px;}
/*icon image for announcement*/
.sideblock .content .listing.bullet li.announcement{background: url("/theme/anomaly/images/icon_Announcement.gif") no-repeat top left; padding:2px 5px 0px 15px; width:168px;}
.sideblock .content .listing.bullet li.announcement a:hover{text-decoration:underline;}
/*icon image for technical support*/
.sideblock .content .listing li.tsupport{background: url("/theme/anomaly/images/icon_technicalSupport.gif") no-repeat top left; padding:0 5px 3px 15px; width:162px;}
.sideblock .content .listing li.tsupport a{color:#0069A4;}
/*icon image for word of a day block*/
.sideblock .content .listing.bullet li.wordofday{background: url("/theme/anomaly/images/icon_wordOfTheDay.gif") no-repeat top left; padding:0 5px 7px 25px; width:155px;}
.sideblock .content .listing.bullet li.wordofday p {margin:0;}
/*icon image for lingo bus. news*/
.sideblock .content .listing li.pnews{background: url("/theme/anomaly/images/icon_parloNews.gif") no-repeat top left; padding:0px 5px 5px 25px; width:150px;}
.sideblock .content .listing li.pnews a:link, .sideblock .content .listing li.pnews a:active, .sideblock .content .listing li.pnews a:hover, .sideblock .content .listing li.pnews a:visited{color:#0069A4;}
.sideblock .content .list li.wordofday a{color:#0069A4}
#site-index #content, #course-view #content, #mod-resource-view #content{*padding-top:10px;}
.padL6{padding-left:6px;}
#resource a:link, #resource a:active, #resource a:hover, #resource a:visited{color:#0069A4;}
.list li a:link, .list li a:active, .list li a:hover, .list li a:visited{color:#0069A4;}
.admintree a:link, .admintree a:active, .admintree a:hover, .admintree a:visited {color:#0069A4;}

.heightdiv{clear:both; padding-top:17px;}
.score_heightimg{height:150px;}
/*css for charts starts*/
.chart{/*width: 255px;*/ width:263px; float:left;/*margin: 5px;*/border: solid 1px #AED5DF; background:#dceef2;}
.chart h2{font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #003366;padding: 10px 0 0 10px;}
.chart .btn-link{float:right; font-weight:normal;}

.chart .chart_image{float:left; height:155px; }
.chart form{margin:0px; padding:0px;}
#score_chart, #ca_participant{margin-right:8px;}
#score_chart .chart_image{width:125px;  float:left; height:175px;}
#score_chart .chart_options{width:125px; float:left;  height:100px; padding:0px 0px 0px 0px;}
.chart .level_select{padding:0px 0px 0px 5px; text-align:right}
.level_select select{margin-bottom:5px;}
#score_chart .legenddiv ul, #ca_participant .legenddiv ul,{padding:0px 0px 0px 20px;}
.chart_options select {width:105px;}
.legenddiv ul{margin:0px; padding:10px 0px 0px 5px;}
.legenddiv ul li{list-style:none; padding:0px 0px 0px 15px; font-size:11px;}
.legenddiv ul li.speaking{background:url(images/speaking.jpg) center left no-repeat; text-transform:capitalize;}
.legenddiv ul li.listening{background:url(images/listening.jpg) center left no-repeat; text-transform:capitalize;}
.legenddiv ul li.vocabulary{background:url(images/vocabulary.jpg) left no-repeat; text-transform:capitalize;}

.chart .view_details{ padding:10px 10px 10px 0px; float:right}
#score_chart .chart_content{ height:170px;}
#progress_chart .view_details {padding-top:5px;}

#progress_chart select{margin-right:5px;}
#progress_chart .chart_image{width:250px; height:155px;}
#timespent_chart{/*width:520px;*/ width:537px; margin:7px 0px; clear:both;}
#timespent_chart .chart_image{ width: 380px;}
#timespent_chart select{margin-right:5px;}
#timespent_chart ul{text-align:right; padding-right:5px;}
#timespent_chart .legenddiv ul{float:right; padding-left:0; text-align:left !important; color:#000000;}
#timespent_chart .legenddiv ul li{ line-height:15px; padding:0px  !important; clear:both; font-weight:normal; margin:0  !important; text-align:left !important;}
#timespent_chart .legenddiv ul li strong{text-align:left; font-weight:normal; width:65px; float:left; text-transform:capitalize;}
.legenddiv ul li span{float:left; display:block; width:43px;}


/*Company admin Charts*/
.ca h2{float:left; }
.right_col{ float:left; width:140px;}
.left_col{float:left; width:112px;}
#ca_participant .chart_options{width:120px; padding:10px 5px 0 0; }
#ca_participant .chart_options select{width:100px;}
#ca_participant .chart_image{width:125px;  float:left; height:175px; }
#ca_participant .level_select {text-align:left}
#ca_participant .legenddiv ul{margin:0; padding:20px 0 0 5px}
#ca_participant .chart_image{height:130px;}
#ca_participant .view_details{width:112px;}
#ca_participant h2, #ca_engagement h2{margin:0; padding:10px 0 0 10px}
#ca_participant .chart_content{height:205px;}
#ca_progress_chart{/*width:520px;*/ width:537px; margin:7px 0px; clear:both;}
#ca_progress_chart h2{margin:0; float:left}
#ca_progress_chart .chart_options{padding:10px 10px 0 0;}
#ca_progress_chart .level_select select {margin-left:7px;}
#ca_progress_chart .divider{border-top:1px solid #cbe2e8; width:500px; height:5px; margin:0 0 0 10px ; font-size:0px; clear:both; }
#ca_progress_chart .row{clear:both; padding:10px 0px 10px 5px; margin-bottom:5px; float:left; width:530px; }
#ca_progress_chart .row .leftgraph{width:249px; float:left; border-right:1px solid #cbe2e8; height:150px;}
#ca_progress_chart .row .leftgraph .imgdiv{width:125px; float:left;  height:140px; }
#ca_progress_chart .row .rightgraph .imgdiv{width:240px; float:left;  height:140px; padding:0px 0px;}
#ca_progress_chart .legenddiv{float:left}
#ca_progress_chart .legenddiv ul{padding:35px 0 0 5px;}
#ca_progress_chart .legenddiv_time{float:left; padding:0 0 0 10px;}
.legenddiv_time p{font-size:11px; font-weight:bold; margin:0px; padding:0 0 5px 0}
#ca_progress_chart .legenddiv_time li{list-style:none; font-size:11px;}
#ca_progress_chart .legenddiv_time ul{padding:0px 0 0 0px; margin:0; text-align:left !important;}
#ca_progress_chart .row .rightgraph{width:245px; float:left; padding:0 0 0 5px}
#ca_progress_chart .img_timespend{width:380px;  height:170px; float:left}
#ca_progress_chart .view_details{padding-bottom:0px;}

#ca_progress_chart .legenddiv_time p{font-weight:bold;}
#ca_progress_chart .legenddiv_time ul li strong{float:left; font-weight:normal; text-align:left; width:65px; text-transform:capitalize;}




#ca_engagement h2{float:left}
#ca_engagement .chart_options{padding:0;}
#ca_engagement .level_select_up{padding:10px 0px 0px 0; clear:both;   float:left; }
#ca_engagement .level_select{padding:0 0px 0 0;  float:left; clear:both; width:258px; margin-left:-5px;}
#ca_engagement .date_sel input {width:52px; margin:0 0 0 0px; font-size:9px; font-family: Helvetica, Arial, sans-serif; background:#fff; border:1px solid #7F9DB9;}
#ca_engagement .date_sel p{float:left; margin:0}
#ca_engagement .date_sel p span {padding:0px 5px 0 10px;}
#ca_engagement .date_sel p img{border:0; margin:1px 0 0 8px; vertical-align:top;}
#ca_engagement .date_sel p a{outline:none;}
#ca_engagement .image_div{height:110px; width:250px; padding:5px 0 0 0px;  clear:both;}
#ca_engagement .image_div img{border:none;}
#ca_engagement select { margin-left:5px; width:105px;}


/*css for results page*/
.generalbox ol li a:link, .generalbox ol li a:active, .generalbox ol li a:hover, .generalbox ol li a:visited {color:#0069A4;}
.generalbox ol li{padding:5px 0px;}

#middle-column h2{ clear:both; margin-top:0px; margin-bottom:5px;}
/*style for additional resources*/
.add_resources{padding:0px 10px 0px 10px;}
.add_resources ul{margin:0px; padding:0px;}
.add_resources ul li{list-style:none; padding:2px 10px 20px 35px; font-size:11px;}
.add_resources a:link, .add_resources a:active, .add_resources a:hover, .add_resources a:visited{color:#000; text-decoration:none;}
.add_resources a:hover{text-decoration:underline}
.add_resources ul li.link{background:url(images/link.png) top left no-repeat;}
.add_resources ul li.doc{background: url(images/doc%20rtf.png) top left no-repeat;}
.add_resources ul li.xls{background: url(images/xls.png) top left no-repeat;}
.add_resources ul li.ppt{background: url(images/ppt.png) top left no-repeat;}
.add_resources ul li.pdf{background: url(images/pdf.png) top left no-repeat;}
/*end*/
.marginR8{margin-right:8px;}
#middle-column iframe{margin:10px 0px;}
.pagination a, .pagination span{float:left}
.pagination a:link.active, .pagination a:active.active, .pagination a:hover.active, .pagination a:visited.active {text-decoration:underline; font-weight:bold;}
.pagination a, .pagination span{padding:5px 5px 0 5px;}
.pagination a{text-decoration:none; color:#0069A4;}
.pagination a:hover{text-decoration:underline}
/*table style*/
.subheader { background:#9fc4d4; }
.logtable th.txt_center {text-align:center;}
.level_divs, .tbl_div, .report_participation, .engagement_div {width:100%; float:left;}
.tbl_div{margin:0 0 20px 0; clear:both; border:1px solid #abd3dd; padding:1px; background:#d0e8ed;}
.tbl_div table{ clear:both;}
.tbl_div th{ text-align:center}
tr.score_row{background:#c5e0e9; text-transform:capitalize;}
tr.lesson_row{background:#9fc4d4;}
tr.lesson_row td{text-align:center; font-weight:bold;}
.tbl_div .bdr_right{border-right: 1px solid #b1d1de}
.tbl_div .tbl_total {margin-top:1px;}
.tbl_div .tbl_total th{background:#9fc4d4; color:#000; text-align:center; }
.tbl_total th.subheader{background:#C5E0E9; text-transform:capitalize;}
.tbl_div .tbl_total, .tbl_div td.scores{background:#e0eff2}

.tbl_div .tbl_total th.total{background:#015486; color:#fff; text-transform:capitalize;}
.tbl_div td{text-align:center}
.tbl_div .tbl_total td.total{font-weight:bold; color:#005588;}
.username_div, .level_number { float:left; width:100%}
.level_divs .username_div span {color:#005485; font-size:14px; padding:5px 10px; display:block; font-weight:bold;}
.level_divs .level_number {float:left; padding:5px 10px 2px 5px;}

.level_divs .pagination{float:left; margin-left:15px;}
.level_divs .level_number p {float:left;}
.level_divs .level_number p.level_num {font-size:14px;  font-weight:bold !important;}
.level_number ul {margin:0; padding:0 10px 0 0; float:right}
.level_number ul li {list-style:none; float:left; padding:0 0 0 10px;}
.level_number ul li span {color:#005485; font-size:14px; padding:0 3px; font-weight:bold;}

.level_details{padding:10px 0}
.level_details p{margin:0; font-size:11px; color:#333333;}
.level_details h3 {margin:0 0 5px 0px; font-size:14px;}
.lessondetails h3 {font-size:14px;}
.lessondetails ul {margin:10px 0 5px 0; padding-left:25px;}
.level_details td { padding:0 10px 0 0; font-size:1.2em;}



/*logtables*/
.logtable th.srno, .logtable td.srno {width:36px;}
.logtable td a {color:#0069A4;}
.logtable tr.r1 {background:#bedfe7;}

.logtable th.attended {background:#ffb400;}
.logtable th.not_attended {background:#eb4c06;}
.participation_details .logtable {border-bottom-width:1px; }
.participation_details .logtable td {border-bottom-width:0px;}
.participation_details .logtable td.heighlight {color:#005485; font-weight:bold; vertical-align:top; }
.participation_details .logtable tr.sub_total { background:#c3dee7;}
.participation_details .logtable tr.sub_total td {color:#005485; font-weight:bold;}
.participation_details .pagination{float:right; padding:5px 0 0 0;}
.participation_details .pagination a {padding:3px;}
.participation_details .pagination a.current {font-weight:bold; color:#005485;}
.participation_details .pagination a.next { color:#005485;}
/*tables*/
table.generalbox, table.generalbox th  {  border-style:solid; border-color:#fff; border-width:1px 1px 0 0; }
table.generalbox th { border-width:0 0 1px 1px; }

table.engagement { border-bottom-width:1px; border-left-width:1px; border-right-width:0px; }
table.engagement td {border:0; border-right:1px solid #fff;}
table.engagement th {border:0; border-right:1px solid #fff;}
table.engagement tr.sub_total { background:#c3dee7;}
table.engagement tr.sub_total td {color:#005485; font-weight:bold;}
.engagement_div .tbl_div {margin:0;}

.authsui table.generaltable th, .authsui table.generaltable  {border-color:#000;}
.authsui table.generaltable th {background:#015486; color:#fff; }

/*All Lessons */
.all_lesson {width:525px; float:left}
.all_lesson ul {list-style:none; margin:0; padding:0;}
.all_lesson ul li {padding-bottom:15px; float:left}
.all_lesson h3 {font-size:14px; color:#02235e; margin:10px 0 10px 0;}
.all_lesson ul li div {float:left; padding-right:10px;}
.all_lesson ul li div.imgdiv{float:left; text-align:left; width:160px;}
.all_lesson ul li div.txtdiv {width:310px; /*font-size:1.1em;*/ color:#000;}
.all_lesson ul li div p {margin:5px 0; font-size:1.1em;}
.all_lesson ul li div a {color:#333; font-size:12px; font-weight:bold;}

.lessondetails .paddiv { padding-top:10px;}
.level_divs h3 { float:left; margin:3px 0 0 0;} 
.level_name select {margin-left:5px; margin-right:5px; width:105px;}
.level_name label {padding:3px 0 0 10px; margin:0; display:block;  float:left}

.level_divs .supportdiv{width:100%; float:left; text-align:right;}

.level_divs .supportdiv .pagination {float:right; text-align:right;}
.level_divs .supportdiv .pagination .paging{float:right; text-align:right; width:auto;} 
.level_divs .pagination a {padding:0 2px; color:#005485; float:none;}
.level_divs .pagination a.active {color:#333; font-weight:bold;}
.level_divs .pagination span {padding:0 1px; color:#005485; float:none;}




.supportdiv .pagination {float:right; text-align:right;}
.supportdiv .pagination .paging{float:right; text-align:right; width:auto;}
.supportdiv .pagination a {padding:0 2px; color:#005485; float:none;}
.supportdiv .pagination a.active {color:#333; font-weight:bold;}
.supportdiv .pagination span {padding:0 2px; color:#005485; float:none;}



.pagination {clear:both; float:right;}
.report_participation .tbl_div {margin-bottom:0;}
.report_participation .pagination, .engagement_div .pagination {clear:both; zoom:1; padding-top:10px;}
.report_participation .supportdiv, .engagement_div .supportdiv{  clear:both; background:#cfc;}
.engagement_div {padding-bottom:15px;}

.level_divs p {float:right; margin:0 0 5px 0;}
h2.wod { color:#02235e; font-size:1.2em; }
.sideblock .content h2.wod {margin:0 0 0 0;}
.img_wod{float:left; width:35px;}
h3.wod {margin:5px 0; color:#333; font-size:1.1em; clear:both;}
div.wod {float:left; width:190px;}
.wod_content {float:left; width:150px !important;}
.wod_content p {margin:2px 0 7px 0; clear:both;}
a:link.blue, a:active.blue, a:hover.blue, a:visited.blue{color:#0069A4;}
.wod_content a:link, .wod_content a:active, .wod_content a:hover, .wod_content a:visited  {text-decoration:underline;/* color:#0069A4;*/}
.wod_content a:hover {text-decoration:none;}
.wod_content a.blue {text-decoration:none;}
/*wod block*/
.wod_block {border:1px solid #AED5DF; float:left; padding:10px; width:90%; background:#e4f2f5; margin-bottom:15px;}
.wod_icon {float:left; width:30px; padding:5px;}
.wod_block_content {float:left; /*width:450px;*/ width:85%; text-align:left;}
.wod_block_content p.word {color:#02235e; font-size:1.2em; margin:0px; font-weight:bold;}
.wod_block_content p.word_pro {font-size:1.1em; margin:6px 0;  font-weight:bold; color:#333;}
.wod_block_content p {margin:0 0 5px 0; text-align:left}
.wod_block_content p a {color:#0069A4; }
/**/
.lessondetails_block p {font-size:1.1em; margin:0 0 5px 0;}
.lessondetails_block p.title {font-weight:bold;}
.font_11, p.welcome_note{font-size:1.1em;}
p.welcome_note {margin-top:0;}
/*contact form css for validation*/
.LV_validation_message{
		font-weight:bold;
		margin:0 0 0 5px;
		display:block;
	}

	.LV_valid {
		display:none;
	}

	.LV_invalid {
		color:#CC0000;
	}

	/*.LV_invalid_field,
	input.LV_invalid_field:hover,
	input.LV_invalid_field:active,
	textarea.LV_invalid_field:hover,
	textarea.LV_invalid_field:active {
		border: 1px solid #CC0000;
	}*/

.view_details2{float:right; padding:12px 10px 10px 0px; }
.group_user{margin:0 0 0 5px;}
.logininfo .user_info ul{margin-top:10px;}
.thankyou{font-size:12px; text-align:center; line-height:16px;}
ul.daterange{margin:0; padding:0;}
ul.daterange li{list-style:none; padding-bottom:3px; text-align:right; font-size:11px;}
ul.daterange li span{color:#005485; font-size:11px; padding:0 3px; font-weight:normal;}

.editlink { float: right; font-weight: bold; }
/*css added for static pages*/
#resource h4{font-size:12px;}
.content_data h3{font-size:12px; margin:10px 0 10px 0;}
.content_data p{margin:5px 0;}
.ul_div ul {margin-left:0; padding:0;}
.ul_div ul li{padding-bottom:10px;}
ul.data_ul{margin:0; padding:0;}
ul.data_ul li{list-style:none; margin:0; clear:both; }
ul.data_ul li div{float:left}
ul.data_ul li .img_div{ width:25%; padding:0 15px 20px 0;}
ul.data_ul li .description_div{ width:70%;  padding:0 0px 20px 0;}
ul.data_ul li .description_div p {margin:5px 0;}
ul.ul_type2 li {list-style:none; background:url(images/bullet2.gif) left top no-repeat; padding:0 0 5px 15px;}
ul.ul_type2 li ul{margin:0; padding:0px; margin:5px 0;}
ul.ul_type2 li li{margin:0; padding:0 0 0 15px; background:url(images/bullet_sub.gif) left top no-repeat;}
.description_div h4, .description_div2 h4{margin:0 0 5px 0 ;}
ul.ul_type2 li ul.bullet_tick { margin-left:16px; }
ul.ul_type2 li ul.bullet_tick li { margin-left:0px; padding:0 0 6px 0px; font-size:11px;}
#resource ul.ul_type2 li .bullet_tick li{font-size:11px;}
#resource ul.ul_type2 li .bullet_tick li ul {margin-left:20px;}
#resource ul.ul_type2 li .bullet_tick li ul li {background:url(images/bullet2.gif) left top no-repeat;}
/*services*/
.description_div ul.bullet_tick li { padding-bottom:5px; }
.description_div2 { clear:both; width:95% }
#resource .content_data .description_div2 h3 { margin:25px 0 10px 0; }
#resource .content_data .description_div2 p { margin-bottom:15px; }
/*approch*/
ul.data_ul li ul.ul_arrow {padding:0 0 0 20px; margin-left:0;}
ul.data_ul li ul.ul_arrow li{background:url(images/bullet2.gif) left top no-repeat; padding:0px 0 0 15px;}
/**/
/*contact-us*/
.contact-us {float:left; width:95%; background:url(images/b100_2.jpg) top right no-repeat; height:300px;}
.contact-us ul { list-style:none; padding:0; margin:0; }
.contact-us ul li { padding:0px 0 25px 0; clear:both;}
.contact-us .location { float:left; font-weight:bold; padding:0 15px 0 0; width:120px;}
.contact-us .address { float:left; padding:0 15px 0 0; }
#resource .content_data .contact-us .address p { margin:0 0 5px 0; line-height:16px; padding:0; width:60%}
#resource .content_data .contact-us .address p span { display:block; margin:5px 0 0px 0; }
#resource .content_data .contact-us .address .telnumbers{padding-top:10px;}
#resource .content_data .contact-us .address .telnumbers p{margin-bottom:3px;}
/*investor*/

.investor_content {float:left; width:55%; line-height:16px;}
.investor_image {float:left; width:40%; padding:0 0 0 15px;}
/*courses*/
ul.ul_type_bullet { margin:0; padding:0; }
ul.ul_type_bullet li { list-style:none; margin:0; clear:both; background:url(images/bullet2.gif) top left no-repeat; padding:0 0 0 15px; }
ul.ul_type_bullet li div { float:left }
.style_ul{list-style:none; margin:10px 0 0 0; padding:0;}
.style_ul li{padding:0;}
.cources_content div { float:left }
.cources_content .img_div { width:30%; padding:0 15px 20px 0; clear:both; }
.cources_content .description_div { width:65%; padding:0 0px 20px 0; }
ul.content_tick { margin:5px 0 0 5px; padding:0; }
ul.content_tick li { background:url(images/image_tick.gif) top left no-repeat; padding:0 0 0 20px; }
ul.content_arrow { margin:10px 0 0 10px; padding:0; }
ul.content_arrow li { background:url(images/bullet_sub.gif) top left no-repeat; padding:0 0 6px 15px; }
ul.bullets { margin:10px 0 0 10px; padding:0; }
ul.bullets li { background:url(images/bullet2.gif) top left no-repeat; padding:0 0 6px 15px; }
ul.subbullets { margin:10px 0 0 10px; padding:0; }
ul.subbullets li { background:url(images/bullet_sub.gif) top left no-repeat; padding:0 0 6px 15px; }
.process_div {width:64%; text-align:center;}
#resource .content_data .process_div p {margin:8px 0;}
#resource .content_data .process_div span {margin:8px 0; display:block; background:url(images/arrow_down.gif) top center no-repeat; height:13px; }
/*Clients*/
.clients_content h4 { margin:5px 0 10px 0; }
.clients_content ul { list-style:none; }
.clients_feedback { padding:15px 0 0 0; font-weight:bold; }
#resource .content_data h3.parlo_solution { margin-top:15px; }
.home_content .bullet_tick li{padding-bottom:6px;}
.cources_content .img_div img { margin-bottom:15px; }

#selectgrouping_jump{margin-right:35px;}
#browser_os_error {font-weight: bold; color: #000; font-size: 17px; padding: 20px; margin-bottom: 30px;}

.newsblocks{border-bottom:1px solid #666; padding:10px 0; float:left; width:99%; clear:both;}
.newsblocks p {margin:3px 0; line-height:14px;}
#middle-column  .newsblocks p.title {color:#02235E; font-weight:bold; font-size:14px; margin-bottom:6px;}
.newsblocks p span {font-weight:bold;}
.newsblocks .linkdiv{float:right;}
.newsblocks .linkdiv span {padding:0 5px;}

.renewal_account {padding:10px; font-size:11px;}
.renewal_account p{margin:3px; font-size:11px;}
.renewal_account p.user_name{font-size:14px}
.renewal_account p span{}
.display_block {float:left; margin-bottom:15px;  margin-top:15px;}
.display_block ul {margin:0; padding:0; list-style:none;}
.display_block ul li {float:left; padding:15px 0; }
.description_info{ padding:10px 0;}
#middle-column p.description_info {margin-bottom:6px;}
/*alert box*/
.alert_box {background:#DCEEF2; float:left; clear:both; padding:10px; font-family:Arial, Helvetica, sans-serif; font-size:11px; border:1px solid #ABD4DE;}
.alert_box ul{padding:0; margin:0; list-style:none;}
.alert_box ul li{padding:0px 20px 22px 55px; line-height:18px; background:url(../../theme/anomaly/images/alert_icon.gif) top left no-repeat;}
.alert_box ul li p{margin:0px 0 0px 0; }
.alert_box ul li a:link, .alert_box ul li a:active, .alert_box ul li a:hover, .alert_box ul li a:visited {color:#0069A4; text-decoration:underline}
.alert_box ul li a:hover {text-decoration:none}
.alert_box  p.detected{color:#ff0000; margin:0 0 10px 0; text-align:center; }
ul.align_ul {margin:0 0 0 20px; padding:0;}
#resource ul.ul_type_bullet li h4 {font-size:13px; color:#02235E;}
.block_login .loginform input {clear:both;}
.buttondiv p{ float:right; margin-left:10px;}
.alert_box .button_div{padding:10px 20px 0 0; float:left}
/*no records div*/
#middle-column .level_divs  p.no_records  {text-align:center; font-size:14px; clear:both; float:none; padding:10px; color:#FF0000}
#middle-column .tbl_div p.thankyou {font-size:14px;  line-height:18px;}
#middle-column .tbl_div p.thankyou span {display:block; margin-top:10px;}
#audio_wrapper {padding:10px 0 10px 20px;}
#audio_wrapper h4{margin-bottom:5px; padding:0px; font-size:11px;}
#audio_wrapper .ply_div_style {padding:5px 0;}
#audio_wrapper .icon_pad_div{padding:10px 0 5px 10px;}
#audio_wrapper .tbl_div {padding:10px; width:450px; font-size:14px; color:red; clear:both; float:none}
.sucessmsg {margin:0 auto; padding-top:20px; padding-left:23%; height:300px;}
a:link.txtlink, a:active.txtlink, a:hover.txtlink, a:visited.txtlink {color:#0069A4 !important;} 
.block_testimonial a:link, .block_testimonial a:active, .block_testimonial a:hover, .block_testimonial a:visited{color:#0069A4 !important;}  
span.display_text {font-size:11px; color:#999999; display:block;}
.mform a:link, .mform a:active, .mform a:hover, .mform a:visited {color:#0069A4 !important;} 

.filtercontent{
float:left;
width:100%;
text-align:center;
padding-bottom:10px;
}

.box p{
text-align:center;
}

ul#pagination-flickr{ 
margin:0;
padding:0;
list-style-type:none;
}

ul#pagination-flickr li{
float:left;
display:block;
padding:2px;
}

ul#pagination-flickr li.active{
font-weight:bold;
}


th.header{
font-weight:bold;
font-size:11px;
}


.announcementh2{
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
color:#02235E;
padding-top:10px;
}

#wrapper-br #notice{
text-align:center;
}

.clearfix .box{
margin:5px 0 10px 0;
}

#wrapper-br #content .center{
text-align:center;
font-size:11px;
padding:10px 0;
}

#wrapper-br #content #notice span {
text-align:left;
display:block;
}

#middle-column p.errormsg{
color:#FF0000;
padding:5px 0;
text-align:center;
clear:both;
}

#thegroup a {text-decoration:none;}/***** anomaly/styles.css end *****/

/***** anomaly/styles_select.css start *****/

body {
}
/*
a:link,
a:visited,
.tabtree ul li ul li a span {
  color:#4C6B30;
}
Nikhil - Change the link font and color
*/

a:link,
a:visited,
.tabtree ul li ul li a span {
  color:#333333;
}

a:hover {
  color:#000;
}

#footer a:link,
#footer a:visited,
.headermenu a:link,
.headermenu a:visited {
  color:#697F55;
}

h2.headingblock,
.forumpost .content {
  border-color:#697f55;
}

#participants th,
.quizattemptsummary th,
.course-report-outline th,
#admin-report-security-index th,
#admin-roles-override th,
#admin-roles-assign th,
#admin-blocks th,
#admin-modules th,
#grade-edit-scale-index th,
#enrol th,
#course-category th,
.editcourse th,
#admin-roles-allowoverride th,
#admin-roles-manage th,
#admin-roles-allowassign th,
#mod-wiki-index th,
#mod-survey-index th,
#mod-scorm-index th,
#mod-resource-index th,
#mod-glossary-index th,
#mod-data-index th,
#mod-chat-index th,
#mod-choice-index th,
#mod-assignment-index th,
#mod-lesson-index th,
#mod-quiz-index th,
#admin-user th,
.user-grade th,
.logtable th,
.mod-forum .generaltable th,
.forumheaderlist th,
.results th,
.navbar,
#course-view .weeks .current td.side,
#course-view .topics .current td.side {
  background:#015486;
  padding:5px 10px;
}

/* Nikhil - Change background color for .forumheaderlist th
	Left Align text
*/
.forumheaderlist th{
	border: 1px;
	background: #C9E5EB;
	color: #1B7AAD;
	text-align: left !important;
	padding-left: 15px !important;
}

.navbar a:link,
.navbar a:visited {
  color:#fff;
}

.navbar a:hover {
  color:#000;
}

.navbar .breadcrumb .sep {
  color:#333;
}

/*
#wrapper-t {
  background:url(images/wrapper_t.jpg) repeat-x 0 0;
}

#wrapper-l {
  background:url(images/wrapper_l.jpg) repeat-y 0 0;
}

#wrapper-r {
  background:url(images/wrapper_r.jpg) repeat-y 100% 0;
}

#wrapper-b {
  background:url(images/wrapper_b.jpg) repeat-x 100% 100%;
}

#wrapper-tl {
  background:url(images/wrapper_tl.jpg) no-repeat 0 0;
}

#wrapper-tr {
  background:url(images/wrapper_tr.jpg) no-repeat 100% 0;
}

#wrapper-bl {
  background:url(images/wrapper_bl.jpg) no-repeat 0 100%;
}

#wrapper-br {
  background:url(images/wrapper_br.jpg) no-repeat 100% 100%;
}

Nikhil - removed the wrapper background as we do not require rounded corners here
*/

/*
#header-t {
  background:url(images/header_t.jpg) repeat-x 0 0;
}

#header-r {
  background:url(images/header_r.jpg) no-repeat 100% 0;
}

#header-l {
  background:url(images/header_l.jpg) no-repeat 0 0;
  padding:11px 0 0;
}

#header-m {
  background:#222;
  padding:0 10px;
}

Nikhil - Removed header background and curves
*/

/*
#header-m.home {
  border-bottom:5px solid #697F55;
}
Nikhil - removed the bottom green band below header
*/

/**
 * Changes By archana Start
 */
/* Header commented by archana 5/10/09 */

#header-t {
  /*background:url(images/header_t.jpg) repeat-x 0 0; border : 2px solid red;*/
  	background:#def0fa;	
	*height:118px;
}
.header-nav {
  /*background:url(images/header_t.jpg) repeat-x 0 0;*/
  	background: #0368a6 url(images/header_bg.jpg) no-repeat center top;
	width:100%;
	height:39px; 
	/*border : 2px solid green;position:absolute;margin:90px 0 2px 0; */
	clear: both;
}

/* NAVIGATION */
.header-nav .menu
{
		width: 875px;
		margin: auto;
		padding:7px 0 12px 0;
		*padding-bottom: 0px;
		font-family:Helvetica, Arial, sans-serif;
		font-size:16px;
		color: #DEF0FA;
		height: 20px;
	}
.header-nav ul{
		list-style: none;
		margin: 0;
		color: #FFFFFF;
	}

.header-nav ul li{
		float: left;
		padding: 0 10px;
		line-height:25px;
		height: 30px;
	}
	.header-nav ul li a:hover {text-decoration:none;}


.header-nav ul li.active{
		background: url("images/header_active_arrow.png") no-repeat bottom center;
	}

.header-nav ul li.active .head_left{
		display: block;
		background-image: url("images/header_active_bg.png");
		background-position:right top;
		margin:0 0 0 10px;
		padding:0 10px 0 0;
	}

.header-nav ul li.active .head_right{
		display: block;
		background-image: url("images/header_active_bg.png");
		background-position:left top;
		line-height:13px;
		margin:0 0 0 -10px;
		padding:5px 0 7px 10px;
	}

.header-nav ul li.active .head_right a{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.head_right a{
	color: #FFFFFF !important;
	text-decoration: none;
	font-size: 16px;
}

.clearfix{
	clear: both;
}

.logoWrapper 
{

	float:left;
	margin: 10px 0 0 30px;
}
.logoWrapper ul li
{
	float:left;
	display:inline;
	padding:0;
	margin:0;

}


.linksWrapper 
{
	float: right;
	padding:20px 25px 0 0;
	/*display:none;*/
	
}


.linksWrapperleft,.linksWrapperright{
float: left;
font-family:  Arial, Helvetica, sans-serif;
font-size:11px;
color:#013144;
}

.linksWrapperleft{
		width: 260px;
		/*background: url('images/pdficon.jpg') left center no-repeat;*/
		padding-left: 0px;
		margin-right: 5px;
	}

.linksWrapperright{
/*
	Hiding this div as it is not required.
	We can remove it once confirmed.

	display: none;*/
	width: 210px;
	/*background: url('images/verticalline.jpg') left center no-repeat;*/
	text-align: right;
	line-height: 18px;
	height:45px;
}
.distributor_logo{float:right;
padding:10px 15px 0 0;}
.linksWrapperleft span{float:left}
.linksWrapperleft span.description{padding-left:6px; width:220px;}
.linksWrapperleft span.pdficon{padding:6px 0px 0px 0px;}
.linksWrapperright .nl_text{
	width: 130px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
	text-align: center;
}

#header-r {
  background:url(images/header_r.jpg) no-repeat 100% 0;
}

header-l {
  background:url(images/header_l.jpg) no-repeat 0 0;
  padding:11px 0 0;
}

#header-m {
  background:#222;
  padding:0 10px;
}

#header-m.home {
  border-bottom:5px solid #697F55;
}
*/

/*Header commented by archana 5/10/09  and new header classes added */

#header-main {
height:100px;border: 2px solid red;
background:#DEF0FA;
margin:0;
padding:0;
}

#header-logo-image {
float:left;
margin:0;
padding-left:90px;
}

#header-logo-text {
float:left;
margin:0;
padding-left:110px;
}

#topLinks {
float:right;
margin: 0 100px 0 0;
}



/**
 * Changes By archana End
 */
/*
#footer-b {
  background:url(images/footer_b.jpg) repeat-x 0 100%;
}
Nikhil - remove the footer background
*/

#footer-b {
}

/*
#footer-l {
  background:url(images/footer_l.jpg) no-repeat 0 100%;
}
Nikhil - remove the rounded corners from footer
*/
#footer-l {
}

/*
#footer-r {
  background:url(images/footer_r.jpg) no-repeat 100% 100%;
  padding-bottom: 11px;
}
Nikhil - remove the rounded corners and padding from footer
*/

#footer-r {
}

/*
#footer-m {
  background:#000;
  padding-top:11px;
}
Nikhil - change the footer background color and removed padding
*/

#footer-m {
  background:#015687;
}

#footer a:hover {
  color:#fff;
}

/*added for home page center of object image*/
.homepgimg {
	background:url(images/banner_bg.jpg) top center repeat-x;
	clear:both;
	float:left;
	height:256px;
	width:100%;
	text-align: center;
}

.homepgbanner{
	background:url(images/banner.gif) top center no-repeat;
	height:256px;
	width:100%;
}

h2.headertxt {
	color:#02235E;
	font-size:16px;
	margin:0px;
	padding:5px 0px 0px 5px;
}

.flash_overlay {
	float:left;
	padding:10px;
	width:300px; 
}

.pos_div {
	float:left;
	width:310px;
	position:relative
}

.close_button {
	float:left;
	position:absolute;
	top:0px;
	right:0px;
	z-index:500;
	padding:2px; }

img {
	border:0px;
}

.flash_overlay .sideblock {
	width:290px;
}
/***** anomaly/styles_select.css end *****/


