html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background: #FFFFFF;
}

* {
    font-family: arial;
    font-size: 13px;
	color: #000000;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

/*
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

ol {
	padding: 0;
	margin: 5px 20px 5px 0; /* for Moz */
	_margin: 5px 20px 5px 0; /* for IE */
}
ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 20px 0 0;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}
td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}
form td {
    vertical-align: middle;
}

input, textarea, select {
	margin-bottom: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #333333;
}

input {
	
}
option {
    color: #000000;
}
.input_title {
	font-weight: bold;
	margin-bottom: 2px;
}
.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
input.button {
    width: auto;
    border:	none;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #777777;
}
.submit {
	width: auto;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
    color: #BE1835;
	background: #FFFFFF;
	text-align: center !important;
}

.error {
    font-weight: bold;
    color: #FFA6A8;
}
input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #993300;
	background: #FFA6A8;
}
.mandatory {
    
}
.short_field {
    width: 50px;
}
.long_field {
    width: 370px;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: #990000;
}
a:hover {
    text-decoration: none;
}

h1, h2.tag_main_title, .title {
    padding-bottom: 6px;
    margin-bottom: 10px;
    
    color: #BE1835;
	font-size: 20px;
	font-weight: bold;
	
    background-image: url(/images/global/curly_border.jpg);
    background-position: right bottom;
	background-repeat: no-repeat;
}

h1.tag_sub_title {
    margin-bottom:5px;
    padding:0;
    color:#000;
    font-size:16px;
    font-weight:bold;
    background:transparent;
}

h2,.sub_title {
	line-height: 18px;
	font-weight: normal;
}

h2.tag_main_title {
    line-height:normal;
    font-weight: bold;
}

.primary_title {
    height: 45px;
    width: 625px;
    margin-bottom: 12px;
	
}

.primary_title .text {
    padding-right: 15px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 45px;
}

.article_author_date_title {
    color: #999999;
    font-size: 12px;
    text-align: right;
}

.article_sub_title {
    margin: 2px 0 10px 0;
    font-weight: bold;
    font-size: 14px;
}

.btm_border {
	
}
.top_border {
	
}

td.separator {
    width: 0.1%;
}
td.separator div {
    width: 10px;
    height: 10px;
    font-size: 4px;
}
div.separator {
    width: 10px;
    height: 10px;
    font-size: 4px;
}

/* ## */

.navigation {
}
.navigation td {

}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    text-decoration: underline;
}
.navigation a:hover {
	text-decoration: underline;
}

.page_number {
	line-height: 20px;
}

.navigation_data_top {
    padding-bottom: 2px;
    margin-bottom: 18px;
    border-bottom: 1px solid #CCCCCC;
}

.navigation_data_btm {
    margin-top: 18px;
    padding-top: 2px;
    border-top: 1px solid #CCCCCC;
}

.navigation_showing_results {
    color: #2F2C77;
    text-align: right;
    direction: rtl;
}

.navigation_showing_results .number {
    color: #2F2C77;
    font-weight: bold;
}

#page-nav-bar {
	color: #2F2C77;
	font-size: 12px;
	text-align: left;
}
#page-nav-bar a {
	color: #2F2C77;
	font-size: 12px;
	text-decoration: none;
}
#page-nav-bar a:hover {
	text-decoration: underline;
}
#page-nav-bar a.number {
    color: #2F2C77;
    font-size: 12px;
	text-decoration: none;
}
#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
    color: #2F2C77;
	font-weight: bold;
	font-size: 12px;
}

.results_numbers {
	line-height: 20px;
}

/* ## */

td.button {
	height: 20px;
	vertical-align: middle;
	background: #8B95A3;
	text-align: center;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #F8E8BA;
	cursor: pointer;
}
td.button a:hover {
	text-decoration: none;
}
td.button a.disabled {
	color: #6F7E9A;
	cursor: default;
}
td.button a.disabled:hover {

}
td.back.button {
	padding: 0 10px 0 10px;
}

/* ## */

.description {
    line-height: 140%;
    margin-bottom: 20px;
}

.path {
	padding: 0 0 10px 0;
	color: #990000;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
}
.paragraph .p_title {
	font-weight: bold;
}
.paragraph .content {
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.paragraph img.float_left {
	float: left;
	margin: 5px 10px 5px 0;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	text-decoration: none;
}
.paragraph input.field {
	width: 240px;
	margin: 5px 0 10px 0;
}
.paragraph textarea {
	width: 240px;
	height: 160px;
	margin: 5px 0 10px 0;
}
.paragraph .submit {
	/* Already defined as .submit in the beginning of global.css */
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	text-align: right;
	direction: rtl;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    margin-bottom: 10px;
}
#captcha .c_title {
    font-weight: bold;
    line-height: 23px;
    _line-height: 22px;
}
#captcha img {
    border: 1px solid #777777;
    margin-right: 5px;
}
#captcha input {
    margin: 0;
}

/* ## */

.background_container_top {
	background-image: url(/images/global/background_gradient_top.jpg);
    background-position: top left;
    background-repeat: repeat-x;
	
}
.background_container_bottom {
    background-image: url(/images/global/background_gradient_bottom.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
	
}

#frame {
    height: 100%;
    width: 998px;

}

#frame #header {
      
}
#frame #header .left_cell {
    width: 17px;
	background-image: url(/images/global/middle_left_background.png);
	background-position: right 0;
	background-repeat: no-repeat;

}
#frame #header .middle_cell {
    width: 964px;
	background-image:url(/images/global/header_middle_background_new.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-color: white;
}
#frame #header .right_cell {
    width: 17px;
	background-image: url(/images/global/middle_right_background.png);
	background-position: left 0;
	background-repeat: no-repeat;

}

#frame .home_anchor_container {
    height: 125px;
    width: 330px;
}

#frame .home_anchor_container img {
    display: block;
    width: 230px;
    height: 80px;
    margin: 40px 0 0 80px; 
}

#frame .top_ads_container {
    height: 125px;
    width: 634px;
}

