#application {

}
#application table.application {
    width: 100%;
    direction: ltr;
}
#application table.application td.left_column {
    width: 0;
}
#application table.application td.middle_column {
    width: 100%;
    padding: 0 10px 0 10px;
    background: #FFFFFF;
}
#application table.application td.right_column {
    width: 0;
}

/* ## */

#application .container {
	width: 590px;
}

#application .header_image {
	
}
#application .title_container {
	padding-bottom: 10px;
	cursor: pointer;
}
#application .description_image {
	float: right;
	margin: 0 0 10px 10px;
}
#application .description {
	display: table;
	margin-bottom: 10px;
}
#application .description .filters {
    padding-top: 10px;
}
#application .description .filters .sub_title {
    font-weight: bold;
    padding-top: 2px;
}
#application .description .filters select {
    width: 120px;
}

#application .songs_container {
	width: 100%;
}
#application .songs_container .title {
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	text-align: center;
	margin: 0;
	color: #FFFFFF;
	font-size: 1pc;
	background: url(/files/images/applications/songs/container_title_background.jpg);
}

/* ## */

#application .songs_container .search_form_background {
    height: 185px;
    width: 400px;
    background-image: url(/files/images/applications/songs/search_form_background.jpg);
    background-repeat: no-repeat;
}

#application .songs_container .search_form_container {

}

#application .songs_container .search_form_container .form_title {
    color: #8D8D8D;
    font-size: 25px;
}

#application .songs_container .search_form_container .search_form_table {
    width: 370px;
}

#application .songs_container .search_form_container .search_form_table td {
    padding: 0 0 5px 0;
    vertical-align: middle;
}

#application .songs_container .search_form_container .search_form_table td.text_field {
    padding: 2px 0 5px 0;
    vertical-align: middle;
}

#application .songs_container .search_form_container .search_form_table .search_category {
    color: #8D8D8D;
    font-weight: bold;
}

#application .songs_container .search_form_container .search_form_table .search_option {
    padding: 1px 0 0 2px;
    _padding: 1px 0 0 0;
    cursor: pointer;
}

#application .songs_container .search_form_container .search_button {
    height: 25px;
    width: 100px;
    margin-top: 7px;        
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    
    background-image: url(/files/images/applications/songs/search_button_background.png);
    background-repeat: no-repeat;
    line-height: 23px;
    cursor: pointer;
}

/* ## */

#application .songs_container .main_results_title {
    height: 23px;
    width: 195px;
    color: #FFFFFF;
    
    font-size: 0.96pc;
    font-weight: bold;
    text-align: center;
    line-height: 21px;

    background-image: url(/files/images/applications/songs/box_title_background_195.gif);
    background-repeat: no-repeat;
}

#application .songs_container .main_results_table {
    width: 195px;
}

#application .songs_container .main_results_table td {
    height: 23px;
    vertical-align: middle;
    background-image: url(/files/images/applications/songs/white_pixel.gif);
    background-position: center 0;
    background-repeat: repeat-x;
}

#application .songs_container .main_results_table img {
    vertical-align: middle;
}

#application .songs_container .main_results_table .media_title {
    width: 113px;
    margin: 0 0 0 5px;
    color: #6C6C7D;
}

#application .songs_container .main_results_table .media_link {
    width: 65px;
    margin-right: 4px;
    color: #8D8D8D;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

#application .songs_container .main_results_table .media_link img {
    margin-right: 3px;
    _margin-top: 1px;
}

/* ## */

#application .songs_container .results_title {
    height: 23px;
    width: 400px;
    color: #FFFFFF;
    
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 23px;

    background-image: url(/files/images/applications/songs/box_title_background_400.gif);
    background-repeat: no-repeat;
}

#application .songs_container .results_title span {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 23px;
    font-weight: bold;
}

#application .songs_container .results_table {
    width: 400px;
}

#application .songs_container .results_table th {
    height: 17px;
    color: #868697;
    font-weight: bold;
    vertical-align: middle;
    background-color: #CCCCCC;
    background-image: url(/files/images/applications/songs/white_pixel.gif);
    background-position: center 0;
    background-repeat: repeat-x;
}

#application .songs_container .results_table th div {
    padding-left: 10px;
    color: #868697;
    text-align: left;
    direction: ltr;
    font-weight: bold;
}

#application .songs_container .results_table th div.performer {
    padding-left: 0;
    color: #868697;
    text-align: left;
    font-weight: bold;
}

#application .songs_container .results_table th div.col_title_name {
    padding-left: 10px;
    text-align: left;
}

