

#container {
  margin: 0 auto;
  width: 700px;
/*background: url(../img/bg_container.gif) repeat-y top center;                   */
}

#header 
{
  background-color: #033;
  background: url(../../images/rtl/a1.gif) repeat-x;
  height: 104px;
  position: relative;
}

#header h1, #header h2 {
  position: absolute;
  margin: 0;
  padding: 0;
}

#header h1{
  top: 15px;
  right: 25px;
}

#header h2{
    top: 67px;
    right: 25px;
    color: #fff;
    font-size: 1em;
    font-family: tahoma, georgia;
}

#headerlinks
{
    float: left;
    font-size: 0.8em;
    padding: 6px 6px 8px 10px;
    color: #fff;
}

#headerlinks a
{
    color: #fff;
    font-size: 0.8em;
}

#content {
    margin: 5px 0 0 0;
    width: 100%;
    font-size: 0.70em;
}

#controlpanel ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#controlpanel ul li
{
    float: right;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 135px;
}

#controlpanel ul li a
{
    color: #777;
    display: block;
    padding: 80px 10px 5px;
    text-align: center;
    text-decoration: none;
    width: 136px;
    height: 47px;
}

ul li#filei a {
    background: transparent url(icon_wpub.gif) no-repeat top center;
}

ul li#addf a {
    background: transparent url(icon_wcon.gif) no-repeat top center;
}

ul li#editf a {
    background: transparent url(icon_wshr.gif) no-repeat top center;
}

ul li#useri a {
    background: transparent url(icon_wpst.gif) no-repeat top center;
}

ul li#userap a {
    background: transparent url(icon_wpst.gif) no-repeat top center;
}

ul li a strong {
    color: #000;
    font-size: larger;
}

ul li a strong {
    color: #000;
    display: block;
    font-size: larger;
}

ul li#wpub a:hover,
ul li#wcon a:hover,
ul li#wshr a:hover,
ul li#wpst a:hover {
    background-color: #f8f2eb;
}

#controlpanel ul li a:hover {
    color: #000;
}

#pagecontent {
    padding: 0 0 0 0;
    margin: 5px 0 0 5px;
    float: right;
    width: 74%;
    font-size: 0.70em;
}

#sidebar {
    margin: 5px 0 0 0;
    float: right;
    width: 25%;
    position: inherit;
}

.shell {
  margin: 0 auto;
  width: 85%;
}

#footer 
{
    margin: 10px 0 0 0;
    position: relative;
    padding: 15px 0 1em 0;
    background: url(../../images/rtl/a2.gif);
    font-size: 0.7em;
    color: #808080;
    text-align: center;
}
.MessageRed
{
	font-family: Tahoma; 
	font-size: 1opx; 
	color: #CC0000
}
.msgSuccessText
{
	font-family: Tahoma; 
	font-size: 1opx; 
	color: #00CC00
}
.Link
{
	font-family: Tahoma; 
	font-size: 1opx; 
	color: #0000FF;
	text-decoration:none;
}
.requiredMark
{
	font-family: Tahoma; 
	font-size: 1opx; 
	color: #CC0000;
}
.style2 {color: #307840}