#frame .top_ads_container .top_ads {
    margin: 40px 10px 0 0;
    direction: rtl;
    text-align: right;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

#frame .menubar_container {
   	margin-left:10px;
        
}
/*
#frame .bottom_line {
   	background-image: url(/images/global/menubar_container_background.jpg);
    background-position: 14 middle;
    background-repeat: no-repeat;
	margin:10px 0 10px 0 ;
}
*/

#frame .menubar_container #menubar {
    direction: rtl;
	padding-right: 10px;
}

#frame #middle {

}
#frame #middle .left_cell {
    width: 17px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
	background-image: url(/images/global/middle_left_background.png);
	background-repeat: no-repeat;
}
#frame #middle .middle_cell {
    height: 100%;
    width: 964px;
    background-color: #FFFFFF; 
}
#frame #middle .right_cell {
    width: 17px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
	background-image: url(/images/global/middle_right_background.png);
	background-position: left 0;
	background-repeat: no-repeat;
}

/* ## */

/* Middle layout is defined in the main template */

/* ## */

#frame #footer {
	height: 129px;
}
#frame #footer .left_cell {
    width: 17px;
	background-image: url(/images/global/footer_left_background.jpg);
	background-position: right 0;
	background-repeat: no-repeat;

}
#frame #footer .middle_cell {
    width: 964px;
	background-image: url(/images/global/footer_middle_background.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
}
#frame #footer .right_cell {
    width: 17px;
	background-image: url(/images/global/footer_right_background.jpg);
	background-position: left 0;
	background-repeat: no-repeat;
}

/* ## */

.top_container {

}

.middle_container {

}
.btm_container {

}

/* ## */

.level0_article_title {
    margin-bottom: 3px;
    color: #BE1835;
    font-size: 16px;
    font-weight: bold;
}

.level0_article_sub_title {
    margin-bottom: 3px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
    
/* ## */

.hp_spot_description_container {
    position: relative;
    min-height: 220px;
     /* The following 2 lines force min-height in IE as well. */
    _height: auto !important;
    _height: 230px;
    
    margin-left: 20px;
}

.hp_spot_description_container .spot_description {
   
    line-height: 140%;
	text-align: justify;
}

.hp_spot_description_container .bottom_controls {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #C22641;
}

.hp_spot_description_container .bottom_controls a {
    color: #C22641;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.hp_spot_description_container .bottom_controls a:hover {
    text-decoration: none;
}

/* ## */

.spot_description_container {
    position: relative;
    min-height: 220px;
     /* The following 2 lines force min-height in IE as well. */
    _height: auto !important;
    _height: 220px;
    width: 385px;
    margin-left: 20px;
}

.spot_description_container .spot_description {
    width: 385px;
    line-height: 140%;
	text-align: justify;
}

.spot_description_container .bottom_controls {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #C22641;
}

.spot_description_container .bottom_controls a {
    color: #C22641;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.spot_description_container .bottom_controls a:hover {
    text-decoration: none;
}

/* ## */

.spot_thumbnail_container {
    position: relative;
    width: 220px;
}
.spot_thumbnail_container .spot_thumbnail img {
    height: 220px;
    width: 220px;
}
.spot_thumbnail_container .rounded_corners_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
    width: 220px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_220x220.png);
    background-repeat: no-repeat;
}

.spot_thumbnail_container__wide {
    position: relative;
    width: 270px;
}
.spot_thumbnail_container__wide .spot_thumbnail img {
    height: 220px;
    width: 270px;
}
.spot_thumbnail_container__wide .rounded_corners_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
    width: 270px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_270x220.png);
    background-repeat: no-repeat;
}

.spot_thumbnail_container__high {
    position: relative;
    width: 220px;
}
.spot_thumbnail_container__high .spot_thumbnail img {
    height: 270px;
    width: 220px;
}
.spot_thumbnail_container__high .rounded_corners_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 270px;
    width: 220px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_220x270.png);
    background-repeat: no-repeat;
}


/* ## */

.news_item_listing {
    width: 590px;
}

.news_item_listing .thumbnail_container {
    width: 150px;
	margin: 0 15px 0 0;
	background-color: black;
}

.news_item_listing.hp .thumbnail_container {
    margin:0 0 0 15px;
}

.news_item_listing .thumbnail_container .rounded_corners_mask {
    position: absolute;
    height: 150px;
    width: 150px;
    
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_150x150.png);
    background-repeat: no-repeat;
}

.news_item_listing .thumbnail_container .item_thumbnail {
    width: 150px;
	height: 150px;
    text-align: right;
}


.news_item_listing .thumbnail_container .item_thumbnail img {
    display: block;
	text-align: center;
     width: 150px; 
	height: 150px;
}

.news_item_listing .description_container {
    /*position: relative;
    min-height: 150px;
    _height: auto !important;
    _height: 150px;
    width: 425px;*/
}

.news_item_listing .description_container .item_description {
    padding-bottom: 15px;
    line-height: 140%;
}

.news_item_listing .description_container .bottom_controls {
    color: #C22641;
    text-align: left;
    direction: rtl;
}

.news_item_listing .description_container .bottom_controls a {
    color: #C22641;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.news_item_listing .description_container .bottom_controls a:hover {
    text-decoration: none;
}

