
@import url(ControlStyles.css);
@import url(LinkStyles.css);
/* HTML Overrides */

html { height: 100% }
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #31849b;
	vertical-align:top;
	text-align:left;
	}
	
a.dg { color: #333; }
a.dg:hover { text-decoration: underline; }
a.noul { text-decoration: none; }
a.red { color: #C00; }
a.dr { color: #900; }

code {
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	}

img { border: none; }
	
dt {
	font-weight: bold;
	padding-bottom: 5px;
	}
	
dd { padding-bottom: 15px; }
	
emphasis { font-style: italic; }

form { margin: 0px; padding: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 0px;
	}

h1 { font-size: 19px; }
	
h1.leftNavNoContent { margin-bottom: 8px; }

h2 { font-size: 16px; }
	
h3 { font-size: 14px; }

h4 { font-size: 12px; }

h5 { font-size: 10px; }

h6 { font-size: 10px; }
	
hr {
	border: 0px; 
	margin-top: 5px;
	margin-bottom:5px;
	color:#63a6de; 
	background-color:#63a6de; 
	height:1px; 
	width:100%;
	}
    

/* Common Elements */

.standardText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
.normalText { font-size: 12px; }
.smallText { font-size: 11px; }
.xsmallText { font-size: 10px; }
.xxsmallText { font-size: 9px; }
.titleText { font-size: 15px; 
font-weight: bold}
.xlargeText { font-size: 16px; }
.xxlargeText { font-size: 18px;  }
.xxxlargeText { font-size: 21px; }

.languageText {
font-size: 13px;
font-style: italic;
 }
.copyrightText {
font-size: 13px;
 }
.authorText {font-weight: bold; }
.smgrayText { font-size: 12px; color: #666; }
.redText { color: #C00; }





/***********************/
* {
margin:0pt;
padding:0pt;
}

.paging ul {
padding:2px 0pt 3px;
text-align:right;
}

.paging li {
display:inline; 
list-style-image:none;
list-style-position:inside;
list-style-type:none;
width:20px;
height:20px;
}

.paging li a:hover 
{
	background-color:#DDE6F1;
}

.paging li a, .paging li span {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #CCCCCC;
color:#286F99;
font-weight:normal;
margin:0pt;
padding-right:4px;
padding-left:4px;
/*padding:1px 4px;*/
}

.paging select {
border:1px solid #CCCCCC;
font-size:0.91678em;
height:17px;
vertical-align:top;
margin-top:-2px;
}


.pagingLetter ul {
padding:2px 0pt 3px;
text-align:right;
}

.pagingLetter li {
display:inline; 
list-style-image:none;
list-style-position:inside;
list-style-type:none;
width:20px;
height:20px;
}

.pagingLetter li a:hover 
{
	background-color:#DDE6F1;
}

.pagingLetter li a, .pagingLetter li span {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #CCCCCC;
color:#286F99;
font-weight:normal;
margin:0pt;
padding-right:2.5px;
padding-left:3px;
/*padding:1px 4px;*/
}

.pagingLetter select {
border:1px solid #CCCCCC;
font-size:0.91678em;
height:17px;
vertical-align:top;
margin-top:-2px;
}
/***********************/
table 
{
	border:none;
}

table.Menu
{
	text-align:center;
	height:30px;
	background-color:#7b9ede;
}

table.MenuSub
{
	text-align:left;
	height:50px;	
}

table.MenuBottom
{
	text-align:center;
	height:70px;
	background-color:#4296ce;
}

table.Content
{
	height:1120px;
	background-color:#ffffff;
}

.ItemBook
{
	width:100px;
	height:200px;
	display:inline;
	float:left;
	font-size:11px;
	list-style-type:none;
	padding:15px 15px 5px 7px;
	text-align:center;
}