#UniversalSearch {
/*  width : 100%;*/
	color: #000000;
}

#UniversalSearch div.block {
    display: block;
    /*float: left;
*/
    /*margin-top: 10px;*/
    text-align: left;
	font-size: 10px;
}


#UniversalSearch div.portletLogo {
    /*display: block;*/
	display: none;
    font-family: Tahoma, Arial;
    font-size: 20px;
    font-weight: bold;
    float: left;
    /*background: url("./images/Browse.png") no-repeat;*/
    text-indent: 48px;
    padding-top: 0px;
    height: 96px;
}

#UniversalSearch div.portletContent {
    display: block;
    float: left;
    padding-top: 0; /* 64px; */
    display: block;
    width: 90%;
}


#UniversalSearch INPUT, #UniversalSearch SELECT {
    float: left;
    border: 1px solid #000;
    border-left: 3px solid #000;
    font-family: Tahoma;
    font-size: 12px;
    margin: 2px;
	background: #E9BB62;
	border: 1px solid #a3608;
}
#UniversalSearch INPUT:focus, #UniversalSearch SELECT:focus {
    background-color: #E9BB62;
}

#UniversalSearch SELECT.logicChooser {
    width: 10%;
	background: #E9BB62;
	border: 1px solid #a3608;
}



#UniversalSearch SELECT.categoryChooser {
    width: 20%;
	background: #E9BB62;
	border: 1px solid #a3608;
}
#UniversalSearch SELECT.libraryChooser {
	background: #E9BB62;
	border: 1px solid #a3608;
}

#UniversalSearch #selectedPage {
	background: #E9BB62;
	border: 1px solid #a3608;
}

#UniversalSearch INPUT.property {
	background: #E9BB62;
	border: 1px solid #a3608;
}



#UniversalSearch div.form {
    /*background-color: #ede9dd;
    display: block;
    float: left;
    width: 100%;
    border-left: 3px solid #938048;
    padding: 2px;
    margin-bottom: 20px;*/
	background: none;
    display: block;
    float: left;
    width: 100%;
    border: none;
    padding: 10px;
    margin-bottom: 5px;
}

#UniversalSearch div.result {
    background-color: #ddd; /* e9bb62 */
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #888888;
    padding: 2px;
    margin-bottom: 20px;
}

#UniversalSearch div.formTitle {
    /*border-bottom: 5px solid #938048;*/
	border-bottom: none;
    font-family: Tahoma, Arial;
    font-size: 16px;
	font-weight: bold;
    /*color: #938048;*/
	color: #dc9308;
    margin-right: 10px;
    margin-bottom: 10px;
}

#UniversalSearch div.formContent {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 3px;
    padding: 0;
}

#UniversalSearch div.row {
    display: block;
    width: 100%;
    float: left;
    padding: 2px 0;
}

#UniversalSearch div.imageRow {
    display: block;
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #AAAAAA;
}

#UniversalSearch div.image {
    padding: 10px;
    float: left;
    text-align: left;
	background: #ebebeb;
	border: none;
	text-align: center;
	margin: 0;
}

#UniversalSearch  div.short_description {
    padding: 10px;
    text-align: left;
	border: none;
	margin-left: 110px;
}

#UniversalSearch  div.short_description h1 {
    color: #ff6a00;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	height: 32px;
}

#UniversalSearch div.imageRow2 {
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #AAAAAA;
	width: 120px;
	height : 170px;
	margin: 2px 5px;
}


#UniversalSearch  div.image2 {
    padding: 10px;
    text-align: left;
	background: #ebebeb;
	border: none;
	text-align: center;
	margin: 0;
	width: 100px;
}

#UniversalSearch  div.imageRow2 h1 {
    color: #000;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	height: 16px;
}

#UniversalSearch div.result {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
	padding-left: 10px;
	border-top: 2px dotted #aaa;
	border-bottom: 2px dotted #aaa;
	padding: 10px;
	margin: 10px 0;
}

#UniversalSearch div.link {
	width: 90%; 
	border-bottom: 1px dotted #dddddd; 
	background: url("./images/folder.gif") no-repeat;
	height: 18px;
	padding-left: 32px;
	padding-top: 6px;
	padding-bottom: 4px;
	cursor: pointer; 
	font-size: 14px;
	font-family: Tahoma;
}

#UniversalSearch div.link:hover {
	background-color: #ff6a00;
    color: #ffffff;
}


/* Linkek */
#UniversalSearch a.back  {
    display: block;
    float: right;
    padding: 2px 3px;
    font-weight: bold;
    cursor: pointer;
	color: #fff;
	background: #000;
	font-size: 10px;
	width: 80px;
	text-align: center;
}


#UniversalSearch a.browse {
    display: block;
    float: left;
	padding: 2px 3px;
    font-weight: bold;
    cursor: pointer;
	color: #fff;
	background: #000;
	font-size: 10px;
	width: 80px;
	text-align: center;
}

#UniversalSearch a.browse:hover{ color: #dc9308; text-decoration: none; font-size: 10px; }
#UniversalSearch a.back:hover{ color: #dc9308; text-decoration: none; font-size: 10px; }

#UniversalSearch a.prev {
    display: block;
    float: left;
    background: url("./images/left_arrow_1.gif") no-repeat;
    height: 16px;
    width: 13px;
    cursor: pointer;
    margin: 1px;
}
#UniversalSearch a.next {
    display: block;
    float: left;
    background: url("./images/right_arrow_1.gif") no-repeat;
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin: 1px;
}

#UniversalSearch a.first {
    display: block;
    float: left;
    background: url("./images/first_arrow_1.gif") no-repeat;
    height: 16px;
    width: 18px;
    cursor: pointer;
    margin: 1px;
}
#UniversalSearch a.last {
    display: block;
    float: left;
    background: url("./images/last_arrow_1.gif") no-repeat;
    height: 16px;
    width: 18px;
    cursor: pointer;
    margin: 1px;
}



#UniversalSearch a.prev:hover { text-decoration: none; background: url("./images/left_arrow_2.gif") no-repeat; }
#UniversalSearch a.next:hover { text-decoration: none; background: url("./images/right_arrow_2.gif") no-repeat; }
#UniversalSearch a.first:hover { text-decoration: none; background: url("./images/first_arrow_2.gif") no-repeat; }
#UniversalSearch a.last:hover { text-decoration: none; background: url("./images/last_arrow_2.gif") no-repeat; }

#UniversalSearch a.edit {
    display: block;
    float: left;
    background: url("./images/edit.png") no-repeat;
    height: 22px;
    width: 22px;
    cursor: pointer;
    margin: 1px;
}
