/* //// Dynamic Stylesheet for The Travel Library //////////////////

/* is read and processed by ttl.css.php */

body,
html{
	margin:0;
	padding:0;
	}


body {
	background-color: #A9001F;}

.ttlback {background-color: #A9001F; }

body,td,th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	font-size:10px;
}

img
{
	border: none;
}

a {
	font-family: Tahoma, Arial, sans-serif;
	/* font-size: 10px; */
	color: #000000;
	color: #A9001F;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none; 
}

a:hover, .bodylink:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.topBarWelcome {
	color:#FFFFFF;
}

.lowerMenu {
	color:#FFFFFF;
}

.qsTitle {
	font-size: 11px;
	font-weight: bold;
	color: #A9001F;
}

.qsLargeLink {
	font-size: 12px;
	font-weight: bold;
	color: #A9001F;
}

.inputStyle {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	word-spacing: normal;
	list-style-position: inside;
	list-style-type: circle;
	background-color: #FFFFFF;
	/* white-space: normal; */
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: inline;
	margin-bottom: 0px;
}

table.infoBox {
	border: 1px solid #CCCCCC;
}
table.standardBox { background-color: #A9001F; margin-bottom:8px;}

table.infoBox th, table.standardBox th {
	padding: 4px 8px 4px 8px;
	background-color: #B91D3D;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

table.infoBox td, table.standardBox td {
	padding: 6px;
}
table.standardBox td {background-color:#ffffff;}

table.standardBox th a {color: #ffffff;}


table.errorBox { 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
table.errorBox th {
	padding: 4px 8px 4px 8px;
	background-color: #B91D3D;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
table.errorBox td {
	padding: 6px;
}


h1, h2, h3, h4, .bodylink, .csLargeHeading {
	color: #A9001F;
}


.schemeText { color: #A9001F; }
.errorText 	{ color: #B91D3D; }

h1 { font-size: 28px; font-weight: normal; margin-top:12px; margin-bottom:12px;}
h2 { font-size: 18px; font-weight: normal; margin-top:8px; margin-bottom:8px;}
h3, .csLargeHeading { font-size: 14px; font-weight: bold; margin-top:5px; margin-bottom:5px;}
h4 { font-size: 12px; font-weight: bold; margin-top:5px; margin-bottom:5px;}

hr { margin-top:0px; margin-bottom:0px;}

p { margin-top:1px;  margin-bottom:5px;}




/* HELP TREE ****************************************************/

.helpBreadcrumb
{

}
.helpBreadcrumb a, .helpBreadcrumb a:visited
{
color: #000000;
}


.helpTree
{

}

.helpTree img
{
	border-style: none;
}


.helpTree a, .helpTree a:visited
{
color: #000000;
text-decoration:none;
}
.helpTree a:hover
{
text-decoration:underline;
}

.helpTree a.HelpOn, .helpTree a.HelpOn:visited
{
color: #000000;
text-decoration:underline;
}


.helpTree a.unpublished, .helpTree a.unpublished:visited
{
color: #808080;
text-decoration:none;
}
.helpTree a.unpublished:hover
{
text-decoration:underline;
}

.helpTree a.unpublishedHelpOn, .helpTree a.unpublishedHelpOn:visited
{
color: #808080;
text-decoration:underline;
}

table.helpTree td {padding:0px;}

.worldCupRed {
	color: #ff0000;
	text-decoration: underline;
}

.worldCupRed:hover {
	text-decoration: underline;
}

/* CSS LAYOUT (overlay stuff) *************************************************** */

#tooltip {
    padding: 5px;
    background-color:#fff;
	 background-image: url(../images/wait.gif);
	 background-position: 50% 7px;
	 background-repeat:no-repeat;
    border: 1px solid #888;
    text-align: center;
	 z-index:1001;
	 position:absolute;
}
#tooltip img {
padding-bottom:8px;
}

#selAutozoom {
	 background-image: url(../images/wait.gif);
	 background-position: -5000em 0;
	 background-repeat:no-repeat;
}


/* STUFF FROM PDGROUP ************************************************************** */

#home h1, #newsbit h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #A9001F;
	padding-left: 6px;
	padding-top: 8px;
}
#home .h2, #newsbit .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 8px;
}
#home .destinations, #newsbit .destinations {
	line-height: 18px;
	color: #A9001F;
	font-size: 12px;
}
#home h3, #newsbit h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #A9001F;
	padding-right: 14px;
	padding-left: 6px;
	margin-bottom: 6px;
	padding-top: 10px;
}
#home #fourpics, #newsbit #fourpics {
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#home .smallheaders, #newsbit .smallheaders {
	font-size: 13px;
}
#home #horizontal, #newsbit #horizontal {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DEE8E8;
	padding-bottom: 10px;
}
#home #padding, #newsbit #padding {
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#home #newsmargin, #newsbit #newsmargin {
	margin-left: 6px;
	margin-right: 10px;
}
#home .newslgr, #newsbit .newslgr {
	font-size: 12px;
	line-height: 17px;
}
#home #newspicmargin, #newsbit #newspicmargin, #np1img1, #np1img2, #np1img3, #np2img1, #np2img2, #np2img3, #np2img4 {
	margin-top: 10px;
}

/* LOGIN ************************* */

#loginform div {
display:inline;
color:#3abac2;
padding-right:5px;
}
#loginform, #loginform div, #loginform a {
font-size:10px;
}
#lblLogin, #submitLink{ font-weight:bold; }
#submitLink {
margin-left:0px;
margin-right:18px;
font-weight:bold;
line-height:18px;
padding-right:15px;
background-image:url(../images/new/rednew/icon_20.jpg);
background-repeat:no-repeat;
background-position:right 50%;
}
#registerLink { margin-right:10px;}
#loginform  {margin-top:5px;}
#loginform .inputStyle {
margin:0px;
padding:0px;
margin-right:10px;
border:1px solid #ccc;
width:92px;
}	
/* table { border:1px solid #000; } */	
