/* 
 * styles.css
 *
 * The /css/styles.css file contains localized CSS styles that are used for all browsers.
 */
#liquid-round body {background:#EFF2F3;}
#liquid-round {
width:70%;
margin:0px auto;
background:#fff url(images/leftside.gif) repeat-y left top;
}
#liquid-round .top {
width:100%;
height:20px;
background:url(images/top.gif) no-repeat left top;
}
#liquid-round .top span {
display:block;
position:relative;
height:20px;
background:url(images/top-right.gif) no-repeat right top;
}
#liquid-round .center-content {
position:relative;
background:url(images/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
#liquid-round .bottom {
width:100%;
height:60px;
background:url(images/bottom.gif) no-repeat left bottom;
}
#liquid-round .bottom span {
display:block;
position:relative;
height:60px;
background:url(images/bottom-right.gif) no-repeat right top;
}




/*administrator*/
/*start action*/
.action_bar
{
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
}
.action_sub_bar
{
    border: 1px solid #333333;padding: 3px;background-color: #333333;color: #FFFFFF;font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;font-size: 10px;width: 150px;
}
.action_sub
{
    border: 1px solid #FFFFFF;font-family: Arial, Helvetica, sans-serif;background-color: #696969;color: #FFFFFF;font-weight: bold;
    padding-right: 3px;padding-left: 3px;padding-bottom: 3px;padding-top: 3px;margin: 0px;
}
.action_sub_hover{}
.action_sub td a{color: #ffffff;text-decoration: none;}
.action_sub td a:hover{text-decoration: underline;}
.action_sub td
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
/*end action*/

legend
{
    font-weight: bold;
}

.grid-pager
{
	background: #bbbbbb;
	border-top: solid 1 black;
	font-size: 80%;
}

#grid-pager
{
	font-size: 80%;
	
}

.grid
{
	border: solid 2px Black;

}

.grid-header
{
	background: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
 
}
.grid-header th
{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: Black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	padding: 1 1 1 4;
	border-bottom-style: outset;
	border-right-style: outset;
	border-width: 1px;	
}
.grid-header a
{
 color: Black;
  text-decoration: none;	
}
.literal
{
    font-size: 12px;
    font-family: Tahoma;
    text-align: right;
}

#ContentChannel .rssList ul li { font-size: 11px; list-style: none; margin: 0; }