.news_item_listing .description_container .bottom_controls img {
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

.news_items_navigation {width:590px;padding:0 0 25px 0;overflow:hidden;}
.news_items_navigation .nav_link {float:right;width:20%;}
.news_items_navigation .nav_link a.enabled {color:#BE1835;font-weight:bold;cursor:pointer;}
.news_items_navigation .nav_link a.disabled {color:#CCC;text-decoration:none;cursor:default;}
.news_items_navigation .nav_links_bar {float:right;width:60%;text-align:center;}
.news_items_navigation .nav_links_bar a {color:#BE1835;cursor:pointer;}
.news_items_navigation .nav_links_bar a.selected {color:#000;font-weight:bold;text-decoration:none;cursor:default;}

/* ## */

.left_ads_container {
}

.homepage_upcoming_shows {
    border: 1px solid #F5DCE0;
    background-color: #F8F2EE;
}

.homepage_upcoming_shows .upcoming_container {
    width: 125px;
    padding-bottom: 20px;
}

.homepage_upcoming_shows .upcoming_box_title {
    margin: 4px 0 8px 0;
    color: #CA445A;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.homepage_upcoming_shows .rounded_corners_mask {
	position: absolute;
    height: 125px;
    width: 125px;
	/*
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_150x150.png);
    background-repeat: no-repeat;
	*/
}
.homepage_upcoming_shows .upcoming_thumbnail {
    text-align: center;
    margin-bottom: 5px;
	width: 125px;
	height: 125px;
}
.homepage_upcoming_shows .upcoming_thumbnail img {
    height: 125px;
	width: 125px;
}

.homepage_upcoming_shows .upcoming_title {
    font-weight: bold;
    text-align: right;
    direction: rtl;
    padding: 0 5px 0 5px;
}

.homepage_upcoming_shows .upcoming_description {
    text-align: right;
    direction: rtl;
   
}

.homepage_upcoming_shows .upcoming_link {
    text-align: left;
    direction: rtl;
    padding: 0 5px 0 5px;
}

.homepage_upcoming_shows .upcoming_link a {
    text-decoration: underline;
}

.homepage_upcoming_shows .upcoming_link a:hover {
    text-decoration: none;
}

/* ## */

.homepage_running_shows {
    width: 178px;
    direction: rtl;
}

.homepage_running_shows .running_show_container {
    height: 48px;
    margin: 5px 0 5px 0;
    background-image: url(/images/global/running_show_container_background.jpg);
    background-repeat: no-repeat;
}

.homepage_running_shows .running_show_container .running_show {
    padding: 4px 10px 0 14px; 
}

.homepage_running_shows .running_show_container .running_show table {
    width: 154px;
}

.homepage_running_shows .running_show_container .running_show .running_title {
    padding-bottom: 7px;
    font-size: 11px;
}

.homepage_running_shows .running_show_container .running_show .running_title a {
    text-decoration: none;
}

.homepage_running_shows .running_show_container .running_show .running_title a:hover {
    text-decoration: none;
}

.homepage_running_shows .running_show_container .running_show .running_date {
    font-size: 11px;
}

.homepage_running_shows .running_show_container .running_show .running_button {
}

.homepage_running_shows .running_show_container .running_show .running_button a {
    display: block;
    height: 15px;
    width: 37px;
    
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 13px;
    _line_height: 14px;
    
    background-image: url(/images/global/running_show_button.jpg);
    background-repeat: no-repeat;
}

/* ## */

.specific_layout {
    width: 625px;
}

.specific_layout .showcase_container {
    width: 315px;
}

.specific_layout .showcase_container .rounded_corners_mask {
    position: absolute;
    height: 300px;
    width: 300px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_300x300.png);
    background-repeat: no-repeat;
}

.specific_layout .showcase_container .showcase {

}

.specific_layout .showcase_container .showcase img {
    height: 300px;
    width: 300px;
}

/* ## */

.specific_layout .showcase_container .showcase_controls {
    margin-top: 5px;
}

 /* Safari */
.specific_layout .showcase_container .showcase_controls *::selection {
    background: #FFFFFF;
}
 /* Firefox */
.specific_layout .showcase_container .showcase_controls *::-moz-selection {
    background: none;
}

/* ::selection is a CSS3 standard that is not supported by IE6/7*/

.specific_layout .showcase_container .showcase_controls img {
    height: 10px;
    width: 12px;
}

.specific_layout .showcase_container .showcase_controls .next_btn {
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.specific_layout .showcase_container .showcase_controls .next_btn span {
    color: #BE1835;
}

.specific_layout .showcase_container .showcase_controls .disabled_next_btn {
    color: #CCCCCC;
    text-align: left;
    font-weight: bold;
    
}

.specific_layout .showcase_container .showcase_controls .disabled_next_btn span {
    color: #CCCCCC;
}

.specific_layout .showcase_container .showcase_controls .prev_btn {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

.specific_layout .showcase_container .showcase_controls .prev_btn span {
    color: #BE1835;
}

.specific_layout .showcase_container .showcase_controls .disabled_prev_btn {
    color: #CCCCCC;
    text-align: right;
    font-weight: bold;
    
}

.specific_layout .showcase_container .showcase_controls .disabled_prev_btn span {
    color: #CCCCCC;
}

.specific_layout .showcase_container .showcase_controls .display_btn {
    text-align: center;
    cursor: pointer;
}

/* ## */

.specific_layout .top_content {    
    text-align: justify;
    direction: rtl;
    line-height: 140%;
}
.specific_layout .top_content * {    
    line-height: 140%;
}

.specific_layout .btm_content {
    text-align: justify;
    direction: rtl;
    line-height: 140%;
}
.specific_layout .btm_content * {    
    line-height: 140%;
}

/* ## */

.click_list {
    margin-top: 12px;
}

.click_list .click_list_trigger {
    height: 23px;
    margin-bottom: 1px;
    padding-right: 25px;
    background-color: #F8F2EE;
    background-image: url(/images/global/list_bullet.gif);
    background-position: 630 10;
    background-repeat: no-repeat;
    
    line-height: 22px;
    cursor: pointer;
}

.click_list_item {
    margin: 15px 0 15px 0;
}

/* ## */

.item_listing {
    width: 100%;
}

.item_listing .thumbnail_container {
    position: relative;
    width: 115px;
}

.item_listing .thumbnail_container .rounded_corners_mask {
    position: absolute;
    left: 15px;
    height: 100px;
    width: 100px;
    
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_100x100.png);
    background-repeat: no-repeat;
}

.item_listing .thumbnail_container .item_thumbnail {
    height: 100px;
    width: 100px;
    text-align: right;
}


.item_listing .thumbnail_container img {
    display: block;
    height: 100px;
    width: 100px;
}

.item_listing .description_container {
    position: relative;
    min-height: 100px;
     /* The following 2 lines force min-height in IE as well. */
    _height: auto !important;
    _height: 100px;
}

.item_listing .description_container .item_description {
    padding-bottom: 15px;
    line-height: 140%;
}

.item_listing .description_container .bottom_controls {
    position: absolute;
    top: 80;
    left: 0;
    padding-top: 10px;
    
    color: #C22641;
    text-align: right;
    direction: rtl;
}

.item_listing .description_container .bottom_controls a {
    color: #C22641;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.item_listing .description_container .bottom_controls a:hover {
    text-decoration: none;
}

.item_listing .description_container .bottom_controls img {
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

/* ## */

.band_running_shows_container {
	margin-top: 20px;
}

.band_running_shows_container .running_shows {
    width: 405px;
    direction: rtl;
}

.band_running_shows_container .running_shows tr {
    height: 25px;
    background-position: bottom;
    background-repeat: no-repeat;
}

.band_running_shows_container .running_shows th {
    font-size: 14px;
    text-decoration: underline;
    text-align: right;
    vertical-align: top;
}

.band_running_shows_container .running_shows td {
    vertical-align: middle;
}

.band_running_shows_container .thumbnail_container {
    position: relative;
    width: 150px;
}

.band_running_shows_container .thumbnail_container .rounded_corners_mask {
    position: absolute;   
    height: 150px;
    width: 150px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_150x150.png);
    background-repeat: no-repeat;
}

.band_running_shows_container .thumbnail_container .item_thumbnail {
    height: 150px;
    width: 150px;
    text-align: right;
}


.band_running_shows_container .thumbnail_container img {
    display: block;
    height: 150px;
    width: 150px;
}

.band_running_shows_container .band_link {  
    display: block;
    height: 20px;
    width: 80px;
    margin: 5px 0 0 35px;
    
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    
    text-align: center;
    line-height: 19px;
    _line-height: 18px;
    
    background-color: #BE1835;
}

.band_running_shows_container .band_link:hover {
    text-decoration: none;
}

/* ## */

.dancers_table {

}

.dancers_table td {
    height: 20px;
    width: 110px;
    vertical-align: middle;
    
    background-image: url(/images/global/list_bullet.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.dancers_table .dancer_name {
    margin-right: 10px;
}

.band_members_delimiter {
    width: 30px;
    background-image: url(/images/global/band_members_separator.jpg);
    background-position: 25 10;
    background-repeat: no-repeat;
}

.crew_title {
    height: 20px;
    color: #BE1835;
    font-size: 12px;
    font-weight: bold;
}

.crew_table {

}

.crew_table td {
    height: 20px;
    vertical-align: middle;
    
    background-image: url(/images/global/list_bullet.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.crew_table .member_name {
    margin-right: 10px;
}

/* ## */

.common_toolbar {
	margin-top:1px;
	background:#F8F2EE;
	margin-bottom:5px;
}

.common_toolbar td {
   
}
.common_toolbar td .separator {
	height:26px;
	line-height:22px;
	font-size:20px;
 }
.common_toolbar td a {
   	line-height: 24px;
	vertical-align:top;
	color: #333333;
    font-weight: bold;
	text-decoration: none;
}

.common_toolbar td a span {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
	line-height: 26px;
	vertical-align:middle;
}
.common_toolbar img {
    margin-left: 2px;
	_mrgin-top:1px;
 	vertical-align:middle;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
.common_container .sub_title {
    color: #BE1835;
	font-size: 16px;
	font-weight: bold;
	padding-right:5px;
	line-height:25px;
}
.common_toolbar td.russian_button {
    padding: 0;
}

.common_toolbar td.russian_button img {
    vertical-align: text-bottom;
    margin-bottom: 1px;
}

/* ## */

#menubar {
	background: url(/images/global/menubar_background.png) 0 0 repeat-x;
	height:28px;
}
#menubar .categories {
	text-align:right;
	
}

#menubar .categories td {

}

#menubar .categories td.delimiter {
    width: 15px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/menubar_separator.png);
    background-repeat: no-repeat;
}

#menubar .categories td.icon_container {
    vertical-align: middle;
}

#menubar .categories td.icon_container img {
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

#menubar .categories td.link_container {
    vertical-align: middle;
}

#menubar .categories .link_container a {
    display: block;
    padding-right: 2px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height:28px;	
	text-align:center;
}
#menubar .categories .link_container a:hover {
	text-decoration: underline;
	color:#FFF;
}
#menubar .categories .link_container a.selected {
   	font-weight:bold;
	text-decoration: none;
	color:#FFF;
}
#menubar .categories .hover_menu {
	position: relative;
	text-align: left;
	z-index:1000;
}
#menubar .categories .hover_menu .container {
	width: 150px;
	position: absolute;
	z-index:1000;
	top: 0px;
	right: -5px;
	background:none;
	z-index:200;
	text-align:right;
}
#menubar .categories .hover_menu .container a {
	padding: 0 3px 0 3px;
	text-decoration: none;
	text-align: right;
	line-height: 20px;
	font-size:13px;
	color: #990000;
 	background: #F8F2EE;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;

}
#menubar .categories .hover_menu .container a:hover {
	text-decoration: underline;
		color: #990000;
}
#menubar .categories .hover_menu .container a.selected {
	text-decoration: underline;
	font-weight:bold;
		color: #990000;
}

