@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #1D1D1D;
	background-image: url(images/backtile.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

a:link, a:hover, a:visited, a:hover {
	color: #0068ff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

.header {
	height: 296px;
	width: 864px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.lefttop {
	background-image: url(images/lefttop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 544px;
}
.leftmain {
	background-image: url(images/lefttile.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 544px;
	text-align: center;
}
.leftbottom {
	background-image: url(images/leftbottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
	width: 544px;
}
.righttop {
	background-image: url(images/righttop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 258px;
}
.rightmain {
	background-image: url(images/righttile.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 258px;
}
.rightbottom {
	background-image: url(images/rightbottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
	width: 258px;
}
.rightholder {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 21px;
}
.leftholder {
	margin-top: 0px;
	margin-right: 31px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.navi {
	text-align: right;
	word-spacing: 30px;
	font-size: 19px;
	color: #FFF;
	margin-right: 70px;
	margin-top: 5px;
}

.dittoentry {
	clear: both;
	color: #CCC;

}
.entrytitle {
	font-size: 24px;
	font-weight:bold;
	text-align: left;
}

.entrytitle a, .entrytitle a:link, .entrytitle a:hover, .entrytitle a:visited, .entrytitle a:hover {
	color: #FFF;
	text-decoration: none;
}
.entrytitle a:hover {
	color: #999;
	text-decoration: underline;
}


.entrytitle-right {
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	background-color: #000;
	margin-bottom: 10px;
	height: 25px;
	padding-top: 5px;
}

.entrytitle-right a, .entrytitle-right a:link, .entrytitle-right a:hover, .entrytitle-right a:visited, .entrytitle-right a:hover {
	color: #FFF;
	text-decoration: none;
}
.entrytitle-right a:hover {
	color: #999;
	text-decoration: underline;
}







h2{
font-size: 24px;
	font-weight:bold;
	text-align: left;
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited, h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
h2 a:hover {
	color: #999;
	text-decoration: underline;
}


.entrydate {
	vertical-align: middle;
	font-size: 16px;
	color: #666;
	background-color: #000;
	text-align: right;
	clear: both;
	height: 20px;
	
	padding-right: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #3B3B3B;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.entrydate-none {
	vertical-align: middle;
	font-size: 16px;
	color: #666;
	text-align: right;
	clear: both;
	height: 1px;
	
	padding-right: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #3B3B3B;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



.entryfooter {
	height: 20px;
	clear: both;
	margin-bottom: 25px;
}

.entrytable
{
	padding-bottom: 25px;	
}

#ajaxSearch_form fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 0px;
}

.emailform {
	background-color: #181818;
	border: 1px dashed #3B3B3B;
}

#ajaxSearch_input {
		margin-top: 0px;
	padding-top: 0px;
}

form#ajaxSearch_form {
	margin: 0px;
	padding: 0px;
}


.cleardefault {
	margin: 0px;
	padding: 0px;
}

.rightwidget
{
	background-color: #181818;
}

.entrycontent {
	text-align: justify;
}

.navi a:link, .navi a:hover, .navi a:visited, .navi a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.navi a:hover {
	color: #CCC;
}
.navi a:active {
	color: #0068ff;
}
.navi .selected a{
	color: #0068ff;
}


#twitter_update_list {
	width: 200px;
	list-style-type: disc;
	overflow: hidden;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
}

#twitter_update_list li {
	margin-top: 10px;
}

.rightwidget {
width: 220px;
overflow: hidden;
}

.rssChannel {
	visibility:hidden;
	height:0;
}

.rssItem a:link, .rssItem a:hover, .rssItem a:visited, .rssItem a:hover, .rssItem a:active {
	font-size:10px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	margin-left: 15px;

}
.rssItem a:hover {
	color: #0068ff;
}
	
.rssItem {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	margin-bottom: 8px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(images/rssarrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.navigation {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	clear: both;
	margin: 0px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.navigation a, .navigation span {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

footer {
	color: #999;
	font-size: 10px;
	padding-bottom: 25px;
}


.apptitle {color:#fafafa;font-weight:normal;font-size:20px;margin:0;}

.clienttitle {color:#fafafa;font-weight:normal;font-size:16px;margin:0;}

	.appslist {
	
}
	.appslist img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.caption{
	text-align: justify;
	color: #999;
	}
	
	
.app_odd
{
	padding: 10px;
	padding-bottom: 10px;
}
.app_even
{
	padding-bottom: 10px;
	background-color: #181818;
	padding: 10px;
}



.ajaxSearch_result {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-right: 30px;
	padding-left: 30px;
	margin-top:10px;
	margin-bottom:10px;
}

.ajaxSearch_result a{
	font-size: 16px;
}

.ajaxSearch_highlight {
	background-color: #009;
	font-weight: bold;
}

-->