@import url('type.css');
@import url('pluto.css');

*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	text-align : center;
	background : #6a6a6b url('images/bgtexture.png');
}

img
{
    margin : 0px;
}

ul li
{
	background : none;
}

#maincontent img
{
    margin : 5px;
    margin-left : 15px;
}

#maincontent .rad img
{
    margin : 0px !important;
}


#maincontent .rad table
{
    margin : 0px !important;
}

#container-1
{
	width : 770px;
	margin : auto;
	background : url('images/bg.png');
	text-align : left;
}

#container-2
{
	background : url('images/menu.png') top no-repeat;
}

#flashheader
{
	margin-left : 6px;
	height : 96px;
}

#mainmenu
{
	text-align : center;
}

#mainmenu ul
{
    height : 34px;
    overflow: hidden;
   }

#mainmenu li
{
	line-height : 34px;
	display : inline;
	list-style : none;
}

#mainmenu li a
{
	color : #fff;
	font-size : 13px;
}

#logoheader
{
	width : 472px;
	height : 206px;
	margin-top : 11px;
	margin-left : 5px;
	background : url('images/logo.png') center no-repeat;
}

#logoheader *
{
	display : none;
}

#buttonmenu li
{
	width : 288px;
	display : inline;
	position : relative;
}

#buttonmenu li a
{
	display : block;
	height : 68px;
	width : 288px;
	position : absolute;
	top : 12px;
	left : 477px;
}

#buttonmenu li a span
{
	display : none;
}

#buttonmenu #live a
{
	background : url('images/live.png') top;
	top : 148px;
}
#buttonmenu #work a
{
	background : url('images/work.png') top;
	top : 80px;
}
#buttonmenu #play a
{
	background : url('images/play.png') top;
}
#buttonmenu #live a:hover
{
	background : url('images/live.png') bottom;
}
#buttonmenu #work a:hover
{
	background : url('images/work.png') bottom;
}
#buttonmenu #play a:hover
{
	background : url('images/play.png') bottom;
}



#sidebar
{
	width : 288px;
	float : right;
	margin-right : 5px;
	text-align : left;
	display: inline;
}

#calendar
{
    padding : 0px;
	height : 91px;
	background : url('images/calendar.png') top;
	margin-bottom : -55px;
}
#calendar span
{
	display : none;
}

#sidebar ul
{
	margin : 15px;
	list-style : none;
	font-weight : bold;
}

#sidebar ul li
{
    margin-bottom : 10px;
}

#sidebar  em
{
	font-style : normal;
	color : #a4764f;
}

#maincontent
{
	margin-left : 6px;
	margin-right : 294px;
	background : url('images/flair.png') top right no-repeat;
	text-align : left;
	font-size : 11px;
}

#maincontent #updates
{
	width : 93px;
	height : 46px;
	padding : 0px;
	background : url('images/updates.png');
}
#maincontent #updates span
{
	display : none;
}

.clear
{
	clear : both;
	height : 10px;
}

#footer
{
	padding-top : 15px;
	padding-bottom : 10px;
	font-size : 10px;
	color : #ddd;
	width : 770px;
	margin : auto;
	background : url('images/footer.png') no-repeat;
}

#footer a
{
	color : #fff;
}

#maincontent #news fieldset, #maincontent #BD fieldset
{
    margin : 25px;
}

#maincontent #news fieldset div, #maincontent #BD fieldset div
{
    margin-bottom : 15px;
}

#maincontent #news fieldset label, #maincontent #BD fieldset label
{
    display : block;
    width : 125px;
    font-weight : bold;
    margin-bottom : 3px;
}

#maincontent #news fieldset input, #maincontent #news fieldset textarea
{
    border : 1px solid #000;
    width : 200px;
}

#maincontent #news fieldset legend, #maincontent #BD fieldset legend
{
    font-size : 18px;
	color : #a4764f;
	margin : 20px;
	margin-top : 30px;
	margin-bottom : 0px;
	font-weight : normal;
}

ul
{
    margin : 0px;
	background : inherit;
}

#maincontent ul
{
    margin : 10px;
    margin-left : 20px;
}

ul li
{
    padding: 0px;
    margin : 0px;
    background : inherit;
}

#maincontent ul li
{
    padding-left: 15px;
    margin-bottom : 5px;
    background : url('/Themes/DTPG/images/bullet.png') 0px 4px no-repeat;
}

#sidebar fieldset
{
    margin : 25px;
}

#sidebar fieldset div
{
    margin-bottom : 15px;
}

#sidebar fieldset label
{
    display : block;
    width : 125px;
    font-weight : bold;
    margin-bottom : 3px;
}

#sidebar fieldset input
{
    border : 1px solid #000;
    width : 200px;
}

#sidebar fieldset legend
{
    display : none;
}

