/*
Blogger Template Style
Name:     TicTac (Blueberry)
Author:   Dan Cederholm
URL:      www.simplebits.com
Date:     1 March 2004
*/

/* ---( page defaults )--- */
/*
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  background: #e0e0e0;
}
*/

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(images/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  font-size: 12pt;
  display: block;
  /* white-space: pre; */
  font-family: courier;
  font-weight:bold;
  padding: 2px;
  width: inherit;
  color: #996666;
  border: 1px solid #333;
  background-color: #FFFFCC;
  }

code1 {
  font-size: 5px;
  display: block;
  /* white-space: pre; */
  font-family: courier;
  padding: 2px;
  width: inherit;
  color: #996666;
  border: 1px solid #333;
  background-color: #EFEEF9;
  }

hr {

  }

img {
  border: none;
  }

/* unordered list style */
/*
ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 1px;
  font-size: 12px;
  background: url(images/tictac_blue.gif) no-repeat 0 6px;
  }

/* links */
/*
a:link {
  color: #6699cc;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #5B739C;
  }

a:active {
  color: #5B739C;
  text-decoration: none;
  }
*/
/* ---( layout structure )---*/

#wrap {
  width:100%;
  margin: 0 auto;
  text-align: left;
  }

#content {
  }

#main-content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  min-height: 200px;
  }

#sidebar {
  margin: 0 41px 0 547px;
  padding: 20px 0 0 0;
  font-size: 85%;
  line-height: 1.4em;
  color: #999;
  background: url(images/sidebar_bg.gif) no-repeat 0 0;
  }

/* ---( header and site name )--- */

#blog-header {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url(images/top_div_blue.gif) no-repeat top left;
  }

#blog-header h1 {
  margin: 0;
  padding: 45px 60px 50px 160px;
  font-size: 200%;
  color: #fff;
  text-shadow: #4F73B6 2px 2px 2px;
  background: url(images/top_h1_blue.gif) no-repeat bottom left;
  }

#blog-header h1 a {
  text-decoration: none;
  color: #fff;
  }

#blog-header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 100%;
  color: #999999;
  background: url(images/date_icon_blue.gif) no-repeat 0 50%;
  }

h3.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  letter-spacing: -1px;
  color: #993333;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  text-align: left;
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  background: url(images/tictac_grey.gif) no-repeat 0 8px;
  }

.post-body {
  margin: 0px;
  padding: 0 0 0 15px;
  }

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  background: #eee url(images/comments_curve.gif) no-repeat top left;
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  background: url(images/bubbles.gif) no-repeat 10px 0;
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }

#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }

.comment-body {
  padding: 0 10px 0 25px;
  background: url(images/tictac_blue.gif) no-repeat 10px 5px;
  }

.comment-body p {
  margin-bottom: 0;
  }

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  background: url(images/comment_arrow_blue.gif) no-repeat 44px 2px;
  }

.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  background: url(images/sidebar_icon.gif) no-repeat 20px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 20px 1em 20px;
  border-bottom: 1px solid #ddd;
  }

#sidebar li {
  background: url(images/tictac_blue.gif) no-repeat 0 5px;
  }

/* profile block */

.profile-datablock {
  margin: 0;
  padding: 5px 20px 0 20px;
  }

.profile-datablock dd {
  margin: 0;
  padding: 0;
  }

.profile-img img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background: #fff;
  }

#sidebar p.profile-link {
  padding-left: 36px;
  background: url(images/profile_blue.gif) no-repeat 20px 4px;
  }

p#powered-by, #sidebar p.profile-textblock {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

#footer {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;
  background: url(images/bottom_sill.gif) no-repeat bottom left;
  }

#footer p {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background: url(images/bottom_sash.gif) no-repeat top left;
  }

#win{
	position:absolute;
	border: 1px solid black;
	padding: 1px;
	background-color: #FFF;
	width: 275px;
	visibility: hidden;
	z-index: 100;
	font-size: 85%;
}

#win a:visited{
	color: #6699cc;
}

#win a:hover{
	color: #F9B935;
}

#win a:active{
	color: #6699cc;
}

#win .hr {

	background-color:#3d77cb;
	color:#FFF;
	font-size:1.2em;
	height:1em;
	border:1px solid #FFF;
	border-bottom:1px solid #000;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}

#win2{
	position:fixed;
	border: 1px solid black;
	padding: 1px;
	background-color: #EAEAEA;
	width: 275px;
	font-size: 85%;
	float: right;
	background-color: #FFF;
	visibility: scroll;
	z-index: 100;
	top: 250px;
	left: 851px;
}

#win2 a:visited{
	color: #6699cc;
}

#win2 a:hover{
	color: #F9B935;
}

#win2 a:active{
	color: #6699cc;
}

#win2 .hr {

	background-color:#3d77cb;
	color:#FFF;
	font-size:1.2em;
	height:1em;
	border:1px solid #FFF;
	border-bottom:1px solid #000;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}

.star {
	font-size: 15px;
}

