* {
	margin: 0em;
	padding: 0em;
}

body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 0;
	background: #00291d url('/template/back.jpg') top center;
	background-repeat: repeat-y;
}

a img {
	border: 0px;
}

#networkheader {
	width: 950px;
	height: 25px;
	background: #000 url('/images/networkbanner.jpg') top center;
	text-align: right;
}

#networkheader select {
	font-size: 9px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 10px;
	margin-top: 2px;
}

#networkheader form {
	margin: 0px;
	display: inline;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background: #f2f2f2;
	border: 5px solid #f2f2f2;	
}

#container-shadow {
	z-index: 1;
	position: relative;
	width: 100%;
	padding-bottom: 5px;
	background: url('/images/shadow.jpg') repeat-y bottom center;
}


.center {
	text-align: center;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
	height: 0px;
}

.space {
	clear: both;
	padding: 5px;
}

/* header */

#header {
	z-index: 1;
	position: relative;
	height: 205px;
	margin: 0;
}

#logo {
	float: left;	
}

#logo img {
	border: 0px;
}

/* header */

/* top menu */

#top-menu {
	z-index: 120;
	position: absolute;
	float: right;
	width: 150px;
	font-size: 10px;
	height: 17px;
	padding: 0 3px 0 0;
	text-align: left;
	color: #333;
	background: url(../images/top-menu.gif) repeat-x top left;
	right: 0;
	top: 0;
}

#top-menu-left {
	z-index: 121;	
	position: absolute;
	float: right;	
	right: 15.3em;
	top: 0;
	background: url(../images/top-menu-left.gif);
	width: 23px;
	height: 18px;
}

#top-menu a:link, #top-menu a:visited, #top-menu a:active {
	color: #444;
	text-decoration: none;
}

#top-menu a:hover {
	color: #555;
	text-decoration: underline;
}
/* top menu */

/* site body */

#site-body {
	background: #f2f2f2;
	padding: 0;	
}

#site-body #left {
	width: 635px;
	margin: 3px 3px 3px 0;
	float: left;
}

#site-body #left ul li {
	font-size: 12px;
}

#site-body #left ul {
	margin-bottom: 12px;
}

#site-body #right {
	width: 300px;
	background: #f2f2f2;
	margin: 3px 0 3px 10px;
	float: left;
}

#site-body #right #right-inner {
	background: #fff;
	padding: 5px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#site-body #right #right-inner-top {
	background: url('/images/side-top.jpg');
	height: 4px;	
}

#site-body #right #right-inner-bottom {
	background: url('/images/side-bottom.jpg');
	height: 4px;
}

#site-body #right #right-inner h2 {
	color: #00573d;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

#site-body #right #right-inner h3 {
	font-size: 14px;
	color: #00573D;
	margin: 10px 0 0 0;
	text-align: center;
}

#site-body a {
	color: #00573d;
}

/* site body */

#normal h1 {
	font-size: 20px;
	color: #00573d;
	font-family: Georgia,Arial,Helvetica,sans-serif;
}

#nextgame-top {
	background: url('/images/featured-top.jpg') top left no-repeat;
	height: 1px;	
	margin: 10px 0 0 0;
}

#nextgame-bottom {
	background: url('/images/featured-bottom.jpg') bottom left no-repeat;
	height: 1px;
	margin: 0 0 10px 0;
}

#nextgame {
	background: #f2f2f2 url('/images/nextgamebg.jpg') center center no-repeat;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
	padding: 5px;
}

#nextgame ul li {
	display: inline;
	float: left;
}

#nextgame ul li.text {
	width: 220px;
	text-align: center;	
	color: #d9cf84;
}

#nextgame h4 {
	font-size: 9px;
	color: #fff;
}

#nextgame h4 a {
	color: #fff;
}

#nextgame ul li.lastweek, #nextgame ul li.nextweek {
	width: 90px;	
	height: 98px;
	text-align: center;
}

