﻿/*HOOLOOVOO CSS*/
body, input {
	font: 10pt sans-serif;
	font: 10pt Tahoma;
	font: 10pt verdana;
	font: 10pt Segoe UI;
	font: 10pt "Trebuchet MS";
	
}

a {
	color: #24468a;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#header {
	height: 50px;
}

#header-logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 245px;
	float: left;
}

#header-content {
	text-align: right;
}

.quickmenu {
	float: right;
	-text-align: left;
}


/*#quicktoggle
{
	background-color: #3C4748;
	color: #fff;
	padding: 3px 5px;
	float: right;
}*/



#loginbox {
	border: 1px solid #cccccc;
	width: 312px;
}

#loginbox-header {
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

#loginbox-content {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.header-userbox {
	-background-color: #9acd32;
	-color: #fff;
	padding: 3px 5px;
	float: right;
	text-align: right;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ccc;
}

	.header-userbox a {
		-color: #000;
		text-decoration: none;
	}

#content {
	vertical-align: top;
}

.contenttable {
	width: 100%;
}

.leftbar {
	width: 250px;
	border-right: solid 1px #cccccc;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

.leftbar-content {
}

.leftbar-mini-header {
	font-weight: bold;
	height: 9px;
	 border-bottom: solid 1px #cccccc;
	margin: 0px 0px 15px 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

.leftbar-mini-header-title {
	color: #778899;
	font-size: 14px;
	background-color: #fff;
	padding-right: 10px;
	position: absolute;
}

.rightbar {
	padding: 0px 0px 0px 3px;
	vertical-align: top;
}

#mappath {
	margin-top: 2px;
	padding: 0px 4px 0px 4px;
	border-top-width: 1px;
	border-color: #cccccc;
	border-top-style: solid;
	/*background-repeat: repeat-x;
	background-image: url(../images/bg-sitemap.gif);
	background-position: bottom;*/
}

#data {
	/**/ border-top-style: solid;
	border-top-width: 1px;
	border-color: #cccccc;
}

#footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cccccc;
	-background-image: url(../images/footer.png);
	-background-repeat: repeat-x;
}

.title {
	font-size: 25px;
	color: #708090;
}

.sitemappath {
	font-weight: bold;
}

.sitemappath-node {
	font-weight: bold;
	color: #7C6F57;
}

.sitemappath-currentnode {
	color: #333333;
}

.sitemappath-pathseparator {
	font-weight: bold;
	color: #5D7B9D;
}

.sitemappath-rootnode {
	font-weight: bold;
	color: #5D7B9D;
}
/*.validator
{
	background-color: #fffacd;
}*/
.modal-background {
	/*background-color: #778899;*/
	background-color: #000;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.modal-popup {
	margin:10px;
	padding: 10px;
	background-color: #f5f5f5;
	/*border: #9acd32 4px solid;*/
	border: #708090 4px solid;
}

.modal-popup2 {
	padding: 10px;
	background-color: #fff;
	/*border: #9acd32 4px solid;*/
	border: ##677685 1px solid;
}

.leftbar-list {
	list-style-type: square;
}

.taglist {
	text-align: justify;
}

	.taglist a {
		color: #d2691e;
		text-decoration: none;
	}

		.taglist a:hover {
			color: #d2691e;
			text-decoration: underline;
		}

.watermarked {
	/*padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;*/
	color: #808080;
}


.checkboxlist tr td {
	vertical-align: top;
}


.warning {
	color: #FF9933;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: #ff4500 1px solid;
	font-weight: bold;
	text-align: center;
}

.groupbox {
	padding: 10px;
	background-color: #f5f5f5;
	border: solid 1px #cccccc;
}

.title-more {
	font-size: 14px;
	color: #696969;
}

.linkbutton {
	margin-right: 5px;
}

.hyperlink {
	margin-right: 5px;
}

.linkbutton:hover {
}

.commandbox {
	/*padding: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;*/
}

	.commandbox a {
		margin-left: 10px;
	}

.task-description {
	color: #5E6C7B;
	text-align: justify;
	-padding: 0px 15px 5px 15px;
	font-size: 16px;
}

.propertybox {
	font-weight: normal;
	padding: 10px;
	background-color: #f5f5f5;
	border: solid 1px #cccccc;
	float: right;
	max-width: 300px;
	margin-left: 10px;
	/*max-width IE hack*/
	width: expression(document.body.clientWidth > 300 ? "300px" : "auto");
	/*display:block;
	overflow: hidden;
	position:relative;*/
	/*FF miatt*/
	z-index: 2;
}

.mini-header {
	font-weight: bold;
	height: 9px;
	border-bottom: solid 1px #cccccc;
	margin: 0px 0px 15px 0px;
	/*padding-bottom: 0px;
	padding-left: 0px;
	position: relative;*/
	clear: left;
}

