a {
	color: #FF9900;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
H6 {
	font-size: 14px;
	margin-bottom: 10px;
}
H5 {
	font-size: 14px;
	color: #8B9FCD;
	margin-bottom: 10px;
}
H1 {
	font-size: 20px;
	color: #8B9FCD;
	margin: 0px;
}
p {
	padding: 2pt;
	margin: 0px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#add li{
	background-image: url(../img/icon_add.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px;
}
ul#del li{
	background-image: url(../img/icon_del.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px;
}
ul#del_all li{
	background-image: url(../img/icon_del_all.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px;
}

input.button {
	font-family: arial, verdana, serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	background: #EEEEEE;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
}
select {
	font-family: arial, verdana, serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
}
.message_error {
	color: #F00;
	font-weight: bold;
	background-color: #E5E5E5;
	border: 1px solid #999;
	display: block;
	padding: 6px;
	margin: 0px;
	width: 300px;
}
.message {
	color: #090;
	font-weight: bold;
	background-color: #E5E5E5;
	border: 1px solid #999;
	display: block;
	padding: 6px;
	margin: 0px;
	width: 300px;
}
.color_main_1 {
	color: #8b9fcd;
}
.color_main_2 {
}
.color_main_3 {
}

.left {
	float: left;
}
.right {
	float: right;
}
.box {
	border: 1px solid #bababa;
	margin-bottom: 15px;
}
.box .box_header {
	height: 16px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bababa;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #F9F9F9;
	padding-bottom: 3px;
	color: #693;
}

.box .box_content {
	padding: 10px;
}
.box1 {
}
.box1 .box_header {
	background-color: #F9F9F9;
	color: #8B9FCD;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.box1 .box_content {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #bababa;
}

.box_content #added_lines a{
	color: #CCC;
}

#news_list {
	width: 250px;
	float: left;
	margin: 10px;
}

#news_list a{
	text-decoration: none;
	color: #999999;
}

#news_list a:hover{
	text-decoration: underline;
	color: #999999;
}

#news_list td{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bababa;
}

#news_list #title{
	font-weight: bold;
}

#news_list #img_small{
	float: left;
	margin-right: 5px;
}

#video_list {
	float: left;
	width: 250px;
	margin: 10px;
}

#video_list a{
	text-decoration: none;
	color: #999999;
}

#video_list a:hover{
	text-decoration: underline;
	color: #999999;
}

#video_list td{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bababa;
}

#video_list #title{
	font-weight: bold;
}

#video_list #img_small{
	float: left;
	margin-right: 5px;
}

#news_current {
}

#news_current #date_time{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#news_current #img_original{
	float: left;
	margin-right: 10px;
}

#news_current #title{
}

#news_current #context{
	font-weight: bold;
}

#container {
	padding:0px;
	color:#999999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 11px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	word-wrap:break-word;

}

#container #header{
	width:100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BBD1FF;
	font-weight: bolder;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#container #header .right{
	margin-top: 35px;
	margin-right: 15px;
}

#container #header a{
	color:#CE5B35;
	text-decoration: none;
}

#container #header a:hover, a:active{
    color:#999;
    text-decoration:none;
}

#container #content{
	margin-top: 10px;
	margin-bottom: 10px;
}

#container #content #leftcontent{
	width: 180px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #BBD1FF;
	padding: 10px;
}

#container #content #centercontent{
	padding: 10px;
}

#container #content #rightcontent{
	width: 180px;
	padding: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBD1FF;
}


#container #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #BBD1FF;
	text-align: center;
	clear: both;
}
#container #footer a{
	color:#CE5B35;
	text-decoration: none;
}

#container #footer a:hover, a:active{
    color:#999;
    text-decoration:none;
}
