/* Note: base.css */
/* 
	The stylesheet for every text which is on the page, not in a specific panel.
	Prefix: "base_".
*/


.black_link {
	font-family: arial;
	font-size: 12;
	color: #000000;

}

.black_link_none {
	font-family: arial;
	font-size: 12;
	color: #000000;
  text-decoration: none;
}

.black_link_none_head {
	font-family: arial;
	font-size: 18;
	color: #000000;
	font-weight: bold;
  text-decoration: none;
}

.base_title {
	font-family: arial;
	font-size: 22;
	color: #C4C6CA;
}

.white_fun_title {
	font-family: arial;
	font-size: 22;
	color: #ffffff;
}

.base_text {
	font-family: arial;
	font-size: 12;
	color: #C4C6CA;
}

/* Note: green_panel.css */
/* 
	Stylesheet for the green-purple panel on the right side.
	Has prefix "gp_" ("green panel").
*/

.gp_tr {
	vertical-align: top;
}

.gp_link {
	font-family: arial;
	font-size: 12;
	color: #FFDE00;
}

.gp_text {
	font-family: arial;
	font-size: 12;
	color: white;
}

.gp_thumb {
	border: 1px solid black;
}

.gp_input {
	font-family: arial;
}
	 
.gp_submit {
	font-family: arial;
	font-size: 12;
}

/* Note : purple_panel.css */
/* 
	Stylesheet for the purple panel on the right side (auditions menu).
	Has prefix "pp_" ("purple panel").
*/