.menubar_links_bar {height:35px;width:930px;margin:12px 0 0 0;background:#F8F2EE;}
.menubar_links_bar a.menubar_link {display:block;float:right;height:20px;margin:0 0 0 15px;color:#797979;font-size:14px;font-weight:bold;text-decoration:none;background-position:right;background-repeat:no-repeat;}
.menubar_links_bar .delimiter {float:right;height:20px;}

/* ## */

#sidebar {
	text-align: right;
}

#sidebar .categories {
	width: 130px;
    
}

#sidebar .categories a {
    display: block;
    _width: 130px;
	padding-right: 5px;
    margin-bottom: 1px;
    font-size: 14px;
	color: #FFF;
	text-align: right;
	font-weight:bold;
	text-decoration: none;
    line-height: 21px;
	background-color: #D11919;
	background-image: url(/images/global/sidebar_button_left_arrows_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#sidebar .categories a:hover {
    background-color: #F9F3F0;
    background-position: 0 -22px;
    color: #990000;
}
#sidebar .categories a.selected {
    background-color: #F9F3F0;
    background-position: 0 -22px;
    color: #990000;
}

#sidebar .categories a.light {
    background: #F9F3F0;
    color: #797979;
}
#sidebar .categories a.light:hover {
    background: #D11919;
    color: #FFF;
}
#sidebar .categories.light a.selected {
    background: #D11919;
    color: #FFF
}

