/**************************************
 * THEME NAME: britcounv3_nav
 *
 * Files included in this sheet:
 *
 *   britcounv3_nav/britcouncil.css
 *   britcounv3_nav/gradients.css
 **************************************/

/***** britcounv3_nav/britcouncil.css start *****/

/*britcouncil.css*/
body {
	font-size: 0.9em; 
	color: #333333; 
  	font-family: Helvetica, verdana, arial, sans-serif; 
	background-color: #b7c1c3 ;
	margin: 0;
	padding: 0;
}

h1 {
	color:#ff6600;
  	font-size:1.5em;
  	font-weight:bolder;
    line-height:1.3em;
}

#middle-column h2 {
color:#003366;
  font-size:1.2em;
}


h3 {
color:#666666;
  font-size:1.2em;
}

h4 {
color:#0066cc;
  font-size:1em;
}

h5 {
color:#003399;
	font-size:0.9em;
}

h6 {
color:#ff6600;
font-size:1em;
}

/*Begin coding to make bulleted lists with light bulb icons*/


.usefultip{


list-style-type:none;

background-image:url(http://courses.britishcouncil.org/pub/tkt/file.php/169/icons/lightbulb_on.png);

background-repeat:no-repeat;

background-position:0px 0px;

padding-left:20px;

}


/*End coding to make bulleted lists with light bulb icons*/


/*Begin coding to make bulleted lists with "people" icons*/

.audience {

list-style-type:none;

background-image:url(http://courses.britishcouncil.org/pub/tkt/file.php/169/icons/businessmen.png);

background-repeat:no-repeat;

background-position:0px 0px;

padding-left:20px;

}

/*End coding to make bulleted lists with "people" icons*/



th {
	font-weight:normal;
	}
	
li {
	line-height:1.3em;
	}
	
.categorybox .category {
  font-size:0.9em;
  line-height:1.3em;
}

#outerwrap {
	background: url(assets/graphics/bg.jpg) repeat-x top #b7c1c3;
	padding-top: 23px;
}

#header-home {
	background: url(assets/graphics/headerbg.jpg) no-repeat top left;
}

#header {
	background: url(assets/graphics/headerbg.jpg) no-repeat top left;
}

#sldesign {
	float: right;
	padding-right: 20px;
	font-size: 0.9em;
}

#copyright {
	margin-bottom: 23px;
	padding-left: 20px;
	font-size: 0.9em;
}

.navbar {
	border: none;
}

.headermenu {
	margin: 7px 20px 0 20px;
	color: #ffffff;
}

.headermenu a:link {
	color: #ffffff;
	font-size: 1.1em;
}

.headermenu a:visited {
	color: #ffffff;
	font-size: 1.1em;
}

.headermenu a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 1.1em;
}

.sideblock .hide-show a {
	border: none
}

#mod-glossary-showentry #header,
#mod-glossary-showentry .navbar,
#mod-glossary-showentry .concept,
#mod-glossary-showentry .helplink {
 display:none;
 visibility:hidden;
}

#page {
	margin: 0 auto;
	width: 967px;
}

#contenttop {
	background: url(assets/graphics/contentbg.jpg) repeat-y top left;
	
}

#content {
	background: url(assets/graphics/contenttopbg.jpg) no-repeat top left;
	padding: 20px;
}

#layout-table {
	font-size:0.95em;
	}

#footer {
	background: url(assets/graphics/contentbg.jpg) repeat-y top left;
	margin-top: 0;
	padding-top: 30px;
}

#textsize {
	text-align: right;
	font-size: 0.9em;
	background: url(assets/graphics/navbarbg.jpg) no-repeat top left;
}

.sideblock {
  font-size: 1em;
  border: #003f76;
}

.sideblock .header, .sideblock h2.header {
  background: url(assets/graphics/sideblock.jpg) no-repeat top left #003f76;
  font-size: 1em;
  color: #ffffff;
  padding: 4px;
}

.sideblock .header {
  border-color: #0062a9;
}

.sideblock .content {
  border-color: #0062a9;
  background-color:#FCFCFC;
}

.generalbox {
  border:none;
}

.headingblock, h2.headingblock {
  border:none;
  font-size:1em;
}

.coursebox {
  border: none;
}

.coursebox .summary {
	font-size: 1em;
}

a:link,
a:visited {
  color:#3366cc;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

a:hover {
  color:#00667d;
}

.txtlarge {
	font-size: 1.2em;
}

.txtxlarge {
	font-size: 1.4em;
}

#login-index #content {
  font-size: 0.9em;
}





/* Begin CSS Drop Down Menu */

.bluetabs{

}

.bluetabs ul{
padding: 6px 0 8px 20px;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
padding-right: 4px;
background: url(assets/graphics/navbardivide.gif) top right no-repeat;
color: #ffffff;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #ffffff;
white-space: normal;
}

.bluetabs li a:visited{
color: #ffffff;
}

.bluetabs li a:hover{
text-decoration: none;
color: #ff9630;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
color:#ff9630;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #c26102; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
z-index:100;
background: url(assets/graphics/subbg.jpg) repeat-x #ff9630 top right;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b a{
width: auto;
display: block;
border: 0 solid #b6681c; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 3px;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #ff9630;
}
        
/* End CSS Drop Down Menu */

/* Chat window edits */

body#message-user div#bluemenu {
display: none;
}
body#message-user div#page {
width: 100%;
}
body#message-user div#body {
background: #fff;
}

body#message-user div#outerwrap {
background: none;
background-color: #fff;
margin: 0;
padding: 0;
}
body#message-user div#content {
background: #fff;
margin: 0;
padding: 0;
}
body#message-user div#contenttop {
background: none;
margin: 0;
padding: 0;
}
body#message-user {
background: #fff;
}

body#message-messages {
background: #fff;
}

body#message-send {
background: #fff;
border-top: 1px dotted #b7c1c3;
padding-top: 15px;
}

body#message-discussion {
margin: 20px;
padding: 20px;
border: 1px dotted #000;
background: #fff;
}

body#message-discussion div#bluemenu {
display: none;
}
body#message-discussion div#page {
width: 100%;
}
body#message-discussion div#body {
background: #fff;
}
body#message-discussion div#footer {
display: none;
}
body#message-discussion div#btmfooter {
display: none;
}
body#message-discussion div#sldesign {
display: none;
}
body#message-discussion div#copyright {
display: none;
}

body#message-discussion div#outerwrap {
background: none;
background-color: #fff;
margin: 0;
padding: 0;
}
body#message-discussion div#content {
background: #fff;
margin: 0;
padding: 0;
}
body#message-discussion div#contenttop {
background: none;
margin: 0;
padding: 0;
}

body#message-history {
margin: 20px;
padding: 20px;
border: 1px dotted #000;
background: #fff;
}

body#message-history div#bluemenu {
display: none;
}
body#message-history div#page {
width: 100%;
}
body#message-history div#body {
background: #fff;
}
body#message-history div#footer {
display: none;
}
body#message-history div#btmfooter {
display: none;
}
body#message-history div#sldesign {
display: none;
}
body#message-history div#copyright {
display: none;
}

body#message-history div#outerwrap {
background: none;
background-color: #fff;
margin: 0;
padding: 0;
}

/***** britcounv3_nav/britcouncil.css end *****/

/***** britcounv3_nav/gradients.css start *****/

/***** britcounv3_nav/gradients.css end *****/