.pp_td {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background-image: url(http://bamarom.co.il/images/purple_panel/bg.gif); 
	background-repeat: repeat-x;
	background-color: #10131F;
	height: 71;
	vertical-align: top;
}

.pp_title {
	padding: 10;
	padding-right: 10;
	font-family: arial;
	font-size: 12;
	font-weight: bold;
	color: white;
}

.pp_unselected_tr {
	height: 25;
}

.pp_unselected_tr_hover {
	height: 25;
	background-color: #3F374F;
}

.pp_unselected_text {
	padding: 10;
	padding-right: 10;
	font-family: arial;
	font-size: 12;
	color: #EBEBEB;
	text-decoration: none;
}

.pp_unselected_text:hover {
	padding: 10;
	padding-right: 10;
	font-family: arial;
	font-size: 12;
	color: white;
	font-weight: bold;
}

.pp_selected_tr {
	height: 25;
	background-color: #524766;
}

.pp_selected_text {
	padding: 10;
	padding-right: 10;
	font-family: arial;
	font-size: 12;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/* Note: index.css */
/* Index related css - prefix "i" */

/* Tabs */

.i_tabs_unselected_text {
	font-family: arial;
	font-size: 12;
	color: white;
	text-decoration: none;
}

.i_tabs_unselected_text:hover {
	font-family: arial;
	font-size: 12;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.i_tabs_unselected_td {
	text-align: center;
}

.i_tabs_selected_text {
	/* currently same as unselected */
	font-family: arial;
	font-size: 12;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/* Content */

.i_text {
	font-family: arial;
	font-size: 12;
	color: white;
}

.i_smaller_text {
	font-family: arial;
	font-size: 11;
	color: white;
}


.i_link {
	font-family: arial;
	font-size: 12;
	color: #FFDE00;

}
 
.i_thumb {
	border: 1px solid white;
}

/* Note: table.css */
/* 	Stylesheet for the main table
	Each item starts with prefix "t_" (table). */
	
.t_table {	background-repeat: no-repeat;
	background-color: black;
	height: 400;
}

/* Note: sheets_holder.css */
/* css of the sheets holder on the view page. prefix: "sh_" (sheets holder) */

.sh_text {
	font-family: arial;
	font-size: 12;
}

.sh_text_label {
	font-family: arial;
	font-size: 12;
	text-decoration: underline;
}

.sh_title {
	font-family: arial; 
	font-size: 18;
	font-weight: bold;
}

.sh_text_bold {
	font-family: arial;
	font-size: 12;
	font-weight: bold;
}

.sh_quote {
	font-family: arial;
	font-size: 14;
  color:#000000;
  text-decoration:none;
}

.sh_quote a:link {text-decoration:none;color:#000000;}
.sh_quote a:active{text-decoration:none;color:#000000;}
.sh_quote a:visited{text-decoration:none;color:#000000;}
.sh_quote a:hover{text-decoration:underline;color:#000000;}

.topSliceSearchEngiError{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : yellow;
}

.topSliceSearchEngiInput{
	width: 100px;
	border: #99939F 1px solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #7C6E88;	
}

.topSliceSearchEngiSubmit{
	width: 65px;
	border: #99939F 1px solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;	
}

	.footerCASTUM{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #0C1029;		
	}
	.footerCASTUM a:link {text-decoration:none;color:#0C1029;}
	.footerCASTUM a:active{text-decoration:none;color:#0C1029;}
	.footerCASTUM a:visited{text-decoration:none;color:#0C1029;}
	.footerCASTUM a:hover{text-decoration:none;color:#0C1029;}
	
	.footer_outCASTUM{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #6A667D;	
	}
	.footer_outCASTUM a:link {text-decoration:none;color:#6A667D;}
	.footer_outCASTUM a:active{text-decoration:none;color:#6A667D;}
	.footer_outCASTUM a:visited{text-decoration:none;color:#6A667D;}
	.footer_outCASTUM a:hover{text-decoration:none;color:#6A667D;}
	
.maintextTGOVOT{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
}

.maintextTGOVOT a:link {text-decoration:none;color:#ffffff;}
.maintextTGOVOT a:active{text-decoration:none;color:#ffffff;}
.maintextTGOVOT a:visited{text-decoration:none;color:#ffffff;}
.maintextTGOVOT a:hover{text-decoration:underline;color:##d1d1d1;}

.maintextTGOVOT_bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight: bold;
}

.inputStyleTGOVOT{
		font-family: Arial;  font-size: 11;
		color: #000000;
		border: 1px #101010 solid;
		background-color: #ffffff;
		
	}
	
	.maintxtCommentIN{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #000000;
		font-weight: bold;
		background-color: #4F425C; 
	}

.maintext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
}
.maintext a:link {text-decoration:none;color:#ffffff;}
.maintext a:active{text-decoration:none;color:#ffffff;}
.maintext a:visited{text-decoration:none;color:#ffffff;}
.maintext a:hover{text-decoration:none;color:#ffffff;}

.maintextbold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight: bold;
}
.maintextbold a:link {text-decoration:none;color:#ffffff;}
.maintextbold a:active{text-decoration:none;color:#ffffff;}
.maintextbold a:visited{text-decoration:none;color:#ffffff;}
.maintextbold a:hover{text-decoration:none;color:#ffffff;}

.bg_headline{
	background-color: #6D637C;
}

.headline_search_list{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FECB00;
	/*#FECB00*/
	font-weight: bold;
	
}


.top_right_left_border{
	border-left: #C5C1D0 1px solid; 
	border-top: #C5C1D0 1px solid; 
	border-right: #C5C1D0 1px solid;
}

.right_left_border{
	border-left: #6D637C 2px solid;
	border-right: #6D637C 2px solid;
}


.full_border6D637C{
	border: #6D637C 3px solid;
}

.full_border060C18{
	border: #060C18 1px solid;
}

.full_borderE0DADC{
	border: #E0DADC 1px solid;
}

.link a:link {text-decoration:underline;color:#FECB00;}
.link a:active{text-decoration:underline;color:#FECB00;}
.link a:visited{text-decoration:underline;color:#FECB00;}
.link a:hover{text-decoration:underline;color:#FFD00C;}

.link {
  text-decoration:underline;
  color:#FECB00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