#sidebar .categories a.sub_categories {
	padding: 0 20px 0 0;
	background-image: url(/images/global/sidebar_sub_btn_up.jpg);
}
#sidebar .categories a.sub_categories:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories a.sub_categories_selected {
	font-weight: bold;
	padding: 0 20px 0 0;
	background: #E8D2CA;
}
#sidebar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .box {
	margin: 0 0 10px 0;
	border: 1px solid #CCCCCC;
    background-color: #F8F2EE;
}

#sidebar .box .search {
    width: 128px;
   
}

#sidebar .box .search .content {
    padding: 3px 4px 3px 4px;
}

#sidebar .box .search .search_title {
    margin-bottom: 4px;
    color: #000;
}

#sidebar .box .search .field {
    height: 17px;
	width: 120px;
	margin: 0 0 4px 0;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	color: #333333;
}

#sidebar .box .search .continue {
    text-align: left;
}

#sidebar .box .search .continue a {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

#sidebar .box .search .continue a:hover {
    text-decoration: none;
}

#sidebar .box .login {
    width: 128px;    
}

#sidebar .box .login .content {
    padding: 3px 4px 3px 4px;
}

#sidebar .box .login .login_title {
    margin-bottom: 4px;
    color: #BE1835;
}

#sidebar .box .login .field {
    height: 17px;
	width: 120px;
	margin: 0 0 4px 0;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	color: #333333;
}

#sidebar .box .login .field_title {
    font-size: 12px;
}

#sidebar .box .login .continue {
    text-align: left;
}

#sidebar .box .login .continue a {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

#sidebar .box .login .continue a:hover {
    text-decoration: none;
}


#sidebar .box.special-offers {
}
#sidebar .box.special-offers .content {
}
#sidebar .box.special-offers a.button {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: underline;
}
#sidebar .box.special-offers a:hover.button {
	text-decoration: none;
}

#sidebar .login_form {

}
#sidebar .login_form .title_field {

}
#sidebar .login_form .input_field {
	width: 140px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
	font-size: 10px;
	margin: 2px 0 5px 0;
}
#sidebar .login_form .submit {
	/* Already defined as .submit in the beginning of global.css */
	margin-top: 2px;
}
#sidebar .login_form a {
	margin-top: 5px;
	display: block;
}

/* ## */

.copyright {
	padding-top:12px;
	vertical-align: top;
    font-size: 12px;
}

.gyro_logo {
    text-align: center;
}

.gyro_logo img {
    width: 110px;
    height: 40px;
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

#footerbar {
    direction: rtl;
}

#footerbar td {
    padding-left: 17px;
}

#footerbar a {
    font-size: 12px;
    text-decoration: underline;
}

#footerbar a:hover {
    text-decoration: none;
}


#footerbar {
}
#footerbar .categories {padding-bottom:25px;}

/* ## */

#group {
    width: 100%;
}

#group .description a {
	text-decoration: underline;
}
#group .description a:hover {
	text-decoration: none;
}

#group .thumbnails {
}
#group .thumbnails .column_spacer {
	width: 25px;
}
#group .thumbnails .row_spacer {
	height: 25px;
}
#group .thumbnails .product {
	text-align: center;
	width: 220px;
}
#group .thumbnails .product * {

}
#group .thumbnails .product .image {
	max-width: 220px;
	height: 165px;
	max-height: 165px;
	/*background-repeat: no-repeat;
	background-position: center center;*/
	cursor: pointer;
}
#group .thumbnails .product .t_title {
	line-height: 20px;
	text-align: center;
    font-weight: bold;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: center;
}

.price {
    font-weight: bold;
	margin: 0 0 10px 0;
}
.price .retail {

}
.price .actual {

}
.price .erased {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
	color: #000000;
}

/* ## */
/*
#group .articles {
}
#group .articles .column_spacer {
	width: 25px;
}
#group .articles .row_spacer {
	height: 25px;
}
#group .articles .article {
	text-align: center;
	width: 220px;
}
#group .articles .article * {
}
#group .articles .article .a_image {
	max-width: 120px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}
#group .articles .article .a_title {
	line-height: 20px;
	text-align: left;
    font-weight: bold;
}
#group .articles .article .a_short_description {
	margin: 5px;
	text-align: justify;
}
*/
/* ## */

#group .exams {

}
#group .exams .e_title {
	text-align: left;
    font-weight: bold;
}
#group .exams a {
	text-decoration: none;
}
#group .exams a:hover {
	text-decoration: underline;
}

/* ## */

.news_box {
	width: 290px;
	height: 110px;
	border: #F5DCE0 1px solid;
}

.box_title{
	background-color: #F8F2EE;
	border-bottom: #F5DCE0 1px solid;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 0;
}

/* ## */

#shuffled_images {
	width: 465px;
	cursor: pointer;
}
#shuffled_images .images{
	height: 90px;
}
#shuffled_images .column_spacer{
	width: 5px;
}

/* ## */

#specific_product {
	width: 100%;
	margin: 0 0 25px 0;
}
#specific_product .container {
}
#specific_product .product_title {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .catalog_number {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .description {
	padding-top: 25px;
}
#specific_product .large_image_box {
	text-align: center;
	width: 465px;
	background: #8B95A3;
}
#specific_product .large_image_box .large_image {
	max-width: 465px;
	height: 348px;
}
#specific_product .large_image_box .large_image_nav {
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #F8E8BA;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #6F7E9A;
	background: #F8E8BA;
}

