@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, sans-serif;
	background: #fff url(/img/tya_logo4.png) no-repeat top left;
	color: #36c;
	/*border-top: 1.4em solid #36c;*/
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #039;
}

a:visited {
	color: #69e;
}

a:hover {
	color: #e96;
	border-bottom: thin dashed #e96;
}

/* Navigation menu */
#nav {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 100%;
	padding: 0;
	background-color: #36c;
	z-index: auto;
}

#nav,#nav ul {
	list-style: none;
	font-size: 85%;
}

#nav li { /* all list items */
	padding: 0;
	border: 2px outset;
	margin: 0;
	background-color: #36c;
}

#nav .nav_level_1 {
	position: relative;
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding: 0;
	padding-top: 2px;
	margin-left: -2px;
	width: 13em;
	z-index: 2;
	left: -999em;
}

#nav li a,#nav li span.nolink {
	color: #fc3;
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	border: none;
}

#nav li span.nolink {
	background-color: #66f;
}

#nav li a:hover {
	color: white;
	background-color: #f60;
	background-color: #ff3909;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul
	{
	left: -999em;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul
	{ /* lists nested under hovered list items */
	left: auto;
	/*visibility: visible;*/
}

/* End navigation */
#content {
	margin: 0 15px 0 170px;
	border: none;
	min-height: 400px;
}

h1 {
	display: none;
}

h2 {
	font-size: 120%;
	padding: 65px 0 0 0;
	margin-bottom: 0;
	background-image: url("/img/MUKTI.png");
	background-repeat: no-repeat;
	background-position: top right;
	height: 35px !important; /* for most browsers */
	height /**/: 65px; /* for IE5.5's bad box model */
}

h2#Home {
	background-image: url("/img/Welcome.png");
}

h2#Courses {
	background-image: url("/img/Courses.png");
}

h2#FindaTeacher {
	background-image: url("/img/FindaTeacher.png");
}

h2#Publications {
	background-image: url("/img/Publications.png");
}

h2#About {
	background-image: url("/img/About.png");
}

h2#Join {
	background-image: url("/img/Join.png");
}

h2#NewsEvents {
	background-image: url("/img/NewsEvents.png");
}

h2#Links {
	background-image: url("/img/Links.png");
}

h2#ContactUs {
	background-image: url("/img/ContactUs.png");
}

h3 {
	font-size: 106%;
}

.photo_right,.photo_left,.photo_welcome {
	background-image: url("/img/img_br.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.photo_right {
	float: right;
	margin-bottom: 1em;
	clear: right;
}

.photo_left {
	float: left;
	margin-bottom: 1em;
	clear: left;
}

.photo_right img,.photo_left img,.photo_welcome img {
	/*padding: 15px 15px 0 15px;*/
	padding: 15px;
	display: block;
	background-image: url("/img/img_tl.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#about_content .block p {
	font-size: 85%;
	font-style: italic;
	color: #de9c8c;
}

.block {
	overflow: auto;
	width: 80%;
	margin: 0 10% 0 10%;
}

#about_content>div {
	clear: both;
}

.photo_right .caption,.photo_left .caption,.photo_welcome .caption {
	display: block;
	margin: 0 50px 0 15px;
	font-size: 90%;
	font-weight: bold;
	width: 315px;
	margin-bottom: 1em;
}

.photo_right .caption_narrow,.photo_left .caption_narrow,.photo_welcome .caption_narrow
	{
	display: block;
	margin: 0 10px 0 15px;
	font-size: 90%;
	font-weight: bold;
	width: 265px;
	margin-bottom: 1em;
}

.photo_welcome {
	position: relative;
	left: 50%;
	width: 480px;
	margin-top: 2em;
	margin-left: -240px;
	padding-bottom: 1px;
}

.block {
	clear: both;
}

#footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: small;
	border-top: thin solid #fe3908;
	border-bottom: thin solid #fe3908;
	border-left: solid 170px #fe3908;
	padding: 2px;
}

#stutchbury {
	display: block;
	float: right;
	font-weight: normal;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 2em;
}

.sidebox {
	position: absolute;
	top: 275px;
	left: 5px;
}