#nextgame ul li.lastweek h1, #nextgame ul li.nextweek h1 {
	font-size: 10px;
	color: #d9cf84;
	font-weight: normal;
	padding: 5px 0 5px 0;
	background: #10392d;
}

#nextgame ul li.lastweek h2, #nextgame ul li.nextweek h2 {
	font-size: 10px;
	color: #fff;
	padding: 10px 0 10px 0;
	font-weight: normal;
}

#nextgame ul li.lastweek h3, #nextgame ul li.nextweek h3 {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	padding: 10px 0 0 0;
}

#nextgame ul li.lastweek {
	border-right: 3px dotted #000;					
}

#nextgame ul li.nextweek {
	border-left: 3px dotted #000;
}

#nextgame ul li.home {
	border-right: 3px dotted #000;	
}

#nextgame ul li.visitor {
	border-left: 3px dotted #000;
}

#nextgame ul li.text h1 {
	font-size: 10px;
	color: #d9cf84;
	font-weight: normal;
	background: #10392d;
	padding: 5px 0 5px 0;
}

#nextgame ul li.text h2 {
	font-size: 14px;
	color: #fff;
}

#nextgame ul li.text h3 {
	font-size: 12px;
	color: #d9cf84;	
	font-weight: normal;	
}

#nextgame ul li.text p {
	margin: 3.0em 0 0 0;	
}

#nextgame ul li.home, #nextgame ul li.visitor {
	width: 105px;
	text-align: center;
}

/* menu */

#menu {
	position: relative;
	background: #c09d29 url(../images/menu-bg.jpg) repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 10px;
	border-bottom: 3px solid #01573e;
	font-size: 10px;
}

#menu ul {
	position: absolute;
	margin: 0;
}

#menu ul li {
	position: relative;
	display: inline;
	font-size: 10px;
}

#menu ul li a {
	padding-left: 5px;
	padding-right: 5px;
	color: #444;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a.active {
	background: #00573d url(../images/menu-bg-active.jpg) repeat-x;
	color: #fff;
}

#menubottom {
	background: #fff url('../images/border1.gif') repeat-x;
	height: 3px;
}


/* menu */

/* main column */

#main-column {
	float: left;
	width: 664px;
}

/* main column */

/* news items */
#featured-news-inner .post p {
	font-size: 12px;
}

#featured-news .post p {
	font-size: 13px;
}

#news .post p {
	font-size: 10px;
}

#news .post img {
	width: 125px;
	height: auto;
}

#normal p, #news p, #featured-news p {
	margin: 0 0 10px 0;
}

#normal p, #news p {
	font-size: 12px;
}

#normal, #news {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 7px;	
}

#normal-top, #news-top {
	background: url('/images/featured-top.jpg');
	height: 4px;	
}

#normal-bottom, #news-bottom {
	background: url('/images/featured-bottom.jpg');
	height: 4px;
}

#featured-news {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 7px;
	background: #fff;
}

.post a:link, .post a:active, .post a:visited {
	color: #00573d;
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}


#featured-news .post h1 {
	font-size: 20px;
	color: #00573d;
	font-weight: bold  ;
	font-family: Georgia,Arial,Helvetica,sans-serif;
}



#featured-news-top {
	background: url('/images/featured-top.jpg');
	height: 4px;
	
}

#featured-news-bottom {
	background: url('/images/featured-bottom.jpg');
	height: 4px;
}

#news .post h1 {
	font-size: 10px;
}

#normal ul li {
	margin: 0 0 5px 2.0em;
}

#normal .divider, #right .divider, #news .divider {
	clear: both;
	border-bottom: 1px dashed #ccc;
	border-left: 0;
	border-right: 0;
	margin: 5px 0 5px 0;	
}

.post h2 {
	font-size: 10px;
	font-weight: normal;
	color: #777;
}