#specific_product .pull_down_menu {
	margin-bottom: 5px;
}

#specific_product .price {
	font-weight: bold;
	line-height: 18px;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #6F7E9A;
	background: #F8E8BA;
	cursor: pointer;
}
#specific_product .back_button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#specific_product select {
	width: 250px;
}
#specific_product .group_alt_number {
	/*width: 120px;*/
	text-align: right;
	font-weight: bold;
}

/* ## */

.thumbnails-alt {
	padding-bottom: 25px;
}
.thumbnails-alt .product {
	width: 220px;
	/*max-width: 220px;*/
	text-align: center;
}
.thumbnails-alt .product .image {
	width: 220px;
	/*max-width: 220px;*/
    height: 165px;
	max-height: 165px;
}

/* ## */

#matched_items {

}
#matched_items .images {
}
#matched_items .images .thumb {
	width: 120px;
}
#matched_items .prices {
	padding: 5px;
}
#matched_items .prices table {
	width: 122px;
	height: 96px;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}

#matched_items .m_description {
	padding: 0 10px 0 10px;
}

#matched_items a {
	font-weight: bold;
	text-decoration: underline;
}
#matched_items a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
	width: 100%;
}

/* ## */

#superdoc {
	
}
#superdoc .container {
	
}

/* ## */

#checkout {
    width: 100%;
	padding-bottom: 25px;
}

#checkout * {
	text-align: right;
}

#checkout .email_field, #checkout .password_field {
	text-align: left;
}

#checkout .container {

}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
    padding: 0 0 10px 0;
}
#checkout .status_bar table {
	width: 465px;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: #000000;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #F8E8BA;
	color: #6F7E9A;
}
#checkout .secure_seal span {
	color: #6F7E9A;
	font-weight: bold;
}
#checkout .content {
	width: 465px;
	/*max-width: 465px;*/
	padding-bottom: 10px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	color: #6F7E9A;
}
#checkout .content .inner_tables td {
	background: #C0C0C0;
	padding: 5px;
}
#checkout .content .left_column_width {
	width: 1%;
}
#checkout .content .right_column_width {
	width: 99%;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #E1E1E1;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #E1E1E1;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}
#checkout .button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	cursor: pointer;
}

#checkout .continue {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #C22641;
	background: #F8F2EE;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #8B95A3;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#emails {
	padding: 20px;
}

#emails .inner_container {
	background: #8B95A3;
	padding: 20px;
}

/* ## */

#poll {

}
#poll .poll_title {
	font-weight: bold;
}
#poll .poll_description {

}
#poll .option {
	padding-bottom: 5px;
}
#poll .option input {
	position: relative;
	top: 3px;
}
#poll .option_title {
	font-weight: bold;
}
#poll #results_trigger {
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
#poll #results_container {
	
}
#poll #results_container .results_title {
	padding-top: 5px;
}
#poll #results_container .results_title img {
	height: 50px;
}
#poll #results_container .results .bar {
	width: 100px;
	border: 1px solid #F8E8BA;
}
#poll #results_container .results .bar .inside {
	background-color: #F8E8BA;
	margin: 2px;
	height: 8px;
	font-size: 1px;
}
#poll #results_container .results .number {
	margin-left: 5px;
}
#poll #results_container .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#exam {
	padding-bottom: 20px;
}
#exam .description {
	padding-bottom: 10px;
}
#exam .notes {
	padding-bottom: 10px;
}
#exam .page_on {
	display: block;
}
#exam .page_off {
	display: none;
}
#exam .page_title {
	text-align: left;
	padding: 0 5px 0 5px;
}
#exam .page_description {
	text-align: left;
	margin: 0 0 10px 0;
}
#exam .question {
	font-weight: bold;
}
#exam .answers_container {
	padding-bottom: 10px;
}
#exam .answer {

}
#exam .correct_answer {
	font-weight: bold;
}
#exam textarea {
	width: 100%;
}
#exam .start_button {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #6F7E9A;
	background: #F8E8BA;
	padding: 1px 5px 1px 8px;
	display: inline;
}
#exam .completion_text {
	font-weight: bold;
}
#exam .answers_on_completion_title {
	padding-bottom: 20px;
}
#exam .answers_on_completion_container {
}
#exam .submit {
    /* Already defined as .submit in the beginning of global.css */
}
/* ## */

#quiz {
    padding-bottom: 20px;
}
#quiz .errors {
    color: red;
    font-weight: bold;
}
#quiz .locked {
}
#quiz .winners_container {
}
#quiz .winners_title {
    font-weight: bold;
    padding-bottom: 10px;
}
#quiz .winners_description {
    padding-bottom: 10px;
}
#quiz .winner {
}
#quiz .confirmation {
    font-weight: bold;
}
#quiz .description {

}
#quiz .question {
    font-weight: bold;
}
#quiz .answers_container {
    padding-bottom: 20px;
}
#quiz .answer {
}
#quiz .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

.filters_table {
    margin-bottom: 18px;
}

.filters_table td {
    padding-left: 12px;
    vertical-align: top;
}

.filters_table td.filter_label {
    padding-top: 2px;
    font-size: 12px;
    font-weight: bold;
}

.filters_table .general_field {
    height: 21px;
    margin: 0;
    padding: 0;
}

.filters_table .general_btn {
    height: 21px;
    width: 55px;
    
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    
    line-height: 18px;
    background-color: #BE1835;
    cursor: default;
}

/* ## */

.red_filters_container {
    
    width: 625px;
    margin-bottom: 25px;
    background-image: url(/images/global/red_filters_background.jpg);
    background-repeat: no-repeat;
}

.red_filters_table {
    padding: 2px 10px 0 0;
    _margin: 2px 10px 0 0;
}

.red_filters_table td {
    padding-left: 8px;
    vertical-align: top;
}

.red_filters_table td.filter_label {
    padding-top: 2px;
    font-size: 12px;
    font-weight: bold;
}

.red_filters_table select {
    height: 21px;
    width: 150px;
    text-align: right;
}

.red_filters_table select.month_dropdown {
    width:70px;
}