.sidebox p {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

.sidebox ul {
	list-style-type: square;
	padding: 0 0 0 1em;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
}

.teacher {
	margin-top: 50px;
}

.teacher h2 {
	padding-top: 15px;
}

.teacher .info {
	margin-left: 150px;
}

.teacher .bio {
	clear: both;
}

.teacher dl {
	/*line-height: 0;*/
	margin-top: 0;
}

.teacher dt {
  float: left;
  width: 10em;
  overflow: auto;
}

.teacher dd {
  margin-left: 10em;
  margin-top: 0;
  margin-bottom: 0.5em;
}


.teacher ul {
  list-style-image: url('/img/bullet_a.png');
  padding: 0;
}

.teacher li {
  line-height: 75%;
}

.teacher blockquote {
	margin: 0;
	margin-right: 2em;
	padding: 0 0 0 0.5em;
	color: #de9c8c;
	font-style: italic;
    background: url(/img/end_double_quote.png) bottom right no-repeat;
}

.teacher blockquote p {
  padding: 0.5em 2em 0.5em 2em;
  background: url(/img/start_double_quote.png) top left no-repeat;
}

div.flash h5 {
	margin: 0;
	padding: 0 0 0 40px;
}
div.flash ul {
	margin: 0 auto 5px;
	list-style-type: none;
}
div.flash .error {
	background: url(/img/error_icon.png) no-repeat 2px 7px;	
	border: red dashed thin;
	margin-bottom:10px;
	font-weight: bold;
}
div.flash .error h5 {
	color: red;
}
div.flash .info {
	background: url(/img/info_icon.png) no-repeat 2px 7px;	
	border: grey dashed thin;	
	margin-top: 40px;
	margin-bottom:10px;
}
div.flash .warning {
	background: url(/img/warning_icon.png) no-repeat 2px 7px;	
	border: #f96633 dashed thin;	
	margin-bottom:10px;
}

input.required, select.required, textarea.required {
	background: #ffc;
}

input.readonly, input[readonly] {
	border: solid grey thin;
	color: grey;
}

form .form-error {
	border-color: red;
}

.error-message {
	font-size: small;
	font-weight: bold;
	color: red;
}


#emailTeacherLink {
  /*space for image*/
  font-weight: bold;
  cursor: pointer;
  padding-right: 50px;
  padding-bottom: 5px;
  background-image: url('/img/email_icon.png');
  background-repeat: no-repeat;
  background-position: top right;
}

#contactFormArea fieldset {
	/*background-color: #fefbfb;*/
}


#sendContactEmail {
  font-size: 1em;
  font-weight: bold;
  background-color: #fff;
  color: #de9c8c;
  border: none;
  padding: 0 50px 5px 0;
  background-image: url('/img/email_icon.png');
  background-repeat: no-repeat;
  background-position: top right;
}

#sendContactEmail:hover {
	border-bottom: thin dashed #e96;
}


#search ul, #searchResults ul {
	list-style-image: url('/img/bullet_a.png');
}

#search ul, #searchResults ul {
  /*line-height: 75%;*/
}

#searchResults div {
  float: left;
  width: 27%;
  clear: both;
}

#searchResults ul {
  overflow: auto;
}

.backlink {
	padding: 10px 0 10px 15px;
	background-image: url('/img/bullet_left.png');
	background-repeat: no-repeat;
	background-position: center left;
	font-size: small;
}

ul .book,ul .article {
	list-style: none;
	/*list-style-image: url('/img/book_icon32.png');*/
}

li.book,li.article {
	padding: 10px 0 10px 40px; background-repeat : no-repeat;
	background-position: top left;;
	background-repeat: no-repeat;
}

li.book {
	background-image: url('/img/book_icon32.png');
}

li.article {
	background-image: url('/img/pdf_logo.png');
}

div.publications a img {
	border: none;
	text-decoration: none;
}

div.publications a.thumbnail:hover {
	border: none;
}

.teacher li {
	margin-left: 1em;
	padding-bottom: 0.7em;
}


#flashMessage,.error,.error_message {
	color: #900;
	font-size: 16px;
	background-color: #fff;
	margin: 8px 0px;
	margin-top: 40px;
	font-weight: bold;
}

.error_message {
	clear: both;
}

.error em {
	font-size: 18px;
	color: #003d4c;
}

.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display: block;
}

.tip {
	color: #656565;
	background-color: #ddd;
}

#centrepanel {
}

#sidepanel {
	width: 34%;
	float: right;
	font-size: 75%;
	color: #de9c8c;
	background-image: url("/img/img_br.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 6px;
}

#sidepanel h3 {
	padding: 18px 0 12px 14px;
	background-image: url("/img/img_tl.png");
	background-repeat: no-repeat;
	background-position: top left;;
	background-image: url("/img/img_tl.png");
}

#sidepanel blockquote {
	margin: 0 17px 15px 17px;
	font-family: georgia, "times new roman", serif;
	text-align: justify;
}

#sidepanel blockquote p {
	margin-top: 0;
}

#sidepanel blockquote cite {
	margin-bottom: 100px;
}


#emailTeacher {
}

/* Forms */
.EditForm div {
	padding: 5px 0;
}

.EditForm fieldset {
	clear: left;
	margin: 0;
	width: 25em;
	overflow: auto;
}
.EditForm legend {
	font-weight: bold;
}
.EditForm label {
	display: block;
	font-size: small;
	font-weight: bold;
	padding-right: 20px;
}
.EditForm input, .EditForm textarea {
	display: block;
	font-size: 14px;
}
.EditForm select {
	font-size: 14px;
	vertical-align: text-bottom;
}
.EditForm select[multiple=multiple] {
	width: 100%;
}
.EditForm option {
	font-size: 14px;
	padding: 0 0.3em;
}
.EditForm input[type=checkbox], .EditForm input[type=radio] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto;
}

.EditForm input[type=submit], .EditForm input[type=reset] {	
	display: inline;
	padding: 0 .4em;
	width: auto;
	vertical-align: bottom;
}
