/* 
================================
 Container Styles for Yesha
================================
*/

/* Module Action Menus */

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/  
	font-family:Verdana;  
}

.ModuleTitle_MenuItem td {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family:Verdana;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ys_containermaster
{
    width: 100%;
    color: white;
    background-color: transparent;
    text-align: center;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}


.ys_content
{
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    font-style:normal;
    font-weight:normal;
	font-family:verdana,tahoma;
	font-size:10pt;
}

.ys_content tbody
{
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    font-style:normal;
    font-weight:normal;
	font-family:verdana,tahoma;
	font-size:10pt;
}


.ys_DNNCTitle
{
}

.ys_module_title
{
    width: 100%;
}

.ys_module_title .Head
{
    color: white;
    font-style:normal;
    font-weight:bold;
	font-family:Verdana;
	font-size:12pt;
}

.ys_DNNCTitle td
{
    white-space: nowrap; /*color:Red; testing*/
}

.ys_bottom_row
{
    height: 30px;
}


/* blue */
.ys_leftcornerblue
{
    background-image: url('images/leftcornerblue.png');
    background-repeat: no-repeat;
    background-position: right;
}

.ys_container_row_blue
{
    background-image: url('images/middleblue.png');
    background-repeat: repeat-x;
    background-position: left;
    color: white;
    height: 30px;
}

.ys_rightcornerblue
{
    background-image: url('images/rightcornerblue.png');
    background-repeat: no-repeat;
    background-position: Left;
}

.ys_leftsideblue
{
    background-image: url('images/leftsideblue.png');
    background-repeat: repeat-y;
    background-position: right;
}

.ys_leftcornerbottomblue
{
    background-image: url('images/leftcornerbottomblue.png');
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
}



.ys_rightsideblue
{
    background-image: url('images/rightsideblue.png');
    background-repeat: repeat-y;
    background-position: Left;
}

.ys_bottomblue
{
    background-image: url('images/bottomblue.png');
    background-repeat: repeat-x;
}

.ys_rightcornerbottomblue
{
    background-image: url('images/rightcornerbottomblue.png');
    background-repeat: no-repeat;
    background-position: left;
    width: 20px;
}

/* red */
.ys_leftcorner
{
    background-image: url('images/leftcorner.png');
    background-repeat: no-repeat;
    background-position: right;
}

.ys_container_row
{
    background-image: url('images/middle.png');
    background-repeat: repeat-x;
    background-position: left;
    color: white;
    height: 30px;
}

.ys_rightcorner
{
    background-image: url('images/rightcorner.png');
    background-repeat: no-repeat;
    background-position: Left;
}

.ys_leftside
{
    background-image: url('images/leftside.png');
    background-repeat: repeat-y;
    background-position: right;
}

.ys_leftcornerbottom
{
    background-image: url('images/leftcornerbottom.png');
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
}



.ys_rightside
{
    background-image: url('images/rightside.png');
    background-repeat: repeat-y;
    background-position: Left;
}

.ys_bottom
{
    background-image: url('images/bottom.png');
    background-repeat: repeat-x;
}

.ys_rightcornerbottom
{
    background-image: url('images/rightcornerbottom.png');
    background-repeat: no-repeat;
    background-position: left;
    width: 20px;
}




