/**********************************************
	Layout Stylesheet for NetQbs
		
	Designed by eSkill
	www.eskill.is
	18.08.2004
**********************************************/
@import url("Menus.css");
@import url("Boxes.css");
@import url("Controls.css");
@import url("Lists.css");
/* Faera thetta i /Themes/EJS */
@import url(/NetQbsEJS/Themes/EJS/Styles/Store.css);

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
}
form{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
a{
	text-decoration: underline;
	color: #003053;
}
a:hover{
	text-decoration: none;
}
.Hidden{
	display: none;
}

#Header{
	background: url(../Images/Layout/bg_top.gif) repeat-x;
	height: 26px;
}

/* Pop Up Window Begin */
#Header #divClose{
	background: url(../Images/Layout/logo.gif) no-repeat;
	text-align: right;
	padding-right: 10px;
}
#Header #divClose input.FormButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 1px 5px 1px;
	margin: 4px 0 0 0;
	color: #666;
	font-weight: bold;
	border-top: 1px solid #FAFAFA;
	border-left: 1px solid #FAFAFA;
	border-bottom: 1px solid #7B7B73;
	border-right: 1px solid #7B7B73;
	background: #E2E1E0 url(../Images/Layout/bg_button.gif) repeat-x;
}
/* Pop Up Window End */

/* div.Right is used in pop up windows */
#Header div.Right{
	position: absolute;
	top: 3px;
	right: 10px;
	color: #fff;
	text-align: right;
}
#Header div.Right a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#Header div.Right a:hover{
	text-decoration: underline;
}
#Header div.Right img{
	margin-left: 5px;
	vertical-align: -6px;
}

/* Main And Content Area Begin */
#MainWrapper, #EditModules div.MidPane{
	background: url(../Images/Layout/bg_left.gif) repeat-y;
	min-height: 500px;
	height: 500px;
	margin: 25px 0 0 0;
}
#EditModules div.MidPane{
	height: auto;
	min-height: none;
	padding: 0 20px;
	margin: 0;
	border: 1px solid #fff;
}
html>body #MainWrapper{
	height: auto;
}
#ContentWrapper{
	background: #fff url(../Images/Layout/bg_right_lower.gif) 950px 0 repeat-y;
	min-height: 500px;
	height: 500px;
	margin-left: 15px;
}
#ContentWrapper.ShortBG{
	background: #fff url(../Images/Layout/bg_right_lower.gif) 100% 0 repeat-y;
}
html>body #ContentWrapper{
	height: auto;
}

#InnerCWrapper{
	background: url(../Images/Layout/right_bottom.gif) 950px bottom no-repeat;
}

#Content{
	min-height:500px;
	height: 500px;
	padding: 15px 0 15px 10px;
	white-space: nowrap;
	width: 940px;
}
html>body #Content{
	height: auto;
}
#Content.ShortBG{ /* ShortBG veršur sķšan aš breyta, žar sem ég breytti śtlitinu */
	background: url(../Images/Layout/right_bottom.gif) 100% bottom no-repeat;
}
/* Main And Content Area End */

/* Footer Begin */
#Footer{
	background: url(../Images/Layout/bg_bottom.gif) repeat-x;
	width: 980px;
	height: 43px;
	position: relative;
}
#Footer.ShortBG{
	width: 97%;
}
#Footer div.Right{
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -35px;
	height: 43px;
	width:50px;
}
/* Footer End */

/* Global */
#MainWrapper.NoMarginT, div.NoMarginT{margin-top: 0;}
div.NoMarginR{margin-right: 0;}
div.NoMarginB{margin-bottom: 0;}
div.NoMarginL{margin-left: 0;}
div.NoMargin{margin: 0;}
div.MarginT{margin-top: 10px;}
div.MarginR{margin-right: 10px;}
div.MarginB{margin-bottom: 10px;}
div.MarginL{margin-left: 10px;}
div.MarginAll{margin: 10px;}

div.NoBorder{border: none;}
div.NoBorderT{border-top: none;}
div.NoBorderR{border-right: none;}
div.NoBorderB{border-bottom: none;}
div.NoBorderL{border-left: none;}

div.BorderT{border-top: 1px solid;}
div.BorderR{border-right: 1px solid;}
div.BorderB{border-bottom: 1px solid;}
div.BorderL{border-left: 1px solid;}
div.BorderAll{border: 1px solid;}
div.BorderT, div.BorderR, div.BorderB, div.BorderL, div.BorderAll{border-color: #EBEBEB;}

div.FontWNormal{font-weight: normal;}