.post p img {
	position: relative;
	float: left;
	margin: 0em 1.0em 0.5em 0em;
	padding: 3px;
	border: 1px solid #eaeaea;

}

/* news items */



/* content items */

/* footer */

#footer {
	clear: both;
	background: #111;
	color: #eee;
	padding: 0 0 3px 0;
	text-align: center;
	border-top: 10px solid #f2f2f2;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	text-decoration: underline;
}

#footer img {
	vertical-align: middle;
	margin: 0 3px;
}

#footer #footer-menu {
	background: url('/images/footer-bg.jpg') repeat-x top left;
	padding: 5px 0 0 0;
	height: 19px;
	color: #333;
}

#footer #footer-menu a {
	color: #111;
}

/* footer */

/* table elements */
table {
	font-size: 10px;
	width: 100%;
	text-align: left;
	border-spacing: 0px;
}

#site-body #left table {
	font-size: 12px;
	width: 100%;
	text-align: left;
}

#site-body #schedule table {
	font-size: 10px;
	width: 100%;
	text-align: left;
}

td {
	padding: 3px;
}

thead td {
	background: url(../images/thead.jpg) center left;
	color: #eee;
}

.altrow {
	background: #f2f2f2;
}

.seprow {
	background: #00573d;
	color: #fff;
}

/* table elements */

/* ads */
.ad {
	text-align: center;
}

.ad img {
	border: 1px solid #bbb;
	margin: 10px 0;
}
/* ads */
#news ul {
	margin: 0 0 10px 0;
}

#news ul li {
	margin: 0 0 5px 30px;
}

#ajaxform form {
	display: inline;
	padding: 0;
	margin: 0;
}

#ajaxform label {
	display: block;	
	margin: 10px 0 -5px 0;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

#ajaxform textarea {
	width: 500px;
	padding: 5px;
	margin: 10px 0 0 0;
	color: #666;
	font-size: 12px;
	border: 1px solid #bbb;
}

#ajaxform input, #ajaxform select {
	width: 300px;
	padding: 5px;
	margin: 10px 0 0 0;
	color: #666;
	font-size: 12px;
	border: 1px solid #bbb;
}

#ajaxform .inline-input input {
	float: left;
	width: 120px;
	margin: 10px 0 10px 0;
}

#ajaxform .no-indent textarea {
	margin: 10px 0 10px 0;
}

#buttons {
	text-align: center;
}

#buttons input {
	width: 85px;
	margin-right: 10px;
	text-align: center;
}

.image-caption {
	border: 1px solid #bbb;
	background: #eee;
	color: #666;
	text-align: center;
	width: 210px;
	padding: 5px 3px;
	margin: 10px auto;
}

.image-caption img {
	padding: 0;
	margin: 0;
}

/* AJAX */
#log {

}
 
#log_res {	
}
 
.ajax-loading {
	padding: 10px;
	border: 1px solid #c09d29;
	margin: 10px 0 10px 0;
	background: #ceb155 url(../images/progress.gif) no-repeat;
}

.ajax-loaded, .success {
	padding: 10px;
	border: 1px solid #c09d29;	
	margin: 10px 0 10px 0;
	background: #ceb155;
}

.mooquee
{
	padding: 5px;		
	/* don't change */
    position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.mooquee-text
{
	/* don't change */
	position: absolute;
}

.mooquee-text img {
	display: block;
	margin: 0 0 3px 0;
}

/*end ajax*/

#bookmarks {
	font-size: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;	
	margin: 5px 0;
}

#bookmarks img {
	vertical-align: middle;
	margin: 0 3px;
}

#mailinglist {
	background: #00573d url(/assets/etcat.jpg) no-repeat;
	text-align: center;
	width: 250px;
	height: 40px;
	padding-top: 160px;
}

/* pagination */
div.pagination {
	padding: 3px;
	float: right;
	margin: 3px 0;
	font-size: 10px;
}

div.pagination a {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	text-decoration: none;
}

