/***************************************************************************
*
* IMPORTANT: This is a commercial product made by Aramis and cannot be modified for other than personal usage. 
* This product cannot be redistributed for free or a fee without written permission from Aramis. 
* This notice may not be removed from the source code.
*
***************************************************************************/


.boxContent {
	padding:5px;
}

a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}


form.form_advanced {
    margin: 1px;
}

.form_advanced_table {
    /*border: 1px solid #dbdbdb;*/
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

.form_advanced_table th,
.form_advanced_table td {
    padding: 6px;
    border-bottom: 1px solid #dbdbdb;
    vertical-align: top;
    white-space: nowrap;
}

.form_advanced_table th.block_header {
    text-align: left;
    font-weight: bold;
    background-color: #f5f7fa;
}

.form_advanced_table td.caption {
    text-align: right;
    width: 25%;
}

.form_advanced_table td span.required {
    color: red;
}


.form_input_text,
.form_input_email,
.form_input_url,
.form_input_file,
.form_input_datetime,
.form_input_password,
.form_input_textarea,
.form_input_select,
.form_input_select_multiple,
.form_input_select_box,
.form_input_number,
.form_input_slider,
.form_input_range
{
    width: 150px;
    border-top: 1px solid #727272;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #dadada;
    
    background-color: #ffffff;
}

.error .form_input_text,
.error .form_input_email,
.error .form_input_url,
.error .form_input_file,
.error .form_input_datetime,
.error .form_input_password,
.error .form_input_textarea,
.error .form_input_select,
.error .form_input_select_multiple,
.error .form_input_select_box,
.error .form_input_number,
.error .form_input_slider,
.error .form_input_range
{
    border: 1px solid red;
}


.multiply_add_button,
.multiply_remove_button,
.multiply_other_button {
    cursor: pointer;
    vertical-align: middle;
    margin: 2px;
}

.multiplyable_cont {
    margin-bottom: 3px;
}

/* * * * * */


.ui-slider {
    background-color: #e4e4e4;
    border: 1px solid #d3d3d3;
    height: 5px;
    margin-top: 5px;
    position: relative;
}

.ui-slider-handle {
    position: absolute;
    top: -5px;
    height: 14px;
    width: 12px;
    
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;

    background-color: #ffffff;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 11px;
    color: #555555;
    overflow: hidden;
}



/* * * * * */

#float_info {
    background-color: #FFFFD7;
    border: 1px solid #CCCCCC;
    padding: 3px;
    -moz-border-radius: 3px;
    max-width: 300px;
}




/* File unit */
.sharedFile_Unit {
	float: left;
	width: 250px;
	height: 60px;
	margin:5px;
}

.sharedFile_ShortUnit {
	float: left;
}

.sharedFile_Header {
	height: 15px;
}

.sharedFile_Rate {
	margin: 5px 0px 0px 0px;
	height:20px;
	line-height:20px;
}

.boxContent .votes_small {
	float:left;
	position:relative;
	width:100%;
}

.sharedFile_Size {
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 8px;
	line-height: 8px;
	margin: 4px 0px 4px 0px;
	color: #666666;
}

.sharedFile_Pic {
	width: 54px;
	height: 54px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	float:left;
	margin-right:10px;
	float:left;
}

.sharedFile_Info {
	float:left;
	width:175px;
}

.sharedFile_Pic img{
	width: 54px;
	height: 54px;
}

.sharedFile_Title {
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0px 0px 2px;
	min-height: 15px;
	max-height: 30px;
    overflow: hidden;
}

.sharedFile_When {
	font-size: 11px;
	margin: 0px 0px 2px 2px;
	color: #888888;
}

.sharedFile_From {
	margin-left: 2px;
	font-size: 11px;
}

.sharedFile_View {
	margin: 0px 0px 2px 2px;
	font-size: 11px;
}



/* actionlist */
div#actionList {
}
div#actionList div {
	position: relative;
	float: left;
	width: 125px;
	height: 20px;
	margin: 5px;
	font-weight: bold;
}
div#actionList img {
	margin: 0px 5px 0px 5px;
	vertical-align:middle;
}
div#actionList a {
	font-size: 14px;
}



/*.browse-right-column {
	float:left;
	margin-top:38px;
	width:160px;
}*/
.browse-categories-right .category-selected {
	-moz-border-radius: 2px;
	background-color:#0033CC;
}
html > body .browse-categories-right div {
	width:147px;
}
.browse-categories-right div {
	float:left;
	font-size:12px;
	margin-right:5px;
	margin-bottom:5px;
	padding:2px 5px;
	width:135px;
}
.category-selected {
	font-weight:bold;
}

.browse-categories-right .category-selected a {
	color:#FFFFFF;
}

#browse-categories-block span {
	float:right;
}

#browse-categories-block a {
	float:left;
}

/*.imagebacked {
	background-position:left center;
	background-repeat:no-repeat;
	height:55px;
	padding-left:50px;
}

#entry_type {
	max-height:200px;
	overflow:hidden;
}*/


#FloatDesc {
	border: 1px solid black;
	padding: 3px;
	background-color: #F2FCF9;
	width: 300px;
}

.icons_selector {
	width:180px;
	display:block;
	float:left;
}


.share_search_bar {
	height:57px;
	position:relative;
	/*border:1px dotted #999;*/
}

.share_search_bar form {
	float:right;
}

.share_search_label {
	float:right;font-size:12px;font-weight:bold;margin-top:2px;
}

.share_breadcrumb {
	width:100%;
	border:1px dotted #999;
	margin-top:5px;
	margin-bottom:10px;
}

.share_breadcrumb span {
	padding:5px;
	display:block;
}

.profile_info_label {
	width:90px;
}

.fileUserInfo {
	margin-left:60px;
	margin-bottom:3px;
}

.profile_info_value span img {
	margin-right:5px;
}

.share_password_form .login_form_cont {
	height:50px;
}

.upload_agreement_div {
	text-align: center;
}

.upload_agreement_caption {
	font-weight: bold;
}

.share_img_middle {
	vertical-align:middle;
}