html, body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: small;
}

#masterPage
{
    margin-top: 0px !important;
}

#bg
{
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

#bg td
{
    text-align: center;
    vertical-align: middle;
}

#bg img
{
    width: 100%;
}

/* Left Side Column */
#side
{
}

#side .login
{
	margin-left: 10px;
	width: 160px;
}

#side .EditableContent_Container
{
	width: 140px;
	margin: 10px;
}

#side #sideControls
{
	margin-left: 10px;
	margin-top: 10px;
}

#logo
{
	padding-left: 40px;
	padding-top: 30px;
}

#logo img
{
	/* Note: height and width are required to ensure IE6 renders the image correctly */
	width: 350px;
	height: 71px;
}

#login
{
	width: 100%;
}

#main {
    border: solid 1px #ddd;
    background-image: url('images/bg.png');
    padding: 10px;
}

/* Main content area */
#content
{
	width: 100%;
	padding: 10px;
	
}

#wrapper
{
	width: 800px;
	padding-top: 30px;
	margin-left: 80px;
}

#header
{
	background-color: Transparent;
	height: 90px;
}

#masterPage #copyright,
#masterPage #copyright a
{
    text-align: left;
    color: #fff;
}

#masterPage #copyright {
    padding-top: 15px;
}

#masterPage #poweredBy 
{
    margin: 0px 0px;
}

/*************************************************
 * Language selected
 *************************************************/
.LanguageSelector_Container
{
	font-family: Arial, Sans-Serif;
	text-align: right;
	padding: 10px;
	position: absolute;
	width: 780px;
	color: #fff;
}

.LanguageSelector_Container a
{
	color: #fff;
	text-decoration: none;
}

.LanguageSelector_Container a:hover
{
	text-decoration: underline;
}

#masterPage .RadDock .rdCenter {
    background-color: Transparent;
}

/*************************************************
 * Menus
 *************************************************/

/* Horizontal Menu */
#menuH, .menuH
{
	height: 35px;
}

/* fonts */
#menuH .rmText, .menuV .rpLink
{
	font-family: Arial, Sans-Serif;
	font-size: 1.29em;
	color: #fff;
    font-weight: bold;
}

#sideControls .header
{
	display: block;
	padding: 3px;
	font-weight: bold !important;
	color: #ffa615;
	font-size: 13px;
	line-height: 17px;
}

#loginInfo
{
	
}

#menuH .rmText, .menuV .rpLink
{
	line-height: 22px;
}

/* Sub menu */
#menuH .rmGroup
{
    padding-top: 5px;
    padding-bottom: 5px;
	background-image: url('images/bg.png');
}

#menuH .rmGroup .rmText,
#menuH .rmGroup .rmLink
{
    color: #000;
}

#menuH .rmFocused .rmText, 
.login .label, 
#menuH .rmItem:hover, 
#menuH .rmLink:hover, 
#menuH .rmText:hover
{
	color: #ffa615;
	font-weight: bold;
}