.red_filters_table .general_field {
    height: 21px;
    width: 105px;
}

.red_filters_table .date_field {
    height: 21px;
    width: 70px;
    text-align: center;
    direction: ltr;
}

.red_filters_table .general_btn {
    height: 21px;
    width: 55px;
    _margin-top: 1px;
    
    color: #BE1835;
    font-weight: bold;
    text-align: center;
    
    line-height: 19px;
    background-image: url(/images/global/index_search_button.jpg);
    background-repeat: no-repeat;
    cursor: default;
}

/* ## */

.creations_results td {
    height: 25px;
    width: 150px;
    vertical-align: middle;
    
    background-image: url(/images/global/list_bullet.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.creations_results .creation_name {
    margin-right: 10px;
}

.creations_results .creation_name a {
    color: #BE1835;
    font-size: 14px;
    text-decoration: underline;
}

/* ## */

.shows_results {
    width: 100%;
}

.shows_results th {
    padding: 0 0 6px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.shows_results td {
    padding: 6px 0 6px 0;
    vertical-align: middle;
}

.shows_results tr {
    background-image: url(/images/global/shows_results_border.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: transparent;
}

.shows_results .title_link {
    display: block;
	color: black;
    padding-left: 10px;
    text-decoration: none;
}

.shows_results .title:hover {
    text-decoration: none;
}

.shows_results .details_link {
    color: #BE1835;
    text-decoration: underline;
}

.shows_results .details_link:hover {
    text-decoration: underline;
}

/* ## */

.index_results {
    width: 625px;
}

.index_results tr.listing_row {
    cursor: pointer;
    background-image: url(/images/global/shows_results_border.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: transparent;
}

.index_results tr.head_row {
    background-image: url(/images/global/shows_results_border.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: transparent;
}

.index_results th div {
    padding: 0 0 6px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.index_results td {
    padding: 6px 0 6px 0;
    vertical-align: middle;
}

.index_results .name_col {
    font-size: 14px;
    width: 175px;
	cursor:default;
}

.index_results .name_col a {
    font-size: 14px;
}

.index_results .name_cell {
    padding-right: 5px;
}

.index_results .style_col {
    width: 100px;
}

.index_results .city_col {
    width: 80px;
}

.index_results .address_col {
    width: 170px;	
}

.index_results .phone_col {
    width: 85px;
}

/* ## */

.index_results tr.details_row {

}

.index_results tr.details_row div {
    color: #BE1835;
    font-weight: bold;
}

.index_results tr.details_row .description_short {
    padding-right: 3px;
    color: #000000;
    font-weight: normal;
}

.index_results .details_container {
    width: 625px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EDDED3;
}

.index_results .details_border {
    background-image: url(/images/global/details_border_background.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.index_results .details_link {
    display: block;
    height: 20px;
    width: 80px;
    
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    
    line-height: 19px;
    background-color: #BE1835;
}

/* ## */

.posts_results {
    width: 625px;
}

.posts_results tr.listing_row {
    cursor: pointer;
    background-image: url(/images/global/shows_results_border.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: transparent;
}

.posts_results tr.head_row {
    background-image: url(/images/global/shows_results_border.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: transparent;
}

.posts_results th div {
    padding: 0 0 6px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: right !important;
}

.posts_results td {
    padding: 6px 0 6px 0;
    vertical-align: middle;
}


.posts_results .title_col {
    width: 315px;
}

.posts_results .title_cell {
    /*padding-right: 5px;*/
}

.posts_results .name_col {
    width: 110px;
}

.posts_results .date_col {
    width: 100px;
}

.posts_results .date_col.double {
    width: 130px;
}

.posts_results .details_col {
    width: 95px;
}

.posts_results .details_link {
    font-size: 12px;
    color: #BE1835;
    text-decoration: underline;
}

/* temp-board */
.board_links {width:625px;padding:5px 0 25px 0;overflow:hidden;}
.board_links div {float:left;}
.board_links div.delimiter {width:20px;text-align:center;}
.board_links span {font-size:14px;}
.board_links span a {font-size:14px;text-decoration:underline;cursor:pointer;}

.board_contact_form {width:100%;margin:0 0 25px 0;overflow:hidden;}
.board_contact_form .notes {display:none;}
.board_contact_form input {}
.board_contact_form input.sp {display:none;}
.board_contact_form div {float:right;}
.board_contact_form .text_field {height:21px;width:100px;}
.board_contact_form .text_field.number {text-align:left;direction:ltr;}
.board_contact_form .label_container {padding:0 0 0 5px;font-weight:bold;}
.board_contact_form .field_container {padding:0 0 0 15px;}
.board_contact_form .submit_button {width:145px;height:21px;padding:0 0 3px 0;_padding:0;_margin:1px 0 0 0;color:#FFF;font-weight:bold;background:#565CA8;}

.posts_results .title_col.temp {
    width: 200px;
}

.posts_results .title_col.temp span {
    color: #BE1835;
    text-decoration: underline;
}
    
.posts_results th {
    /*padding-left: 20px;*/
    text-align:right !important;
}


.posts_results .style_col {
    width: 70px;
}

.posts_results .style_col.annual {
    width: 90px;
    padding-left:10px;
}

.posts_results .style_col.wider {
    padding:0;
    width:130px;
}

.posts_results .date_col.annual {
    width: 85px;
}

.posts_results .location_col {
    width: 130px;
}

/* ## */

.posts_results tr.details_row {
}

.posts_results tr.details_row .post_description {
    color: #000000;
    font-weight: normal;
}

.posts_results .details_container {
    width: 625px;
}

.posts_results .details_border {
    position: relative;
    
    min-height: 50px;
    _height: auto;
    _height: 50px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    
    background-color: #F8F2EE;
}

.posts_results .post_description {
    width: 610px;
    font-size: 12px;
    margin-bottom: 25px;
}


.posts_results .close_link {
    position: absolute;
    bottom: 5;
    left: 10;
    
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/* ## */

.posts_results .post_controls{
    position: absolute;
    bottom: 0;
    left: 10;
}

.posts_results .post_controls td {
    padding-right: 10px;
}

.posts_results .post_controls a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.posts_results .post_controls a.close {
    color: #000;
}

/* ## */

.user_container {
    background-color: #EDDED3;
}

.user_container .user_border {
    border: 1px solid #CCCCCC;
}

.user_container .user_description {
    padding: 10px 15px 40px 15px;
}

.user_container .business_user_details td {
    height: 20px;
    padding-left: 12px;
}

.user_container .business_user_details td.detail_label {
    font-weight: bold;
}

.user_thumbnail_container {
    position: relative;
    text-align: left;
}

.user_thumbnail_container .rounded_corners_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 150px;
    
    _behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/rounded_corners_mask_150x150_non_white_bg.png);
    background-repeat: no-repeat;
}

.user_thumbnail_container .user_thumbnail {
    margin-top: 5px;
    text-align: left;
}

.user_thumbnail_container .user_thumbnail img {
    height: 150px;
    width: 150px;
}

.user_website_link {
    display: block;
    height: 20px;
    width: 90px;
    margin-top: 5px;
       
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    
    line-height: 19px;
    background-color: #BE1835;
}

/* ## */

.boards_bar_container {
    height: 30px;
    width: 625px;
    margin-bottom: 25px;
    background-image: url(/images/global/boards_bar_background.jpg);
    background-repeat: no-repeat;
}

.boards_bar_table {
    width: 625px;
    padding: 5px 0 0 0;
    _margin: 5px 0 0 0;
}

.boards_bar_table td {
}

.boards_bar_table select {
    height: 21px;
    width: 120px;
    text-align: right;
}

.boards_bar_table .general_btn {
    display: block;
    height: 21px;
    width: 80px;
    margin-left: 20px;
    
    color: #BE1835;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    
    line-height: 19px;
    background-image: url(/images/global/post_button_background.jpg);
    background-repeat: no-repeat;
}

.boards_bar_table .categories {
    margin-top: 2px;
}

.boards_bar_table .categories td {
    padding: 0 10px 0 10px;
    vertical-align: top;
    background-image: url(/images/global/boards_bar_delimiter.jpg);
    background-position: left 5;
    background-repeat: no-repeat;
}

.boards_bar_table .categories a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: bold;
}

.boards_bar_table .categories a:hover {
    text-decoration: none;
}

.boards_bar_table .categories a.selected {
    font-weight: bold;
    text-decoration: none;
}

/* ## */

.post_form_container {
    width: 625px;
    background-color: #EDDED3;
}

.post_form_container .post_form_border {
    border: 1px solid #CCCCCC;
    padding: 12px;
}

.post_form_container .post_form_title {
    margin-bottom: 12px;
    color: #BE1835;
    font-size: 14px;
    font-weight: bold;
}

.post_form_container .post_label_container {
    padding-left: 15px;
    vertical-align: top;
}

.post_form_container .post_label {
    color: #BE1835;
    font-size: 12px;
    font-weight: bold;
}

.post_form_container .post_label {
    color: #BE1835;
    font-size: 12px;
    font-weight: bold;
}

.post_form_container .post_label a {
    text-decoration: none !important;
    cursor:pointer;
}

.post_form_container input {
    border: 1px solid #E1E1E1;
    padding-right: 5px;
}

.post_form_container textarea {
    height: 120px;
    border: 1px solid #E1E1E1;
    padding-right: 5px;
    direction: rtl;
    overflow: auto;
}

 /* used for validation only */
.post_form_container .asterik {
    display: none;
}

.post_form_container .post_submit {
    width: 100px;
    height: 22px;
    margin-left: 15px;
    
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    
    background-color: #BE1835;
    cursor: default;
}

.post_form_container .post_cancel {
    width: 100px;
    height: 22px;
    
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    
    background-color: #E7D1C2;
    cursor: default;
}

/* ## */

.form_container {
    
}

.form_container .input_title {
    padding: 0 0 15px 5px;
}

.form_container .field {
    width: 150px;
    margin: 0 0 15px 15px;
    border: 1px solid #1E1E1E;
}

.form_container textarea {
    height: 80px;
    width: 150px;
    border: 1px solid #1E1E1E;
	overflow: auto;	
}

/* ## */

.register_mailing_lists {margin:8px 0 8px 0;}
.register_mailing_lists .h_line_1px {height:1px;font-size:1px;overflow:hidden;background:#CCC;}
.register_mailing_lists .m_title {padding:8px 25px 8px 0;color:#BE1835;font-weight:bold;text-decoration:underline;}
.register_mailing_lists input {border:0;margin:3px 0 3px 8px;_margin:0 0 0 5px;}
.register_mailing_lists .checkbox_container {padding:0 25px 5px 0;}

.my-account_mailing_lists {}
.my-account_mailing_lists input {border:0;margin:3px 0 3px 8px;_margin:0 0 0 5px;}
.my-account_mailing_lists .checkbox_container {padding:0 25px 5px 0;}
.my-account_mailing_lists .message {display:none;font-weight:bold;}
.my-account_mailing_lists .message.joined {color:green;}
.my-account_mailing_lists .message.left {color:red;}
.my-account_mailing_lists .back_link {padding:20px 25px 0 0;}
.my-account_mailing_lists .back_link * {color:#BE1835;font-size:16px;}
.my-account_mailing_lists .back_link a {text-decoration:underline;}

/* ## */

.ac_results {padding:0;border:1px solid black;direction:rtl;overflow:hidden;z-index:99999;background:white}
.ac_results * {font-size:13px;line-height:20px}
.ac_results ul {width:100%;height:200px;list-style-position:outside;list-style:url(/images/global/spacer.gif);padding:0;margin:0}
.ac_results li {margin:0;padding:0 5px 0 5px;cursor:default;display:block;overflow:hidden}
.ac_odd {background:#F3E9E2}
.ac_over {color:#FFF;background:#D11919;}

/* ## */

.tags {margin:10px 0 0 0;}
.tags .tags_collection {margin:10px 0 0 0;}
.tags .tags_collection.first {margin-top:0;}