/* DEFAULT */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

body, table, div, input, select, textarea {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
}

a { 
	color: #358DC9; 
	text-decoration: underline;
}

a:hover { 
	color: #F64159; 
	text-decoration: none; 
}

.errorMessage {
	margin: 20px 0px;	
	background-color: #FFE6E1; 
	color: #B41B00; 
	padding: 20px; 
	font-weight: bolder; 
	text-align: center;
}

.message {
	margin: 20px 0px;
	background-color: #E6F3FA; 
	color: #1D6D97; 
	padding: 20px; 
	font-weight: bolder; 
	text-align: center;
}

.simpleTbl td {
	border: 1px solid #ABBDB2;
	padding: 5px;
}

/* Top */

.link a {
	color: #192760; 
	text-decoration: none;
}

.link a:hover {
	color: #F64159; 
	text-decoration: none;
}

/* Left */

#leftMenuTbl {
	width: 220px;
	border-collapse: separate;
}

#leftMenuTbl td {
	font-weight: bolder;
	background-color: #CCD4F2;
	padding: 0px;
}

#leftMenuTbl a {
	color: #1F3077; 
	text-decoration: none;
}

#leftMenuTbl a:hover {
	color: #1F3077; 
	text-decoration: none;
}

.squareLeftMenu {
	width: 25px;
	height: 100%;
	background-color: #263A90;
	float: left;
	text-align: center;
}

.squareLeftBlock {
	position: absolute; 
	width: 25px; 
	height: 64px; 
	background-color: #263A90; 
	text-align: center;  
	vertical-align: top;
}

.textLeftMenu {
	padding: 3px 3px 0px 10px;
	float: left;
}

#leftBlock {
	width: 214px;
	padding: 2px;
	margin-top: 5px;
}

.block a { 
	color: #192760; 
	text-decoration: none;
}

.block a:hover { 
	color: #F64159; 
	text-decoration: none; 
}

/* Right */

.captionRight {
	border-top: 1px solid #8994C1;
	border-left: 1px solid #8994C1;
	border-right: 1px solid #8994C1;
}

.captionRight img{
	margin: 1px;
}

.containerRight {
	padding: 0px 5px 10px 5px;
	margin-bottom: 5px;
}

.contentRight {
	margin-top: 5px;
	font-size: 11px;
}

.contentRight td{
	padding: 2px;
	color: #192760;
}

.contentRight a { 
	color: #358DC9; 
	text-decoration: none;
}

.contentRight a:hover { 
	color: #F64159; 
	text-decoration: none; 
}

/* Center */

#leftMenuTbl/*, .containerCenter*/, .block, .containerRight  {border: 1px solid #8994C1;}


.captionBlock {
	width: 100%;
	height: 22px;
	border-top: 1px solid #8994C1;
	border-bottom: 1px solid #8994C1;
}

.centerPage {
	border-bottom: 1px solid #8994C1;
	border-left: 1px solid #8994C1;
	border-right: 1px solid #8994C1;
}

.containerCenter {
	padding: 20px 10px 20px 10px;
	margin: 0px 5px 5px 5px;
}

.contentPage {
	text-align: justify;
}

.captionPage { 
	color: #263A90; 
	font-size: 18px; 
}


/* Footer */

.footerTbl {
	margin-top: 20px;
}

.footerTbl td{
	padding-left: 10px;
	font-size: 12px;
	font-weight: bolder;
}

.footerTbl a { 
	color: #1F3077; 
	text-decoration: none;
}

.footerTbl a:hover { 
	color: #F64159; 
	text-decoration: none; 
}

/* Bookshelf */

.bookshelfTbl {
	margin-bottom: 10px;
}

.bookshelfTbl td{
	padding: 10px;
}

.separatorLine {
	height: 5px; 
	background: url('/images_design/line.gif') repeat-x left top;
}

/* Order */

.orderTbl {
	border-collapse: separate;
}

.orderTbl td{
	background-color: #E7E8EF;
	padding: 3px 10px;
}

.orderHead td{
	background-color: #757B94;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
	padding: 5px 10px;
}

.star {
	color: #F64159;
}

/* Announce */

.announceDiv {
	width: 90px;
	margin-left: 10px; 
	float: left; 
	text-align: center; 
	font-weight: bolder; 
	padding: 1px 2px; 
	background-color: #757B94; 
	color: #FFFFFF;
}

/* News */

.newsDiv {
	width: 80px;
	padding: 1px 5px;
	text-align: center; 
	font-weight: bolder; 
	background-color: #757B94; 
	color: #FFFFFF;
}

.captionLink {
	font-weight: bolder;
}

.captionLink a { 
	color: #545A73; 
	text-decoration: none;
}

.captionLink a:hover { 
	color: #9197AD; 
	text-decoration: none; 
}

/* Banner */

.bannerImg {
	margin-bottom: 5px;
}


