/*   general styles   */
body, html {
    padding: 0;
    margin: 0;
	min-height: 831px;
    height: 100%;
	min-width: 1048px;
	position: relative;
}
body {
	background: #280b0b url('/templates/img/tobago/bg.jpg') no-repeat 50% 100%;
}
body#scroll {
	background: #280b0b url('/templates/img/tobago/bg_scroll.jpg') no-repeat 50% 100%;
}
body, td, th, select, input, textarea, h1, h2, h3, h4, h5, h6 {
    font: 12px Verdana, sans-serif;
    color: #79542d;
}
a, a:link, a:visited, a:active {
    color: #ffe019;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
    border: 0;
    border-collapse: collapse;
}
form, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
img {
    padding: 0;
    margin: 0;
    background: transparent;
}
h1 {
	font: bold 17px Tahoma;
	color: #673c10;
	padding: 0 0 7px 0;
	margin: 0;
}
p {
    padding: 0 0 14px 0;
    margin: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
}
.big {
	font-size: 15px;
}
.big p {
    padding: 0 0 21px 0;
}
.table td {
	font: 12px Tahoma;
	color: #000;
	background: #e4ce8d;
	border: 1px solid #fcefc8;
	vertical-align: top;
	text-align: left;
	padding: 5px 8px 3px 8px;
}
.table tr.nobg td {
	background: transparent;
	border: none;
	text-align: right;
	padding: 15px 0;
}
.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.clearbtm {
    clear: both;
    font-size: 1px;
}
* html .clearbtm {
    height: 831px;
}
.png, #place_holder img { behavior:	url('/templates/css/tobago/pngbehavior.htc'); }

.float_right {
	float: right;
	margin: 0 0 10px 10px;
}
/*   the basic layout blocks   */
#wrapper {
    text-align: center;
    min-height: 100%;
	margin-bottom: -745px;
	min-width: 1048px;
}
* html #wrapper {
    height: 100%;
}
#main {
	height: 745px;
	width: 992px;
	margin: 0 auto;
	text-align: left;
}
#head {
	height: 195px;
	text-align: left;
	position: relative;
}
/* columns */
.columns {
    width: 100%;
    clear: both;
	position: relative;
	z-index: 3;
}
.columns .column_left {
    float: left;
    width: 180px;
    position: relative;
    z-index: 4;
	padding: 0;
	text-align: left;
}
* html .columns .column_left {
    margin-right: -100%;
}
.columns .column_right {
    width: 490px;
    margin-left: 427px;
	padding: 66px 0 0 0;
	text-align: left;
	position: relative;
}
#scroll .columns .column_right {
	margin-left: 262px;
	width: 625px;
	padding: 34px 0 0 0;
}
/* /columns */
#logo {
	height: 163px;
	width: 140px;
	position: relative;
	margin: 0 0 -97px 19px;
	top: -97px;
}
#logo a {
	display: block;
	position: relative;
	height: 154px;
	width: 140px;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#nav li {
	padding: 0;
	margin: 0;
	height: 30px;
	width: 170px;
}
#nav li a {
	width: 170px;
	height: 30px;
	display: block;
	position: relative;
}
#nav li#home {
	background: transparent url('/templates/img/tobago/nav/home.gif') no-repeat 0 0;
}
#nav li#statistics {
	background: transparent url('/templates/img/tobago/nav/statistics.gif') no-repeat 0 0;
}
#nav li#newsss {
	background: transparent url('/templates/img/tobago/nav/news.gif') no-repeat 0 0;
}
#nav li#how_to_study {
	background: transparent url('/templates/img/tobago/nav/how_to_study.gif') no-repeat 0 0;
}
#nav li#tt_chat {
	background: transparent url('/templates/img/tobago/nav/tt_chat.gif') no-repeat 0 0;
}
#nav li#messaging {
	background: transparent url('/templates/img/tobago/nav/messaging.gif') no-repeat 0 0;
	margin-top: 2px;
}
#nav li#contact {
	background: transparent url('/templates/img/tobago/nav/contact.gif') no-repeat 0 0;
	margin-top: 6px;
}
#nav li#edit_details {
	background: transparent url('/templates/img/tobago/nav/edit_details.gif') no-repeat 0 0;
}
#nav li#logout {
	background: transparent url('/templates/img/tobago/nav/logout.gif') no-repeat 0 0;
	margin-top: 7px;
}