div.pagination a:active {
	border: 1px solid #ccc;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #00573d;
	background: #00573d;
	color: #fff;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	color: #ccc;
}
/* pagingation */

#normal .staff h2 {
	font-size: 12px;
	color: #666;
}

#normal .staff h3 {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

div.staff {
	text-align: left;
}

div.staff div {
	float: left;
	font-size: 10px;
	width: 190px;
	margin: 1px;
	height: 200px;
	border: 1px solid #eee;
	padding: 5px;
	overflow: hidden;
	text-align: center;
}

div.staff div img {
	width: 100px;
	height: auto;
	padding: 3px;	
}

div.staff div img.cheer {
	width: 140px;
	height: auto;
	padding: 3px;	
}

#feat-spon {
	position: absolute;
	right: 0.5em;
	top: 4.0em;
	color: #fff;
}

#feat-spon2 {
	position: absolute;
	right: 14.5em;
	top: 15.0em;
	color: #fff;
}

#homeleft {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-right: 10px;
	padding: 5px;
	background: #fff;
	width: 300px;
	float: left;
}

h2 {
	font-size: 15px;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	color: #00573d;
	margin: 0px;
}

#homeleft h2 {
	font-size: 16px;
	margin: 0px;
}

#homeleft h3 {
	font-size: 14px;
	margin: 0px;
}

#homemiddle {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	float: left;
	width: 300px;
}

#homemiddle h2 {
	font-size: 16px;
	margin: 0px;
}

#homemiddle h3 {
	font-size: 14px;
	margin: 0px;
}

#homemiddle h3 A {
	text-decoration: none;
}

ul.mininews li {
        list-style-type: none;
        padding: 5px 3px;
        background: #fff;
}
 
ul.mininews li.alt, .alt {
        background: #f2f2f2;
}

#hpbanner {
	padding-top: 65px;
	padding-right: 13px;
	text-align: right;
	width: 937px;
	height: 85px;
	background: url('/assets/gamedayheader.jpg');
	color: #fff;
	font-size: 11px;
}

#hpbanner A {
	color: #d9cf84;
}

#hpbanner h2 {
	font-size: 14px;
}

#hplivegame {
	padding-top: 5px;
	padding-right: 13px;
	text-align: right;
	width: 937px;
	height: 145px;
	background: url('/assets/hplivebanner.jpg');
	color: #fff;
	font-size: 11px;
}

#hplivegame #team {
	height: 140px;
	width: 120px;
	text-align: center;
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}

#hplivegame #clock {
	height: 60px;
	width: 120px;
	text-align: center;
	float: right;
	padding-top: 45px;
	padding-bottom: 35px;
	font-size: 16px;
	font-weight: bold;
}

#blogcontainer {
	width: 287px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#blogcontainer h2 {
	padding-bottom: 8px;
}

#blogcontainer h2 A {
	text-decoration: none;
	font-size: 16px;
}

#blogcontainer h4 {
	font-size: 12px;
}

#blogsidebar {
	width: 150px;
	float: right;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: 5px;
}

#related {
	width: 150px;
	float: right;
	border: 1px solid #ddd;
	background: #eee;
	margin-left: 5px;
	text-align: center;
	padding-bottom: 5px;
}

#related img {
	border: 1px solid #000;
	margin: 2px;
}

#playoffs {
	width: 633px;
	background: #01573e;
	height: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
}

#playoffs h2 {
	font-size: 13px;
}

#final {
	text-align: center;
	float: right;
	width: 300px;
	height: 160px;
}

#semifinal {
	width: 300px;
	height: 80px;
	border-bottom: 1px solid #fff;
}

#promoevent {
	width: 940px;
	height: 49px;
	background: url('/template/promo-event.jpg');
	text-align: right;
	font-size: 12px;
	padding-bottom: 9px;
	padding-top: 7px;
	padding-right: 10px;
	margin-bottom: 3px;
	color: #ccc;
}

