/* 
    Document   : comlink
    Created on : 04.05.2009, 13:51:01
    Author     : rwiermann
    Description:
        Purpose of the stylesheet follows.
*/

div.com_link {
    background-color:#cad18e;
    padding:0px;
    padding-top:20px;
    padding-bottom:20px;
    
}

div.album_row {
   
    border-color:#FF8080;
	overflow:hidden;
	width:626px;
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
	/*margin-left: 30px;*/
    
}

div.status_row {
   
    border: 1px solid #666634;
	overflow:hidden;
	width:586px;
	padding: 10px;
	/*margin-left: 30px;*/
	margin-bottom: 20px;
	background-color:#EEEEEE;
}

.color_success {
	color: green;
}

.color_problem {
	color: red;
}

label {
    display:block;
    cursor:pointer;
    float: left;
    width: 200px;
	margin-top:5px;
}

.edit_photo_box2 label {display:inline;float:none;margin: 0px;padding: 0px;text-align:left; }

textarea.album_field {
    width:399px;
    border:1px solid #999999;
	padding:3px;
	font-size: 11px;
	font-family: verdana;
}

select.album_field {
    width:407px;
    padding:2px;
    height: 22px;
    border:1px solid #999999;
	font-size: 11px;
	font-family: verdana;
}

input.album_field {
    width:400px;
    margin-bottom:0;
    padding:3px;
    height: 14px;
    border:1px solid #999999;
    font-size: 11px;
	font-family: verdana;
}


input.submit_button {
	background-color:#666634;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#F7F7F7;
	cursor:pointer;
	font-size:11px;
	margin: 0px;
	padding:1px 3px;
	width:120px;
    font-family: verdana;
}

input.invalid {
    background:#FBE9EE none repeat scroll 0 0;
    border:1px solid #FF8080;
}

input.radiofield {

    margin:2px;
    padding:0px;
    text-align:left;
}

div.edit_photo_box {background-color:#cad18e;
    border:1px solid #A9A959;
    height:110px;
    background-position:center 25px;
    background-repeat:no-repeat;
    float:left;
   
    margin-top:20px;
    margin-right:19px;
    padding:1px;
    position:relative;
    text-align:left;
    width:80px;

}

div.edit_photo_box2 {
    height:151px;
    float:left;
    width:90px;
	margin-bottom:20px;
	margin-right:22px;
	cursor:move;
	background-position:center 25px;
    background-repeat:no-repeat;
	border:1px solid #A9A959;
	font-size:10px;
    left: 0;
    top:0;
    padding:1px;
    text-align:left;
	opacity: 1;
    overflow:hidden;
}

.album_deck {
    min-height:205px;
    float:left;
    width:200px;
	margin-bottom:20px;
	margin-right:22px;
	background-position:center 20px;
    background-repeat:no-repeat;
	border:1px solid #A9A959;
	font-size:10px;
    left: 0;
    top:0;
    padding:4px;
    
	opacity: 1;
    background: #CAD6A6;
    text-align:center;
}

.album_deck_visits{
    padding-top: 3px;
}

div.album_deck:hover {
    border:1px solid #FFFFFF;
}

.album_deck p {
    padding: 0px;
    padding-top:5px;
    margin: 0px;
    overflow: hiddden;
    font-size: 11px;
}

.album_deck a {
    text-decoration: none;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    color: #95703C;
    display:inline;
}

.album_deck a:hover {
    text-decoration: underline;
}

.group_wrapper { margin-top: 20px;font-size: 12px; width:930px;  text-align:center;  overflow:hidden;}

div.desc_con {
    overflow:hidden;
    padding:0px;
    width:600px;
    background:#CAD6A6;
    margin:0 auto;
}

ul.desc_header {

    height:19px;
    width:600px;
    list-style-type: none;
    float:left;
    padding:0px;
    margin:0px;
    overflow:hidden;
}

ul.desc_header li { float:left; text-align: center; color: #FFFFFF; }

#cur_title_pic { float:left; margin: 0px; padding:10px; border:1px solid #FFFFFF; border-right: 0px; width:200px; height: 150px; text-align:center;}
#cur_title_txt { float:left;margin: 0px; padding:10px;border:1px solid #FFFFFF; width:357px; height: 150px; font-size: 11px;}
* html #cur_title_txt { height: 152px; }

.sortHelper { float: left; /*background-color: #f00;*/ border: 1px dashed #666;  width: 92px; height: 153px; margin-bottom:20px; margin-right:22px; }

#comlink_overlay {
    background: #000000;
    opacity: 0.2;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=20);
}