.mini-header-title {
	color: #778899;
	font-size: 14px;
	background-color: #fff;
	padding-right: 10px;
	position: absolute;
}

.tab-container {
	width: 100%;
	/*FF hosszúság miatt*/
	display: table;
}

.project-comment {
	padding: 10px;
	border-top: solid 1px #cccccc;
	text-align: justify;
	font-size: 15px;
}

.text-container-normal {
	margin-bottom: 10px;
	padding-left: 10px;
}

.htmltip {
	position: absolute;
	padding: 3px;
	display: block;
	width: 500px;
	border: solid 1px #000;
	background-color: #DAE2E9;
	z-index: 9990;
	font-size: 12px;
}


.header-validation li {
	font-size: 10pt;
	font-weight: normal;
	color: #FFFF00;
}

.task-comment {
	padding: 10px;
	margin-top: 10px;
	text-align: justify;
	font-size: 14px;
	border-left: solid 7px #5D7B9D;
	border-bottom: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
	border-top: solid 1px #f5f5f5;
}

.task-comment-content {
	
}
.public {
	border-left: 7px solid #d97272;
}

.task-comment:hover {
	background-color: #f7f7f7;
}

.task-comment-header {
	position: relative;
	height: 20px;
}

.task-comment-header-label {
	color: #778899;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 0px;
}

.task-comment-header-command {
	position: absolute;
	right: 0px;
}

.hyperlink-disabled {
}

.editpanel {
	white-space: nowrap;
	z-index: 100;
	background-color: #f5f5f5;
	display: none;
}
/************************ dashboard.aspx *****************************/

.toc-link {
	font-size: 17px;
}

.toc-sublink {
	font-size: 15px;
}

.faq-container {
	width: 700px;
}

.faq-question {
	font-size: 15px;
	padding-left: 20px;
	padding-top: 10px;
	color: #6a7371;
}

.faq-answer {
	padding-left: 30px;
	padding-top: 5px;
}

.faq-subcontainer {
	margin-top: 10px;
}

/************************ dashboard.aspx *****************************/

.dashboard-projectbox {
	border: solid 1px #cccccc;
	font-size: 11px;
	background-color: #f2f2f2;
	width: 350px;
	margin: 3px;
}

.dashboard-projectbox-header {
	background-color: #869A9D;
	padding: 2px;
	font-size: 13px;
	color: #fff;
}

	.dashboard-projectbox-header a, .dashboard-projectbox-header a:visited {
		color: #fff;
	}

.dashboard-title {
	font-size: 20px;
	color: #708090;
	border-bottom: #708090 thin solid;
}

.dasboard-message {
	padding: 10px;
	text-align: justify;
}

.accessdeniedpanel {
	padding: 15px;
	background-color: #f4f3f5;
	color: #CC3300;
	font-size: 11pt;
}

.formview .accessdeniedpanel {
	padding: 5px;
}



/*CollapsiblePanel*/

/*.ContainerPanel
{
	width: 400px;
	border: 1px;
	border-color: #1052a0;
	border-style: double double double double;
}

.collapsePanelHeader
{
	width: 400px;
	height: 30px;
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	background-color: #336699;
}

.HeaderContent
{
	float: left;
	padding-left: 5px;
}

.Content
{
}

.ArrowExpand
{
	background-image: url(../images/icon_blockexpanded.png);
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}

.ArrowExpand:hover
{
	cursor: hand;
}

.ArrowClose
{
	background-image: url(../images/icon_blockcollapsed.png);
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}

.ArrowClose:hover
{
	cursor: hand;
}*/


.collapsiblepanel-header {
	font-weight: bold;
	height: 0px;
	margin: 0px 0px 5px 0px;
	position: relative;
	padding: 10px 10px 10px 0px;
	cursor: default;
}

.collapsiblepanel-header-title {
	color: #778899;
	font-size: 16px;
	padding-right: 10px;
	position: absolute;
}

.collapsiblepanel-content {
	padding: 10px 10px 0px 10px;
}

.task-leftside {
	padding-right: 5px;
	float: left;
	width: 70%;
}

.task-rightside {
	width: 29%;
	float: left;
}

.taskproperty-table {
	width: 100%;
}

.taskproperty-table-title {
	width: 15%;
	white-space: nowrap;
}

.taskproperty-table-titlecontent {
	width: 35%;
}

.taskproperty-table tr td {
	padding: 4px;
}

.master-message {
	background: none repeat scroll 0 0 #FFFFC2;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 10px;
	padding: 5px;
	text-align: center;
}

.text-right {
	text-align: right;
}

.tab-content {
	padding:5px;
}