#application .songs_container .results_table th div.col_title_play {
    padding-right: 10px;
    text-align: right;
}

#application .songs_container .results_table td {
    height: 23px;
    vertical-align: middle;
    background-image: url(/files/images/applications/songs/white_pixel.gif);
    background-position: center 0;
    background-repeat: repeat-x;
    white-space: nowrap;
}

#application .songs_container .results_table img {
    vertical-align: middle;
}

#application .songs_container .results_table .media_title {
    width: 145px;
    margin: 0 20px 0 10px;
    _margin: 0 15px 0 10px;
    color: #6C6C7D;
    direction: ltr;
}

#application .songs_container .results_table .media_performer {
    width: 120px;
    margin: 0 20px 0 0;
    _margin: 0 15px 0 0;
    color: #6C6C7D;
}

#application .songs_container .results_table .media_link {
    width: 70px;
    margin-right: 10px;
    _margin_right: 10px;
    text-align: right;
    color: #6C6C7D;
    cursor: pointer;
}

#application .songs_container .results_table .media_link img {
    margin-right: 5px;
    _margin-top: 1px;
}

/* ## */

#application .songs_container #page-nav-bar {
    height: 17px;
    color: #868697;
    text-align: center;
    background-color: #CCCCCC;
    direction: ltr;
}
#application .songs_container #page-nav-bar a {
    font-size: 0.66pc;
	color: #868697;
	text-decoration: none;
}
#application .songs_container #page-nav-bar a:hover {
	text-decoration: none;
}
#application .songs_container #page-nav-bar a.number {
    font-size: 0.55pc;
	text-decoration: underline;
}
#application .songs_container #page-nav-bar a.number:hover {
	text-decoration: none;
}
#application .songs_container #page-nav-bar span.number {
    color: #868697;
	font-weight: bold;
}

#application .songs_container #page-nav-bar span.number {
    color: #868697;
	font-weight: bold;
}

#application .songs_container .no_results {

}

#application .songs_container .no_results span {
    font-weight: bold;
}

/* ## */

#application .songs_container .player_container {
}


#application .songs_container .player_container .player_iframe {
    height: 40px;
    width: 280px;
}

#application .songs_container .player_container .player_mock {
    height: 40px;
    width: 280px;
    background-image: url(/files/images/applications/songs/mock_player_background.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* ## */

#application .songs_container .round_box {
    width: 180px;
    direction: rtl;
}

#application .songs_container .round_box .top {
    height: 65px;
    background-image: url(/files/images/applications/songs/round_box_top.png);
    background-repeat: no-repeat;
}

#application .songs_container .round_box .btm {
    height: 20px;
    background-image: url(/files/images/applications/songs/round_box_btm.png);
    background-repeat: no-repeat;
}

#application .songs_container .round_box .mid {
    background-image: url(/files/images/applications/songs/round_box_mid.png);
    background-repeat: repeat-y;
}

/* ## */

#application .songs_container .round_box .box_title {
    padding: 5px 0 0 0;
	margin-bottom:5px;
    color: #8D8D8D;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	height:23px;
	overflow:hidden;
}

#application .songs_container .round_box .box_subtitle {
    padding: 0 14px 0 14px;
	margin-bottom:5px;
    color: #8D8D8D;
    text-align: justify;
    line-height: 125%;
    direction: ltr;
	height:32px;
	overflow:hidden;
}

#application .songs_container .round_box .dj_image {
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
}

#application .songs_container .round_box .dj_image img {
    display: block;
    height: 135px;
    width: 178px;
    cursor: pointer;
}

#application .songs_container .round_box .dj_title {
    height: 20px;
    padding-left: 22px;
    margin-bottom: 5px;
   
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-align: left;

    background-image: url(/files/images/applications/songs/dj_title_background.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#application .songs_container .round_box .dj_description {
    padding: 5px 10px 9px 10;
    color: #8D8D8D;
    direction: ltr;
    text-align: left;
}

#application .songs_container .round_box .dj_description span {
    color: #8D8D8D;
    font-weight: bold;
}

#application .songs_container .round_box .dj_song_type {
    height: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
    background-image: url(/files/images/applications/songs/dj_song_type_background.png);
    background-repeat: no-repeat;
}

#application .songs_container .round_box .dj_song_link {
    padding: 5px;
    color: #4A6424;
    text-align: left;
    cursor: pointer;
}

#application .songs_container .round_box .dj_song_link img {
    vertical-align: middle;
}

/* ## */

#application .footer_banners {
	margin-bottom: 10px;
}

#application .powered-by {
	padding: 0 10px 10px 10px;
	text-align: center;
}