#place_holder {
	position: absolute;
	z-index: 6;
	margin: 0 0 0 144px;
	left: 0;
}
#page_title {
	top: 57px;
	left: 216px;
	position: absolute;
}
#scroll #place_holder {
	top: -210px;
	margin: 0 0 0 384px;
}
/* content box and box with scrolling */
#title {
	height: 45px;
	width: 609px;
	text-align: center;
}
.content {
    height: 445px;
}
#scroll .content {
	height: 432px;
}
.content .contentheight {
	height: 310px;
	background: #fff;
	border: 1px solid #ffad30;
}
.content .scroll_box {
    overflow: auto;
    height: 285px;
}
.content .indent {
    padding: 6px 25px 0 0;
}
.content .scroll_box .indent {
    padding: 17px 22px 10px 15px;
}
/* content box and box with scrolling */
#copyright {
	padding: 0 0 0 327px;
}
#menu {
	padding: 0 0 0 26px;
}
#scroll #menu {
	padding: 0 0 0 191px;
}
#scroll #copyright {
	padding: 0 0 0 492px;
}

.width {
    width: 1048px;
    min-width: 1048px;
    margin: 0 auto;
    text-align: center;
    position: relative;    
}

/* forms */
a.button {
	display: block;
	position: relative;
	float: right;
	margin: 0 0 0 20px;
	border: 1px solid #673c10;
	text-decoration: none !important;
	font: bold 12px Tahoma;
	color: #673c10 !important;
}
a.button span {
	display: block;
	border: 1px solid #f4efe7;
	background: #ad906b url('/templates/img/tobago/bg_button.gif') repeat-x 0 0;
	padding: 2px 10px 5px 10px;
}
form a.button {
	margin-top: 8px;
}
* html form a.button {
	margin-top: 9px;
}
.buttons {
    text-align: center;
    padding:  10px 20px 0 0;
}
.buttons div {
    width: 330px;
    margin: 0 auto;
}
p.buttons span.w {
    display: block;
    width: 330px;
    height: 34px;
    margin: 0 auto;
}
.buttons a {
    display: block;
    width: 80px;
    float: left;
    margin: 0 0 0 20px;
    border: 1px solid #673c10;
    text-decoration: none !important;
    font: bold 12px Tahoma;
    color: #673c10 !important;
}
.buttons a span {
    display: block;
    border: 1px solid #f4efe7;
    background: #ad906b url('/templates/img/tobago/bg_button.gif') repeat-x 0 0;
    padding: 2px 10px 5px 10px;
}
.field {
	background: #ebdbaa;
	border: 1px solid #673c10;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
	height: 23px;
	width: 332px;
}
form th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	font: bold 12px Tahoma;
	color: #673c10;
	padding: 4px 12px 0 0;
}
* html form th {
	padding-top: 5px;
}
form td {
	padding: 0 0 7px 0;
}
* html form td {
	padding: 0 0 5px 0;
}
form table {
	margin: 5px 0;
}

#login {
    height: 145px;
    background: transparent url('/templates/img/tobago/bg_login.jpg') no-repeat 0 0;
}

#maps {
	text-align: center;
}

#login form {
    padding: 10px 0 0 18px;
}
#login .field {
    width: 110px;
    height: 16px;
    border: none;
    background: transparent;
    margin: 29px 0 1px 0;
    padding: 0 0 0 3px;
}
* html #login .field {
    margin: 28px 0 0 0;
}
#login input.button {
    width: 73px;
    height: 17px;
    margin: 1px 0 0 0px;
}
#login input.button2 {
    width: 73px;
    height: 17px;
    margin: 2px 0 0 0px;
}

/* /forms */

/* modules */
#modules {
	height: 90px;
	padding: 0 0 0 5px;	
}
#modules a, #modules div {
	display: block;
	position: relative;
	margin: 0 16px 0 0;
	float: left;
}
#modules #module_1 {
	width: 67px;
	height: 99px;
	background: transparent url('/templates/img/tobago/modules/1.gif') no-repeat 0 0;
}

#modules #module_passed_1 {
    width: 67px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/1_1.gif') no-repeat 0 0;
}
#modules #module_active_1 {
    width: 67px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/1_2.gif') no-repeat 0 0;
}

#modules #module_1:hover {
	background: transparent url('/templates/img/tobago/modules/1_1.gif') no-repeat 0 0;
}
#modules #module_2 {
	width: 90px;
	height: 99px;
	background: transparent url('/templates/img/tobago/modules/2.gif') no-repeat 0 0;
}
#modules #module_passed_2 {
    width: 90px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/2_1.gif') no-repeat 0 0;
}
#modules #module_active_2 {
    width: 90px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/2_2.gif') no-repeat 0 0;
}
#modules #module_2:hover {
	background: transparent url('/templates/img/tobago/modules/2_1.gif') no-repeat 0 0;
}