#comlink_overlay_confirmation,
#comlink_overlay_title_change,
#comlink_overlay_message {
    display: block;
    visibility: hidden;
    z-index: 99;
    position: absolute;
    background-color:#cad18e;
    border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#666634;	
	font-size:11px;
	margin: 0px;
	padding:10px;
	width:280px;
    font-family: verdana;
    
}

#comlink_overlay_ajax_progress {
    width: 95px;
    height: 20px;
    text-align:right;
    display: none;
    z-index: 99;
    position: absolute;
    
	margin: 0px;
	padding:0px;
}

.comlink_overlay_head {
    margin:0px;
    padding:0px;
    text-decoration: underline;
    font-size: 13px;
}

.comlink_overlay_body {
    margin:0px;
    padding:0px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-decoaration: underline;
}

.del_album {
    text-align: right;
    width: auto;
    padding-right:20px;
}

.del_album_sec {
    color: red;
    font-size: 12px;
}

.del_album_sec p {
    float:none;
}

.close_button,
.accept_change,
.refuse_change,
.accept_title,
.refuse_title,
.del_album_sec input {
    float:left;
    background-color:#666634;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#F7F7F7;
	cursor:pointer;
	font-size:11px;
	margin: 0px;
    margin-right: 20px;
	padding:1px 3px;
	width:120px;
    font-family: verdana;
}

.change_title {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 256px;
    border-color:#666634;
	border-style:solid;
	border-width:1px;
    padding-left: 3px;
}

a.head_link {
    color: #FFFFFF;
    text-decoration:none;
    display:inline;
    font-size: 10px;
}

a.head_link:hover {
    text-decoration:underline;
}

div.album_info {
    font-size: 11px;
    margin-left: 20px;
    padding-bottom: 15px;
   position: relative;
   /*border: 1px solid #808080;
   overflow:hidden;*/

}

div.album_info h1 {
    font-size: 13px;
    color: #95703C;
        margin: 0px;
    padding: 0px;
}

div.album_info a {
    display:inline;
    font-size: 11px;
    text-decoration:none;
    color: #95703C;

}

div.album_info a:hover {
    text-decoration:underline;
}

