* {
	margin:0;
	padding:0;
}

/* Layout */
.header .logo{
	display:inline-table;
	width:200px;
	height: 95px;
	background: url(/img/logo1.jpg) no-repeat center bottom;
	text-align: center;
	font-weight: bold;
	color: #60A4D3;
	
}


.gecko .header .logo{
	position:relative;
	top:-50px;
	
}	
.gecko .header{
	height:70px;
}
.ie .header .logo{
	display:inline;
}

.logo a{
	text-decoration: none;
	color: #60A4D3;
}


.header .top_banner{
	display:inline-table;
	height: 95px;
	width: 820px;
}

.ie .top_banner{
	display:inline;
}


/* left block*/
.left_block{
	display:inline-table;
	width:250px;
	height: 400px;
	color: #60A4D3;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
}

.ie .left_block{
	display:inline;
}
.left_block ul li{
	list-style: none;
	padding-bottom: 10px;
	
}
.left_block a{
	color: #60A4D3;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}

.left_block a:hover{
	border-bottom: 1px dotted;
}

/* right block*/
.right_block{
	display:inline-table;
	width: 820px;
	height: 400px;
}

.right_block h1{
	font-size: 18px;
	color: #60A4D3;
}
.right_block .view_song{
	text-align: left;
}
.right_block{
	text-align: left;
	padding-left: 20px;
	
}
.ie .right_block{
	display:inline;
}

/* cake log*/
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}



/* General Style Info */
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	text-align: center;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	font-size: 100%;
	margin: 0.1em 0;
	font-weight: bold;
}
h2 {
	background:#fff;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
	list-style: none;
}

/*leters pages*/
.list_letters {
	padding-bottom: 20px;
	text-align: left;
}

.list_letters span {
	margin-left: 0px;
}

.list_letters a {
	color: #1A76AC;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.list_letters a:hover {
	border-bottom: 1px dotted;
}
.list_letters a.select {
	color: #000000;
}
/*trainTable*/

.trainTable {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	/*border-bottom: 1px solid #DDE4E9;*/
}

.trainTable th {
	font-size: 11px;
	font-weight: normal;
	color: #60A4D3;
	border-bottom: 1px solid #DDE4E9;
}

.trainTable th,.trainTable td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.trainTable td {
	border-left: 1px solid #DDE4E9;
	border-bottom: 1px solid #DDE4E9;
}

.trainTable a {
	font-size: 11px;
	font-weight: normal;
	color: #575757;
}
.tdLeft {
	text-align: left !important;
	padding-left: 10px !important;
}

.tdRightBorder {
	border-right: 1px solid #DDE4E9;
}

.trBack {
	background: #F1F7FA;
}

/* Paging */
.paginator {
	padding: 15px;
	color:#7F7F7F;
	background: none;
	font-size: 13px;
	text-align: center;
}
.paginator a {
	font-size: 13px;
	color:#7F7F7F;
}
.pageNumber {
	padding: 10px 0px 0px 5px;
	color:#000;
}
.prev, .next {
	display: inline;
	padding: 0px 5px;
}
.prevP {
	background: url(/img/prevPagin.gif) no-repeat left center;
	display: inline;
	padding: 0px 5px 0px 15px;
}
.nextP {
	background: url(/img/nextPagin.gif) no-repeat right center;
	display: inline;
	padding: 0px 15px 0px 5px;
}


/* libe serach*/
#LSResult{
	position:absolute;	
	min-width:469px;
	text-align:left;
	margint-top:27px;
	z-index:99;
}
.LSRes{
	padding:0;
	margin:0;
	padding-bottom:3px;
	background-color:white;
	border:#000000 1px solid;
	color:#000000;
	font-weight:normal;
	width:100px;
}
.LSRow{
	display:block;
}
.LSRow a{
	display:block;
	padding:2px 4px;
	text-decoration:none;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
}
.LSRow a:hover{
	background-color:#b3366CC;
}
#LSHighlight{
	background-color:#3366CC;
}
#LSHighlight a{
	color:#FFFFFF;
}


#LSResult{ /*margin-top:29px;*/opacity:.85; filter:alpha(opacity=85); text-align:center !important;} 

.LSRes{ border:#CCCCCC 1px solid !important; border-top:none !important; width:200px !important; }

.LSRow{ margin:0; } 

#LSHighlight{ background-color:#006fbc !important; }




.query{
	width: 200px;
}

.small{
	font-size: 10px;
	color: grey;
}
.small a{
	font-size: 11px;
	color: grey;
}

/* paging*/
.paging{
	padding-top: 10px;
	padding-bottom: 10px;
}
.paging a {
	font-size: 12px;
	color:#60A4D3;
}

 p {
	padding: 0px 0px 20px;
	text-indent: 30px;
	line-height: 1.6;
}

/*bottom*/
.footer{
	display:inline-table;
	width:1020px;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 11px;
	
}


pre a{
	color:#575757;
}