#promoevent h6 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffc0;
}

#promoevent A {
	color: #FFFF00;
}

.divTopStory_CS_bigimage {
	background-image: url(/images/storyphoto_default.jpg);
	height: 300px;
	width: 633px;
	border-top: 1px solid #000;
}

/* Stories */
    
    
    /* More Headlines */
    #divMoreHeadlines {width:385px;background-color:#021F3F;}
    .divMoreHeadline_sport_ddl {margin:5px;text-align:right;color:#fff;font-weight:bold;}
    .divMoreHeadline_sport_ddl SELECT {font-size:8pt;}
    .divMoreHeadline_container {background-image:url(/images/more_stories_bg.gif);background-repeat:no-repeat;width:635px;height:74px;}
    .alt {}
    
    .divMoreHeadline_link_container {padding:3px 10px 5px 15px;color:#fff}
    .divMoreHeadline_sport_container
        {
            margin-left:15px;
            padding-top:5px;
            font-size:14px;
            font-family:arial;
            color: #fff;
            font-weight:bold;
            text-transform:none;
        }
    .aMoreHeadline 
    {
        font-size : 12px;
        color: #fff;
	    text-decoration:none;
	    font-weight:bold;
        line-height:12px;	
        font-family:arial;
        display:block;}
    
    a.aMoreHeadline:hover {	
	    text-decoration:underline;
	}    
	
    .divMoreHeadline_separator{display:none;}
    .divMoreHeadline_morebox {display:none;padding:5px;color:#000;font-size:11px;width:95%}
    .divMoreHeadline_morebox a.aMoreHeadline {display:inline}
    
    .divMoreHeadline_archive_container {padding-left:0px;padding-top:5px;padding-bottom:10px;display:none}
    .divMoreHeadline_archive_container A {text-transform:uppercase;color:#fff;text-decoration:none;font-weight:bold;}
    
    /* Main Stories */
    
    
    A.topstory_headline, .topstory_headline,  A.topstory_headline:visited
    {
        	color:#FFF;
	        font-size:21px;
	        font-family:arial;
	        line-height:20px;
	        text-decoration:none;
	        display:block;
	        padding:0px 20px 5px 20px;
	        z-index:10000
    }
    
      A.topstory_headline_alt, A.topstory_headline_alt:visited
    {
            color:#C80C16;
	        font-size:21px;
	        font-family:arial;
	        line-height:20px;
	        text-decoration:none;
	        display:block;
    }  
    
    .divTopStory_link_container
    {
        background-color:#000;
        width:635px;
        height:100px;
        margin-top:-100px;
        position:relative;
        text-align:left;
        filter:alpha(opacity=85);
        -moz-opacity:0.85;
        opacity: 0.85;
        }
        
	.divTopStory_photocredit {
		position: relative;
		margin-top: -303px;
		top: 180px;
		color: #fff;
		float: left;
		z-index: 1000;
	        filter:alpha(opacity=65);
	        -moz-opacity:0.65;
	        opacity: 0.65;
		width: 300px;
		height: 18px;
		background: #000;
		padding-top: 5px;
		padding-left: 20px;
	}

    .divTopStory_link_container a { color: #ffffff; }
    .divTopStory_link_container span {}
    
    .divTopStory_ReadMore {font-weight:bold;}
    .divTopStory_summary {padding:5px 20px 10px 20px;color:#fff}
    .divTopStory_summary a {color:#fff}
    .divTopStory_sport_container{padding:5px 20px 5px 20px;color:#fff;font-weight:bold;font-size:13px}
    
    
    .divTopSTory_bigmedia_container{float:none}
    .divTopStory_container {vertical-align:top}
    
    
    /* ICS ROTATOR
    .divTopStory_Rotate_ICS_Headlines {width:33.3333%;background-color:#333333}
    .divTopStory_Rotate_ICS_Headlines A {color:#ffffff;text-decoration:none}
    .divTopStory_Rotate_ICS_Headlines_selected {background-color:#cccccc}
    .divTopStory_Rotate_ICS_Headlines_selected A {color:#ff0000}

    .divTopStory_Rotate_ICS_Summary_container {display:none;}
    .divTopStory_Rotate_ICS_Headlines {float:left;}    
    
    */
    
    /* CS ROTATOR */
    
    .divTopStory_Rotate_CS_Headlines_Container {width:605px;background-image:url(/images/rotator.gif);background-repeat:no-repeat;height:29px;padding-left:30px;background-color:#fff}
    
    .divTopStory_CS_container_image {}
    .divTopStory_Rotate_CS_Headlines { float:left;display:inline;padding-left:2px;text-decoration:none}
    .divTopStory_Rotate_CS_Headlines A {color:#898989;font-weight:bold;font-size:18px;line-height:29px;text-decoration:none}
    .divTopStory_Rotate_CS_Headlines_selected {text-decoration:none}
    .divTopStory_Rotate_CS_Headlines_selected A {color:#ffffff;font-weight:bold;font-size:18px;text-decoration:none}
    .divTopStory_CS_container {z-index:10;}
    .divTopStory_CS_bigimage {background-image:url(/assets/news/defaultstory.gif);width:635px;height:300px;}
    
    
    /* TV ROTATOR */
    .rptHeadlines_TV_container {background-image:url(/images/thumb_background.gif);
                                width:450px;height:97px;margin-left:5px;}
    .divTopStory_TV_container_bigmedia {}    
    .divTopStory_Rotate_TV_Headlines_Image {cursor:pointer;border:solid 1px #828386;padding:3px;margin-left:15px;float:left}
    .divTopStory_Rotate_TV_Headlines {float:left;}
    .divTopStory_Rotate_TV_Headlines A {color:#ffffff;text-decoration:none;float:left;}
    
    .divTopStory_Rotate_TV_Headlines IMG {float:left;}
    .divTopStory_Rotate_TV_Headlines_selected {float:left;}
    .divTopStory_Rotate_TV_Headlines_selected IMG {float:left;border: 1px solid #ffe14f;;padding:3px;margin-left:15px;float:left}
    .divTopStory_Rotate_TV_Headlines_selected A {color:#ff0000;}   
    
    /* Highlights */
    .highlights_story_overall {width:635px;background-color:#000;margin-bottom:1px}
    .highlights_story_overall_alt {}
    .highlights_title {padding:10px 10px 0px 5px;clear:both;}
    .highlights_title A {font-size:17px;color:#fff;text-decoration:none;font-weight:bold}
    .highlights_sport_container {padding:5px 5px 0px 5px; color:#fff;font-size:13px;font-weight:bold;}
    .highlights_summary {color:#fff;padding:0px 5px 0px 5px}
    .highlights_image {margin-right:5px; }

#topstories a {
	color: #d9cf84;
}

#twcontainer {
	width: 290px;
	height: 300px;
	background: url(/template/twitterback.jpg);
}

#twcontainer #sponsorlink {
	width: 134px;
	height: 40px;
	margin-top: 20px;
	margin-left: 0px;
	float: left;
}

#twitterlink {
	width: 140px;
	height: 28px;
	margin-top: 20px;
	margin-left: 140px;
}

#tweet {
	position: relative;
	top: 30px;
	width: 260px;
	height: 230px;
	text-align: left;
	overflow-y: scroll;
	background: #fff;
}

#tweet ul {
	list-style: none;
}

#tweet ul li {
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

#tweet ul li .twitterTime {
	font-weight: bold;
	color: #01573e;
}

#insetbox {
	width: 180px;
	float: right;
	border: 1px solid #00573d;
	background: #ddd;
	padding: 3px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

#hpright {
	width: 315px;
	float: right;
}

#hpright img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
