/* CSS Document */

/* global */
body {
	background-image: url(../images/page-sides.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #e1f3fd;
	}


#whatsnew {
	width:330px;
	padding:0px;
	color:#541900;
	font-family:"Trebuchet MS",Arial,"Helvetica CY",Verdana;
	background:url(../images/whats-new-bg.jpg) repeat-y;
	text-align:center;
	font-size:13px;
	}	
#whatsnewInside {
	background:url(../images/whats-new-top.jpg) no-repeat;
	padding-top:50px;
	width:330px;
	padding:25px 0px 0px 0px;
	}
#whatsnew h3.main {
	background:url(../images/whats-new.jpg) no-repeat 220px 0px;
	height:65px;
	padding-top:30px;
	border:none;
	}
#whatsnew p.last {
	background:url(../images/whats-new-bottom.jpg) no-repeat bottom;
	padding-bottom:60px;
	}
#whatsnew h4, #whatsnew h3, #whatsnew p {
	padding:0px 15px;
	}
#whatsnew h4 {
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:14px;
	}
#whatsnew p {
	padding:0px 15px 10px 15px;
	margin:5px 0px;
	}
#whatsnew h3 {
	border-bottom:1px dotted #DBDBDB;
	font-size:18px;
	color:#FF6600;	
	padding:5px 15px;
	}
#whatsnew a:link, #whatsnew a:visited {
	border-bottom: 1px dotted #541900;
    color: #FF6600;
    font-family: "Trebuchet MS",Arial,"Helvetica CY",Verdana;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
	}

/* images */
#logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	}
#text-top {
	background-image:url(../images/text-top.jpg);
	background-repeat:no-repeat;
	}
#text-bg {
	background-image:url(../images/text-bg.jpg);
	background-repeat:repeat-y;
	}
#text-bottom {
	background-image:url(../images/text-bottom.jpg);
	background-repeat:no-repeat;
	}
#whats-new-top {
	background-image:url(../images/whats-new-top.jpg);
	background-repeat:no-repeat;
	}
#whats-new-bg {
	background-image:url(../images/whats-new-bg.jpg);
	background-repeat:repeat-y;
	}
#whats-new-bottom {
	background-image:url(../images/whats-new-bottom.jpg);
	background-repeat:no-repeat;
	}
	
/* text */
#page-headings {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:18px;
	color:#541900;
	font-weight:bold;
	margin-right:10px;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	}
#page-text {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:14px;
	line-height:20px;
	color:#541900;
	padding:10px;
	margin-right:10px;
	margin-left:10px;
	}
#page-text-sub { font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana; font-size:14px; line-height:20px; color:#541900; margin-top: 0; margin-right:10px; margin-left:10px; padding: 0 10px 10px; }	
#whats-new {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:14px;
	line-height:18px;
	color:#Ff6600;
	margin-left:10px;
	margin-bottom:0px;
	list-style:none;
	border-bottom:1px dotted #dbdbdb;
	width:300px;
	}
#whats-new-li {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:12px;
	line-height:14px;
	color:#541900;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	}
#page-text ul {
	margin-left:0px;
	padding-left:0px;
	}
#page-text li {
	list-style:disc;
	color:#541900;
	margin-left:20px;
	}

/* links */
#page-links a:link, #page-links a:visited {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:14px;
	line-height:18px;
	color:#Ff6600;
	text-decoration:none;
	border-bottom:1px dotted #541900;
	}
#page-links a:hover {
	color:#541900;
	border-bottom:1px dotted #Ff6600;
	}
#whats-new-li a:link, #whats-new-li a:visited {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:12px;
	line-height:14px;
	color:#Ff6600;
	text-decoration:none;
	border-bottom:1px dotted #541900;
	}
#whats-new-li a:hover {
	color:#541900;
	border-bottom:1px dotted #Ff6600;
	}