div.link_line {
    text-align: center;
    margin-bottom: 20px;
    background: #CAD6A6;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

div.link_line a {
    text-decoration: none;
    font-size: 12px;
}

div.link_line a:hover {
    text-decoration: underline;
}

div.link_line2 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 25px;
    background: #CAD6A6;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

div.link_line2 a {
    text-decoration: none;
    font-size: 11px;
    color: #95703C;
}

div.link_line2 a:hover {
    text-decoration: underline;
}

div.link_block {
    margin-left: 20px;
    margin-top: 0px;
    width: 890px;
    background: #CAD6A6;
    border: 1px solid #666634;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    overflow:hidden;
}
div.link_block p {
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    color: #95703C;
    font-size: 11px;
    
}

div.link_block h1 {
    
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

div.link_block a {
    display:inline;
    font-size: 10px;
    text-decoration: none;
    color: #95703C;
}

div.link_block a:hover {
    text-decoration: underline;
}
div.link_block div.link_div {
    float:left;
    height: 16px;
    padding-top: 4px;
    /*display:block;*/
    /*border: 1px solid #666634;*/
    margin-right: 10px;
    margin-top: 5px;
    white-space: nowrap;
}

div.link_block div.del_div {
    float:left;
    padding:2px;
    background: #DDE4C5;
    border: 1px solid #666634;
    /*display:block;  */
    margin-right: 10px;
    margin-top: 5px;
    white-space: nowrap;
    
}

div.del_div a.ulink {
    margin:0px;
    padding-top:1px;
    white-space: nowrap;
    float:left;
}

a.del_icon {
    background: transparent url(/layout/cancel2.gif) no-repeat 0 0;
    margin:0px;    
    padding:0px;
    margin-left: 4px;
    cursor:pointer;
    width:12px;
    height:12px;
    border: 1px solid transparent;
    white-space: nowrap;
    
    display:block;
    float:left;
    
}

a.del_icon:hover {
    border: 1px solid silver;
}

a.del_icon:focus { outline: none; }

div.link_block div.edit_div {
    float:left;
    height: 16px;
    padding-top: 4px;
    background: #CAD6A6;
    display:block;
    margin-right: 10px;
    margin-top: 5px;
}

div.edit_div a:focus { outline: none; }

div.main_pic {
    float:left;
    width: 710px;
    height: 525px;
    margin: 10px 20px;
    margin-right:0px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #666634;
    background: #CAD6A6;
    overflow:hidden;
}

* html div.main_pic {
    margin-left: 10px;
}

div.img_pic {
   /* border: 1px solid #666634;*/
    margin: 0px auto;
}

div.vcarousel {
    float:left;
    width: 200px;
    height: 510px;
    margin: 10px 0px;
    text-align: center;
    padding: 0px;
    
    /*border: 1px solid #666634;
    background: #CAD6A6;*/
}

div.vcarousel p {
    text-align: center;
    margin:0px;
    padding:0px;
    padding-left:5px;
    padding-right:5px;
    font-size: 11px;
}

div.targeter {
    display:none;
    position:absolute;
    z-index: 90;
    width:50px;
    height:50px;
    cursor:pointer;
}

div.link_mes {
    position:absolute;
    display:none;
    cursor:default; 
    z-index: 92;
    border: 1px solid #666634;
    background: #CAD6A6;
    padding: 5px;
    text-align:left;
    white-space: nowrap;
}

/*div.link_mes div {
    border: 1px solid #666634;
    background: #CAD6A6;
    padding: 5px;
    margin: 10px;
    text-align:left;
}*/

div.link_mes h1 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
      
}

div.link_mes span {
    font-size: 10px;
}

div.link_mes a {
    font-size: 10px;
    color: #95703C;
}

div.contact_list {
    padding:5px;
    position: absolute;
    display:none;
    border: 1px solid #666634;
    z-index:93;
    background-color:#CAD6A6;
    width:200px;
}

div.contact_list select {
    font-size:11px;
    background-color:#FFFFFF;
    font-family: verdana;
    width: 200px;
    float:none;
    display:block;
}

div.contact_list input {
	background-color:#666634;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#F7F7F7;
	cursor:pointer;
	font-size:11px;
	margin: 0px;
    margin-top:5px;
	padding:1px 3px;
	width:90px;
    font-family: verdana;   
}

div.comment_block {
    width: 888px;
    margin: 10px 20px;
    text-align: left;
    padding: 10px;
    border: 1px solid #666634;
    overflow:hidden;
}


div.comment_block p {
    margin:0px;
    margin-bottom: 5px;
    padding:0px;
}

p.comment_text {
    font-size: 11px;
}

div.user_pic {
    margin-right: 10px;
    margin-bottom: 10px;
    float:left;
    border: 1px solid #949447;
    width: 50px;
    height: 60px;
    padding: 2px;
    text-align:center;
}

div.user_comment {
    float:left;
    margin-bottom: 10px;
    width:820px;
    line-height: 20px;
}

div.user_comment a {
    color: #95703C;
    font-size: 10px;
    text-decoration:none;
    display: inline;
}

div.user_comment a:hover {
    text-decoration:underline;
}

p.comment_del {
    margin-top: 0px;
    text-align:right;
    color: #95703C;
}

p.comment_del a {
    color: #95703C;
    text-decoration:none;
    width: 170px;
}

p.comment_del a:hover {
    text-decoration:underline;
    cursor:pointer;
}

p.pic_comments {
    color: #95703C;
}

div.comment_head {
    border-top: 1px solid #666634;
    border-bottom: 1px solid #666634;
    background: #CAD6A6;
    overflow:hidden;
    padding: 3px;
}


div.comment_block textarea {
    width: 885px;
    border: 1px solid #666634;
    background: #F7F7F7;   
}

* html div.comment_block textarea {
    margin-left: -20px;
}

input.comment_add {
    
	background-color:#666634;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#F7F7F7;
	cursor:pointer;
	font-size:11px;
	margin-top: 5px;
	padding:1px 3px;
	width:150px;
    font-family: verdana;
}

* html input.comment_add {
    margin-left: -20px;
}