#modules #module_3 {
	width: 91px;
	height: 99px;
	background: transparent url('/templates/img/tobago/modules/3.gif') no-repeat 0 0;
}
#modules #module_passed_3 {
    width: 92px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/3_1.gif') no-repeat 0 0;
}
#modules #module_active_3 {
    width: 92px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/3_2.gif') no-repeat 0 0;
}
#modules #module_3:hover {
	background: transparent url('/templates/img/tobago/modules/3_1.gif') no-repeat 0 0;
}

#modules #module_4 {
	width: 89px;
	height: 99px;
	background: transparent url('/templates/img/tobago/modules/4.gif') no-repeat 0 0;
}
#modules #module_passed_4 {
    width: 89px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/4_1.gif') no-repeat 0 0;
}
#modules #module_active_4 {
    width: 89px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/4_2.gif') no-repeat 0 0;
}
#modules #module_4:hover {
	background: transparent url('/templates/img/tobago/modules/4_1.gif') no-repeat 0 0;
}
#modules #module_5 {
	width: 80px;
	height: 99px;
	background: transparent url('/templates/img/tobago/modules/5.gif') no-repeat 0 0;
}
#modules #module_passed_5 {
    width: 80px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/5_1.gif') no-repeat 0 0;
}
#modules #module_active_5 {
    width: 80px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/5_2.gif') no-repeat 0 0;
}
#modules #module_5:hover {
	background: transparent url('/templates/img/tobago/modules/5_1.gif') no-repeat 0 0;
}
#modules #module_6 {
	width: 107px;
	height: 99px;
	background: transparent url('/templates/img/tobago/modules/6.gif') no-repeat 0 0;
}
#modules #module_passed_6 {
    width: 107px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/6_1.gif') no-repeat 0 0;
}
#modules #module_active_6 {
    width: 107px;
    height: 99px;
    background: transparent url('/templates/img/tobago/modules/6_2.gif') no-repeat 0 0;
}
#modules #module_6:hover {
	background: transparent url('/templates/img/tobago/modules/6_1.gif') no-repeat 0 0;
}
/* /modules */
/* bubble */
.bubble {
    width: 171px;
    height: 91px;
    position: absolute;
    z-index: 1011;
    color: #3C1200;
    padding: 10px 17px;
    font: 12px arial, verdana;
}
.bubble a.close {
    position: absolute;
    display: block;
    /*background: transparent url('/templates/img/tobago/bubble_back.gif') no-repeat 0 0;*/
    width: 38px;
    height: 20px;
    /*line-height: 1px;*/
    color: #000000;
    top: 10px;
    left: 190px;
}
.bubble a.back {
    position: absolute;
    display: block;
    background: transparent url('/templates/img/tobago/bubble_back.gif') no-repeat 0 0;
    width: 38px;
    height: 14px;
    font-size: 1px;
    line-height: 1px;
    top: 72px;
    left: 24px;
}
.bubble a.next {
    position: absolute;
    display: block;
    background: transparent url('/templates/img/tobago/bubble_next.gif') no-repeat 0 0;
    width: 37px;
    height: 13px;
    font-size: 1px;
    line-height: 1px;
    top: 72px;
    left: 104px;
}
#bubble1 {
    /*background: transparent url('/templates/img/tobago/bubble_background.png') no-repeat 0 0;*/
    behavior:	url('/templates/css/tobago/pngbehavior.htc');
	top: -61px;
    left: 319px;
    display: none;
}
#bubble2 {
    /*background: transparent url('/templates/img/tobago/bubble_background2.png') no-repeat 0 0;*/
    behavior:	url('/templates/css/tobago/pngbehavior.htc');
	top: -252px;
    left: 246px;
    display: none;
}

.png_bubble2, img {
    behavior:   url('/templates/css/tobago/pngbehavior.htc');
}

#png_bubble_div2 {
    top: -252px;
    left: 246px;
    position: absolute;
    z-index: 6;
    display: none;
}

.png_bubble1, img {
    behavior:   url('/templates/css/tobago/pngbehavior.htc');
}

#png_bubble_div1 {
    top: -60px;
    left: 316px;
    position: absolute;
    z-index: 6;
    display: none;
}
/* /bubble */

.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}