@charset "utf-8";

/*============================== */
			@media all { 
/* ===========================================================================================	*/


* { margin: 0; padding: 0; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, cite, var, address { font-style: normal; }
th, b, strong { font-weight: bold; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table {border-spacing: 0; }
caption, th, td, center { vertical-align: top; }
body { line-height: 1;}
q { quotes: "" ""; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

.clear {clear: both;}




/*=====================================*/

body {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	text-align: center;
	font-size:62.5%;
	background-color: #BFD6FF;

	color: #333333;
}

.wrapper {
margin: 0 auto;
width: 1061px;
}

.upper {
	background-image: url(../tmp_images/upper_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.upper .wrapper {
position: relative;
}

.boy {
position: absolute;
bottom: 0px;
left: -349px;
}

.girl {
position: absolute;
bottom: 0px;
right: -300px;
}

.downer {
	background-color: #414141;
	min-height: 222px;
}


/*------------------------------------------------*/
/*-------------------[Content]--------------------*/
/*------------------------------------------------*/


.content a:link, .content a:visited {
	color: #31599F;
	text-decoration: none;
        }

.content a:hover, .content a:active {
        color: #F15A24;
		text-decoration: underline;
        }
		
.content ol {
list-style: inside;
list-style-type:decimal;
padding: 5px 10px;
}

.content ul {
list-style: inside;
padding: 5px 10px;
}

.content ul div {
display: inline;
}	

/*------------------------------------------------*/
/*-------------------[Header]---------------------*/
/*------------------------------------------------*/

.header {
height: 100px;
position: relative;
}

.logo {
position: absolute;
top: 30px;
left: 40px;
}

.upload {
position: absolute;
top: 0px;
right: 40px;
}

.social {
position: absolute;
top: 50px;
right: 58px;
}

.langitem {
position: relative;
top: -5px;
*top: -7px;
left: 6px;
}

.langitem a:link,
.langitem a:visited {
text-decoration: none;
color: #fff;
font-weight: bold;
background-color: #FF7D0D;
padding: 2px;
border: solid 1px #666666;
}

.langitem a:hover,
.langitem a:active {
color: #FF7D0D;
background-color: #fff;
}


/*------------------------------------------------*/
/*-------------------[Menuwrapper]----------------*/
/*------------------------------------------------*/

.menuwrapper {
	background-image: url(../tmp_images/menu_back.jpg);
	background-repeat: no-repeat;
	height: 39px;
position: relative;
}

.livecorner {
position: absolute;
top: 3px;
left: 41px;
z-index: 99999999;
}

.menuwrapper ul {
list-style: none;
font-size: 15px;
font-weight: bold;
position: absolute;
left: 42px;
top: 3px;
}

.menuwrapper ul li {
float: left;
	background-image: url(../tmp_images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 1px 0 0;
}


.menuwrapper ul li a {
	height: 20px;
	display: inline-block;
	padding: 10px 20px 6px 23px;

}

.menuwrapper ul li a:link,
.menuwrapper ul li a:visited {
color: #444444;
text-decoration: none;
}

.menuwrapper ul li a:hover,
.menuwrapper ul li a:active {
	background-image: url(../tmp_images/menu_hover.jpg);
	background-repeat: repeat-x;
	color: #fff;
	background-position: bottom;
}

.menuwrapper ul li a.selected {
background-image: url(../tmp_images/menu_hover.jpg);
background-repeat: repeat-x;
color: #fff;
background-position: bottom;
}

.quicklinks {
position: absolute;
right: 65px;
top: 14px;
}



.quicklinks input#ctl03_livemedia_search1_TextBox1 {
width: 150px;

font-size: 11px;
padding: 2px;
border: solid 1px #666666;
position:relative;
top:-4px;
left: 0px;
border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.quicklinks select {
font-size: 11px;
border: solid 1px #666666;
height: 20px;
position:relative;
top:-5px;
*top:-4px;
left: 0px;
border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*------------------------------------------------*/
/*-------------------[Middler]--------------------*/
/*------------------------------------------------*/

.middler {
	background-image: url(../tmp_images/middler_back.jpg);
	background-repeat: repeat-y;
	padding: 10px 40px 7px 40px;
}

.leftcol {
width: 580px;
float: left;
text-align: left;
}

.leftcol h1 {
font-size: 16px;
padding: 10px 0;
}

.leftcol h1 span{
font-size: 12px;
padding: 10px 0;
}

.leftcol h2 {
font-size: 14px;
padding: 10px 0;
}

.text {
font-size: 12px;
line-height: 16px;
text-align:justify;
}

.blogtext img {
width:100%;
}

.page_photo {
padding: 0 0 10px 0;
}




.rightcol {
width: 395px;
float: right;
}

.ui-tabs-panel {
text-align: left;
}

.ann_repeater, .ad_wrapper {
padding: 5px 0 5px 0;
border-bottom: dotted 1px #333333;
line-height: 14px;
clear:both;
}

.ad_wrapper {
    text-align:center;
}

.ann_photo img{
width:80px;
}

.ann_photo {
float:left;
margin-top:2px;
margin-right:8px;
border:0px;
}

.ann_repeater h3 {
line-height: 14px;
}

.ann_repeater h3 span {
font-weight: normal;
font-size: 10px;
padding: 0 5px 0 0;
}

.ann_repeater h3 span.live {
color: red;
font-weight: bold;
}

.ann_repeater p {
padding: 3px 0 0 0;
line-height: 14px;
}

.ann_repeater img {
padding: 3px;
border: solid 1px #cccccc;
}

.radio_repeater {
float: left;
padding: 3px;
border: solid 1px #cccccc;
display: inline-block;
margin: 3px;
width: 100px;
height: 100px;
overflow: hidden;
}

.copyright_text{
	font-size:9px;
padding-bottom:5px;
}

.rightcol_tabs .clear {
text-align: right;
padding: 5px 12px 5px 5px;
}

.radio_repeater img {
    width:100px;
    height:100px;
}

.blog_date {
display: block;
padding: 0px 0 !important;
}

.blogtext {
padding: 5px 0;
}

.pager
{
    font-size:12px;
    margin:10px;
    padding:10px;
    border-top:dotted 1px #AAAAAA;
    border-bottom:dotted 1px #AAAAAA;
}

.pager_first, .pager_prev
{
    text-align:left;
}

.pager_last, .pager_next
{
    text-align:right;
}

.twitter_feed {
}

.twitter_feed li{
   list-style-type:none;
   margin:2px 0 8px 0;
}

.twitter_feed .text{
   font-size:11px;
}

.twitter_feed .time{
   font-size:10px;
   color:#31599F;
}

/*------------------------------------------------*/
/*------------------[Right col]-------------------*/
/*------------------------------------------------*/

.tab_container
{
margin-bottom:20px;
}

/*------------------------------------------------*/
/*-------------------[Teasers]--------------------*/
/*------------------------------------------------*/

.teasers {
height: 200px;
}

.teaser {
width: 450px;
float: left;
margin: 30px 40px 0 40px;
display: inline-block;
}

.teaser_photo {
float: left;
padding: 0 20px 0 0px;
}

.teaser_text {
font-size: 12px;
line-height: 18px;
text-align: left;
}

.teaser_text a:link,
.teaser_text a:visited {
	color: #000;
	text-decoration: none;
font-weight: bold;
}

.teaser_text a:hover,
.teaser_text a:active {
	text-decoration: underline;
}


.teaser_text h1 {
font-size: 18px;
padding: 10px 0;
}

.teaser_text div {}


/*------------------------------------------------*/
/*-------------------[WMVPlayer]------------------*/
/*------------------------------------------------*/

.livemediavideologo {
right: 20px;
bottom: 15px;
position: absolute;
}

.livemediavideowrapper {
position: relative;
}

/*#login_area {
    position:absolute;
    top:50px;
    left:-150px;
}*/

/*------------------------------------------------*/
/*----------------[Livemedia Live]----------------*/
/*------------------------------------------------*/

.login_text
{
    font-size:12px;
    border:solid 1px #AAAAAA;
    padding:2px;
}

.login_button
{
    font-size:12px;
    border:solid 1px #AAAAAA;
    background-color:#EEEEEE;
    cursor:hand;
    cursor:pointer;
}

.table_rightcol h1
{
    font-size:13px;
    border-bottom:solid 1px #AAAAAA;
}

.other_live
{
float:left;
width:185px;
text-align:center;
}

.other_live img
{
 height:119px;
 width:100px;
}


/*------------------------------------------------*/
/*--------------[New Videos Module]---------------*/
/*------------------------------------------------*/


.all_gallery_wrapper
{
    margin:5px 0px 0px 0px;
  border:solid 1px #AAAAAA;
background-color:#F2F2F2;
    padding:10px;
    }

.all_gallery_wrapper h1
{
    font-size:16px;
 line-height:18px;
font-weight:bold;
border-bottom: solid 1px #cccccc;
padding:2px 0px 10px 0px;
margin:0px 0px 10px 0px;
}

.all_gallery_wrapper h2
{
border-bottom: solid 1px #cccccc;
margin:0px 0px 6px 0px;
}

.all_gallery_wrapper h1 span
{
 line-height:18px;
    color:#999999;
    font-size:16px;
}

.album_wrapper .photo img, .album_wrapper .text img
{
    max-width:98%;
    border:solid 4pc #000000;
    }

.album_wrapper .text
{
margin:4px;
    }

    .gallery_wrapper
    {
        clear: both;
        padding: 0 0 10px 0;
        font-size:12px;
  }

    .gallery_wrapper .options
    {
        text-align: right;
        padding: 2px 12px 2px 2px;
    }

    .gallery_wrapper .options .sort
    {
        float: left;
        position: relative;
        top: 5px;
    }

    .gallery_wrapper .options .sort .selected
    {
        font-weight: bold;
    }

    .gallery_wrapper .pager
    {
        text-align: right;
        padding: 2px 12px 8px 2px;
        border-bottom: dotted 1px #AAAAAA;
        border-top:none;
    }

    .gallery_wrapper .options select
    {
        margin: 2px;
        padding: 2px;
    }

    .gallery_wrapper .options .tag
    {
        color: #404040;
    }

    .gallery_wrapper .options .prev
    {
        float: left;
    }

    .gallery_wrapper .options .nexr
    {
    }

    .gallery_item
    {
        float: left;
        width: 130px;
        height: 190px;
        line-height: 18px;
        text-align: left;
        margin: 4px;
        overflow: hidden;
    }

    .gallery_item .text
    {
        color: #7F7F7F;
        text-align:left;
    }

    .gallery_item .date span
    {
        position: relative;
        left: 35px;
    }

    .gallery_item img
    {
        width: 130px;
    }

    .album .gallery_item
    {
        float: left;
        border: dotted 1px #CCCCCC;
        margin: 4px;
        width: 320px;
        height: 130px;
        overflow: hidden;
    }

    .album .gallery_item img
    {
        float: left;
        margin: 3px 8px 3px 3px;
    }

    .album_wrapper .photo img
    {
         border:solid 4px #000000;   
    }

    .album_wrapper .text img
    {
         border:solid 4px #000000;   
    }

    .photo .gallery_item img
    {
        width: 120px;
    }

    .photo .gallery_item a
    {
        display: block;
        height: 80px;
        overflow: hidden;
    }

    .photo .gallery_item h3 a
    {
        height: auto;
    }

    .photo .gallery_item
    {
        margin:2px;
        width: 107px;
        height: 150px;
    }

    .photo .gallery_item img
    {
        width: 120px;
    }

/*------------------------------------------------*/
/*----------------[Videos Module]-----------------*/
/*------------------------------------------------*/



.viewAllMediaItem {
    float:left;
    width:165px;
    height:226px;
    font-size:11px;
    padding:5px 10px 5px 10px;
}

.viewAllMediaTitle {
    font-size:12px;
    padding:2px 0px 2px 0px;
    font-weight:bold;
    line-height:14px;
}

.viewAllMediaUserAlbumContainer {
    padding:2px 0px 2px 0px;
}

.viewAllMediaUserAlbumContainer a{
    font-weight:bold;
}

.viewAllMediaTagsContainer {
    padding:2px 0px 2px 0px;
}

.viewAllMediaTagsContainer a{
    font-weight:bold;
}

.viewAllMediaItem {
position: relative;
}

.viewAllMediaChannelContainer,
.viewAllMediaChannelDate {
padding: 3px 0;
}

.playIcon {
position: absolute;
top: 40px;
left: 80px;
}

.viewMediaFilters {
font-size: 12px;
margin: 0 0 15px 0;
padding: 3px 0 9px 0;
border-bottom:solid #cccccc 1px;
border-top:solid #cccccc 1px;
}

.viewMediaFilterbyAlbum,
viewMediaFilterbyTags {
padding: 5px 0;
}

.viewMediaFilterbyAlbumHeader {
display: inline;
font-weight: bold;
}

.viewMediaFilterbyAlbumLinks {
display: inline;
line-height: 14px;
}

.viewMediaFilterbyAlbumLinks a {
padding: 0 3px;
}

.viewMediaFilterbyTagsHeader {
display: inline;
font-weight: bold;
}

.viewMediaFilterbyTagsLinks {
display: inline;
}

.viewMediaFilterbyTagsLinks a {
padding: 0 3px;
}

.viewMediaContainer {
font-size: 12px;
line-height: 16px;
padding:10px;
border:solid 1px #AAAAAA;
background-color:#FFFFFF;
}

.all_media_wrapper {
font-size: 12px;
line-height: 16px;
margin-top:10px;
padding:10px;
border:solid 1px #AAAAAA;
background-color:#F2F2F2;
}

.viewMediaUploadedDate {
font-weight: bold;
}

.viewMediaPlayer{
text-align:center;
}

.viewMediaHeader {
font-weight: bold;
font-size: 16px;
line-height: 18px;
padding: 0 0 5px 0;
}

.viewAllMediaHeader {
font-size:16px;
line-height:18px;
font-weight:bold;
border-bottom: solid 1px #cccccc;
padding: 0 0 5px 0;
}

.viewAllMediaContent {
clear:both;
padding:0 0 12px 0;
}

.viewMediaDescription {
    line-height:16px;
    padding:4px 0 4px 0;
}

.viewMediaDescription.navlinks{
text-align:center;
}

.viewMediaAlbum {
    line-height:16px;
    padding:4px 0 4px 0;
}

.albumDetailsHeader {
font-size:16px;
line-height:18px;
font-weight:bold;
}

.albumDetailsHeader span{
color:#999999;
}

.albumDetailsBlock {
    font-size:12px;
    line-height:16px;
    padding:2px 0 2px 0;
}

.viewAllMediaLink {
width: 160px;
height: 90px;
display: block;
text-align: center;
overflow: hidden;
padding:5px 0;
border:dotted 1px #AAAAAA;
}

.viewAllMediaLink img {
height: 90px;
}

.albumDetailsDescription
{
padding:0px 0px 8px 0px;
margin:8px 0 8px 0;
line-height:18px;
border-bottom:dotted 1px #AAAAAA;
}

.albumDetailsDescription img
{
margin:3px 0 3px 0;
max-width:98%;
border:solid 4px #000000;
}

.albumDetailsDescription span
{
    font-weight:normal;
    }

.events_wrapper {
    margin-top:15px;
    padding:10px;
    border:solid 1px #AAAAAA;
    background-color:#F2F2F2;
}

.events_wrapper h1{
padding-top:0px;
}

.event_wrapper {
display:block;
clear:both;
height:110px;
margin:0 0 10px 0;
border-bottom: dotted 1px #ccc;
}

.event_image {
float:left;
padding:0 6px 0 0;
height:120px;
}

.event_image img{
width:120px;
}

.event_description {
font-size:13px;
line-height:15px;
}

.event_count {
font-size:12px;
font-weight:bold;
padding:10px 0 0 0;
}

.category_wrapper 
{
}

.category_wrapper h1
{
border-bottom:dotted 1px #AAAAAA;
margin-top:10px;
}

.album_item
{
width:110px;
padding:8px;
float:left;
font-size:11px;
height:155px;
}

.album_item img
{
    height:80px;
    width:105px;
}

.album_item a
{
}

.album_item_photo
{
padding:0 0 5px 0;
}

.album_item_date
{
margin:0 0 4px 0;
font-weight:bold;
}

.album_item .play_icon
{
    height:0px;
    position:relative;
    top:30px;
    left:42px;
}

.album_item .folder_icon
{
    height:0px;
    position:relative;
    top:60px;
    left:82px;
}

.album_item .play_icon img,.album_item .folder_icon img
{
    height:auto;
    width:auto;
}

.viewmore {
font-weight:bold;
font-size:14px;
}

.agree-area
{
    padding:10px;
    margin:10px;
    font-size:14px;
    text-align:center;
    line-height:18px;
    border:solid 1px #AAAAAA;
    background-color:#FFFFFF;
    min-height:140px;
}

.agree-area-button
{
margin:10px;
}

.agree-area input
{
    font-size:12px;
    padding:2px;
    margin:10px;
    border:solid 1px #AAAAAA;
    background-color:#EEEEEE;
    cursor:hand;
    cursor:pointer;
}

.iphone_link
{
    text-align:center;
}

.iphone_link a
{
    display:inline-block;
    width:80%;
    text-align:center;
    border:solid 1px #AAAAAA;
    background-color:#F2F2F2;
}

.iphone_link a:hover
{
    text-decoration:none;
}

.iphone_link img
{
    vertical-align:middle;
    margin:8px;
}

.adsense
{
    margin-top:10px;
    text-align:center;
}

table.projects
{
border-bottom:solid 1px #AAAAAA;
border-right:solid 1px #AAAAAA;
}

.projects br
{
display:none;
}

.projects td
{
border-top:solid 1px #AAAAAA;
border-left:solid 1px #AAAAAA;
vertical-align:top;
text-align:left;
margin:4px;
padding:4px;
}

.catalog
{}

table.catalog
{
border:solid 1px #AAAAAA;
}

.catalog td
{
padding:4px 8px 4px 8px;
border:solid 1px #AAAAAA;
}

input.textbox, select.textbox
{
    margin:2px;
    padding:2px;
    border:solid 1px #CCCCCC;
}

input.textbox:focus, select.textbox:focus
{
    background-color:#EEEEEE;
    border:solid 1px #AAAAAA;
}

/*------------------------------------------------*/
/*-------------------[Radio-TV]-------------------*/
/*------------------------------------------------*/

.radiolist  ul {
clear: both; 
padding: 0px 0 0px 0px;
}

.radiolist li {
float: left;
display: block;
border: 1px solid #cccccc;
margin: 0px 30px 30px 0px;
padding: 1px;
overflow: hidden;
white-space: wrap;
height:150px;
}

.radiolist_tab li{
    width: 100px;
    height:125px;
}

.radiolist li p{
padding:0px;
}

.radiolist li .listen{
padding:3px;
margin-right:5px;

float:left;
}

.radiolist li p img {
width:100px;
hieght:100px;
}

.radiolist li .genre{
border: 1px dotted #cccccc;
font-size:8px;
padding:0px;
margin-right:1px;
}


.radiolist li .info{

font-size:9px;
float:right;
padding:3px;
margin-right:5px;
}




/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/

.downer {
border-top: solid 1px #000000;
}

.sitemap_item {
float: left;
text-align: left;
padding: 30px 10px 20px 10px;
}

.sitemap_item h2 {
color: #ffffff;
font-size: 14px;
padding: 0 0 16px 0;
}

.sitemap_item ul {
list-style: none;
}

.sitemap_item ul li {
font-size: 12px;
line-height: 18px;
}

.sitemap_item ul li a:link,
.sitemap_item ul li a:visited {
color: #cccccc;
text-decoration: none;
}

.sitemap_item ul li a:hover,
.sitemap_item ul li a:active {
text-decoration: underline;
}

.newsletter {
	width: 250px;
	height: 64px;
	float: right;
	position: relative;
	display: inline-block;
	margin: 30px 50px 0 0;
	background-image: url(../tmp_images/newsletter.png);
	background-repeat: no-repeat;
}

.newsletter_form {
position: absolute;
bottom: 7px;
right: 7px;
} 

.newsletter_form input {
color: #ffffff;
background: none;
border: none;
height: 20px;
width: 160px;
}

.newsletter_notification {
color: #ffffff;
position:relative;
top:70px;
}

.footer {
clear: both;
text-align: right;
padding: 10px;
color: #cccccc;
}

/*------------------------------------------------*/
/*-------------------[Contact]--------------------*/
/*------------------------------------------------*/

.leftcol {

}

#contactform {
font-size: 12px;
position: relative;
top: 0px;
left: -60px;
}

#contactform table tr td {
padding: 2px;
vertical-align:middle;
}

#contactform input, #contactform textarea
{
    padding: 4px 4px 4px 4px;
    margin: 4px 4px 4px 4px;
    color: #484848;
    background: #fff url('../tmp_images/input.png') repeat-x top left;
    border: 1px solid #CCCCCC;
    border-top-color: #BDBDBD;
    border-bottom-color: #DDDDDD;
}

#contactform input[type="submit"]
{

    cursor:pointer;
}


/*------------------------------------------------*/
/*---------------[TV - Radio form]-----------------*/
/*------------------------------------------------*/

    .form label {
        width:100px;

        display:block;
        float:left;
        text-align:right;
        padding:0 3px 0 0;
        vertical-align:bottom;
    }

    .form .form_row {
        padding:3px 0 3px 0;
    }










/*------------------------------------------------*/
/*---------------[Login form]-----------------*/
/*------------------------------------------------*/


.optionsBlock {
font-size: 12px;

}

.optionsBlock fieldset {
padding: 20px;
}

.optionsBlock fieldset div {
float: left;
padding: 0 5px;
}

#ctl03_moduleloader4_ctl00_usersArea1_Button1 {
float: right;
display: inline;
margin: 0 20px;
}

.optionsBlock .user_options {
padding: 5px 0 5px 20px;
}




#ctl03_moduleloader4_ctl00_usersArea1_Button2 {
float: right;
display: inline;
margin: 0 20px;
position: relative;
top: -30px;
left: 0px;
}





/*=============================== */
}
			@media print { 
/* ============================== */



body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#FFFFFF;
	}

#wrapper {
	width: auto; 
	margin: 0 3%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}


#header {display: none;}

#leftcol {

	width: auto; 
    margin: 0;
    text-align: left;
	float: none !important;
	padding: 0;
    border: 0;
	}

#footer {display:none;}

#homeprint {display:none;}

#MyOrders1_printorder {display:none;}


#MyOrders1_printHeader {display:block;

text-align: center;

padding: 10px;}

#MyOrders1_myorders > h5 {display:none;}

.steptitle {display:none;}

#rightcol {display:none;}


a:link {
	color: #CAA16D;
	text-decoration: none;
}
a:visited {
	color: #CAA16D;
	text-decoration: none;
}
a:hover {
	color: #55643B;
	text-decoration: underline;
}

#MyOrders1_HyperLink2, #teaser, #newsletter {display:none;}

#printcontactdetails {display:block;
text-align: left;
padding: 20px 0 0 0;}

/* ==================================================== */
		} /*NOTHING ELSE DOWN ON */
/* ====================================================	*/
	