.instructions {
	border: 1px solid #666;
	background: #FFFFCC;
	width:95%;
	padding:10px;
}
.description {
	font-size: 10px;
	border: 1px solid #666;
	text-align: center;
	background: #FFFFFF;
	width:600px;
}

.description1 {
	font-size: 10px;
	border: 1px solid #666;
	text-align: center;
	background: #FFFFFF;
	width:768px;
}

.description1 td {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;

}

.description1 #Desc {
  	font:Verdana;
	font-size: 12px;
	font-weight:bold;
	text-align:justify;
	width: 441px;
	color:#996666;
	padding-top: 8px;
	padding-bottom: 8px;
  }

  .description1 #title{
  	font:Tahoma;
	font-size: 11px;
	color:#000000;
	display:block;
  }

  .inner-content {
  	PADDING-RIGHT: 20px;
	FONT-SIZE: 8.5pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: justify;
	line-height: 14px;
	color: #333333;
  }

  .inner-content a, .inner-content a:link, .inner-content a:hover, .inner-content a:visited {
    font:Verdana;
  	font-size: 15px;
  	font-weight:bold;
  	color:#00CCFF;
  }

  #main-content-home {
  float: left;
  width: 800px;
  min-height: 400px;
  margin: 0px 0 0 0;
  padding: 0;
  line-height: 1.5em;
  }

  #content-home {
  margin-left: 25px; /* to avoid the BMH */
  }

  .page-content {
	min-height: 300px;
  	margin: 0px 0 10px 0;
  	padding: 10px;
  	text-align:left;
  	font-size: 13px;
  }
 .te_table {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border:1px solid #000;
}

.te_table thead
{
	background-color:#BFCAD7;
	border:1px solid #000;
}

.te_table th
{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.te_table td
{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.te_form td
{
	padding: 0px;
	padding-bottom:5px;
	padding-top:5px;
	text-align: left;
}

.te_link1
{
	font-weight: bold;
}

.correctChoice, .wrongChoice {
	background-color:#339900;
	font-weight:bold;
	color: #FFF;
	padding:5px;
}

.wrongChoice {
	background-color:#E00000;
}

.correctMsg, .wrongMsg {
	color:#339900;
	font-size:16px;
	font-weight:bold;
}

.wrongMsg {
	color:#E00000;
}

.answerText {
	font-size:16px;
}


a.linkButton , a.linkButton_jeywinshows{
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	background-color: #690;
	color: #FFF;
	border:2px outset;
	cursor:pointer;
}

a.linkButton:hover , a.linkButton_jeywinshows:hover {
	border: 2px inset;
}

a.linkButton_jeywinshows{
	font-size:large;
}

table.tablecontent {
	background:transparent url(images/tabletop.jpg) no-repeat scroll left top;
	width:700px;
}

table.smalltable{
	margin-left:20px;
}
table.tablecontent .content, table.smalltable .content, .big-text{
	font-size:14px;
	line-height:25px;
	text-align:left;
	padding-left:10px;
}

.big-text {
	font-size:30px;
}

table.tablecontent .tableheader {
	font-size:18px;
	line-height:25px;
	text-align:left;
	padding-left:10px;
}


.verticalBar {
	border-right:2px solid #CCCCCC;
	margin-right:2px;
}

.package-list {
	background:transparent url(images/tablebottom.jpg) no-repeat scroll left bottom;
	/*margin:20px;*/
	font-size:22px;
}

th{
	font-size:16px;
	font-weight:bold;
}

hr {
	border:1px inset #71870c;
}

.question_quicklink_panel
{
	margin-top: 2px;
}

.question_quicklink_panel td
{
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
	padding-left: 2px;
	text-align:center;
	width:100px;
}

.timer{
	font-size: 20px;
	font-weight:bold;
	color: #333366;
}

.minimizeIcon
{
	float:right;
	font-size: 25px;
	font-weight:bold;
	height:3px;
	width:10px;
	background-color:#FFFFCC;
}

.qpDetails
{
	font-size: 12px;
	font-weight:normal;
	text-align: left;
}

.question-menu-table {
	width:675px;
	border-right:1px dotted #CCC
}

.no-border {
	border:0;
}

.mainheading
{
	/* background-color :#B09093;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#333238;
}

.innerheading td
{
	background-color :#ebeedd;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333238;
	padding:0px;
	border-spacing:0px;
	border:0px solid red;
}

.oddresultcontent
{
	background-color: #FFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-bottom:10px ;
	text-align:left;
	color:#333238;
	margin:10px;

}

.evenresultcontent
{
	background-color: #EAEAEA;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:10px ;
	text-align:left;
	color:#333238;
}

.ranklist td
{
	padding:5px;
}

.ranklist
{
	width:700px;
	margin-top:10px;
}

.ranklist2 td
{
	padding:5px;
}
.ranklist2
{
	width: 95%;
	margin:10px;
}

a.freshButton {
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	background-color: #C33939;
	color: #FFF;
	border:2px outset;
	cursor:pointer;
}

a.freshButton:active {
	border: 2px inset;
}
