﻿div.lnkuser_profile
{
	float:left;
	width:800px;
	position:relative;
}

div.lnkuser_profile div.head
{
	float:left;
	width:100%;		
	padding-top:10px;
}

div.lnkuser_profile div.head div.avatar
{
	float:left;
	width:113px;	
	position:relative;
}

div.lnkuser_profile div.head div.avatar a
{
	float:left;
	padding-top:5px;
	width:113px;
	text-align:center;
	text-decoration:underline;
}

div.lnkuser_profile div.head div.avatar a span
{
	float:left;
	width:113px;
	text-align:center;
}

div.lnkuser_profile div.head div.avatar div.photo
{
	float:left;
	width:113px;
	height:150px;
	background:#e3e8f3 url(/_layouts/Images/SaraviaUserProfile/decorations/nophoto.jpg) no-repeat;
}

div.lnkuser_profile div.head div.personal
{
	float:left;
	padding-left:20px;	
	width:650px;	
}

div.lnkuser_profile div.head div.personal span.lbl
{
	float:left;
	font-size:14px;
	margin:9px 5px 10px 0;	
	white-space:nowrap;
}

div.lnkuser_profile div.head div.personal span.val
{
	float:left;
	font-size:16px;
	color:#0072bc;
	margin-top:2px;
	white-space:nowrap;
}

div.lnkuser_profile div.edit_profile
{
	float:left;
	width:100%;
	padding-top:10px;	
	text-align:right;
}

div.lnkuser_profile div.tb
{
	float:left;
	background:#dbdee5 url(/_layouts/Images/SaraviaUserProfile/decorations/book_tb.png) repeat-x;
	height:28px;
	padding:0 10px;
	border:solid 1px #afafaf;	
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

div.lnkuser_profile td
{
	padding-bottom:7px;
}

div.lnkuser_profile div.tb input
{
	border:none;
	background:transparent;
	font-size:14px;
	float:left;
	margin-top:5px;
	width:250px;	
}

div.lnkuser_profile td.val
{
	width:99%;
}

div.lnkuser_profile div.dt input{width: 100px;}
div.lnkuser_profile div.dt img
{
	width:15px;
	height:13px;
	margin-top:7px;
}

div.lnkuser_profile textarea
{
	float:left;
	clear:both;
	width:400px;	
	height:200px;
}


div.lnkuser_profileerror
{
	float:left;
	width:800px;
	text-align:center;
}

div.lnkuser_profileerror span
{
	float:left;
	width:100%;
	text-align:center;
	color:#c00;
	font-size:20px;
}

div.lnkuser_profile div.documents
{
	float:left;
	margin-top:20px;
}

div.lnkuser_profile div.documents div.tabs
{
	float:left;
	width:800px;
	border-bottom:solid 1px #0072bc;
}

div.lnkuser_profile div.documents div.tabs a
{
	float:left;
	padding:5px 20px;
	color:#0072bc;
	font-size:12px;
	font-weight:bold;
}

div.lnkuser_profile div.documents div.tabs a.sel
{
	float:left;	
	background-color:#0072bc;
	color:#fff;
}




div.lnkuser_profile tr.buttons a.save,div.lnkuser_profile div.edit_profile  a, div.lnkuser_profile a.confirm
{
	background:#1563c8 url('/_layouts/Images/SaraviaUserProfile/decorations/book_btn.png') repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:12px;
	padding: 7px 10px 0 10px;
	text-decoration:none;
	height:21px;
	float:left;
	
	margin-right:15px;
}

div.lnkuser_profile tr.buttons a.save:hover
{
	background-position:bottom;
}

div.lnkuser_profile tr.buttons a.cancel
{
	background:#1563c8 url('/_layouts/Images/SaraviaUserProfile/decorations/cancel_btn.png') repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:12px;
	padding: 7px 10px 0 10px;
	text-decoration:none;
	height:21px;
	float:left;
	
	margin-right:15px;
}

div.lnkuser_profile tr.buttons a.cancel:hover
{
	background-position:bottom;
}


div.lnkuser_profile div.aboutme span
{
	float:left;
	width:100%;
	font-size:16px;
	color:#0072bc;
	margin-top:10px;
}

div.lnkuser_profile div.ticket
{
	float:left;	
	margin-top:15px;
	margin-bottom:15px;
}
div.lnkuser_profile div.ticket span.lbl1
{
	float:left;
	font-size:10px;
}

div.lnkuser_profile div.ticket div.edit
{
	float:left;
	margin-top:10px;
}

div.lnkuser_profile div.ticket div.val
{
	float:left;
	margin-top:10px;
}

div.lnkuser_profile div.head div.personal  div.ticket span.lbl
{
	margin-top:5px;
}

div.lnkuser_profile div.head div.personal  div.ticket span.val
{
	margin-top:5px;
}

div.lnkuser_profile div.ticket div.tb
{
	margin-right:10px;
}

div.lnkuser_profile div.ticket a.change
{
	float:left;
	margin-top:5px;
	margin-left:20px;
	font-size:12px;
	text-decoration:underline;
}

/************************** registration *********************************************/
div.lnk_userregister
{
	float:left;
	position:relative;
}

div.lnk_userregister div.tb
{
	float:left;
	background:#dbdee5 url(/_layouts/Images/SaraviaUserProfile/decorations/book_tb.png) repeat-x;
	height:28px;
	padding:0 10px;
	border:solid 1px #afafaf;	
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

div.lnk_userregister td
{
	padding-bottom:7px;
}

div.lnk_userregister  div.tb input
{
	border:none;
	background:transparent;
	font-size:14px;
	float:left;
	margin-top:5px;
	width:250px;	
}

div.lnk_userregister td.val
{
	width:90%;
}

div.lnk_userregister td.lbl
{
	font-size:12px;
}

div.lnk_userregister div.dt input{width: 100px;}
div.lnk_userregister div.dt img
{
	width:15px;
	height:13px;
	margin-top:7px;
}

div.lnk_userregister textarea
{
	float:left;
	width:400px;
	height:100px;
	margin-top:10px;
	border:solid 1px #afafaf;
	clear:both;
}

div.lnk_userregister div.captcha
{
	float:left;
	padding-right: 20px;
	margin-right:5px;
	background: url(/_layouts/Images/SaraviaUserProfile/decorations/arrow.png) no-repeat right center;
}


div.lnk_userregister a.registerbtn
{
	background:#1563c8 url('/_layouts/Images/SaraviaUserProfile/decorations/book_btn.png') repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:12px;
	padding: 7px 10px 0 10px;
	text-decoration:none;
	height:21px;
	float:right;
	
	margin-right:15px;
}

div.lnk_userregister a.registerbtn:hover
{
	background-position:bottom;
}

div.lnk_userregister a.cancelbtn
{
	background:#1563c8 url('/_layouts/Images/SaraviaUserProfile/decorations/cancel_btn.png') repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:12px;
	padding: 7px 10px 0 10px;
	text-decoration:none;
	height:21px;
	float:right;
	
	margin-right:15px;
}

div.lnk_userregister a.cancelbtn:hover
{
	background-position:bottom;
}

div.lnk_userregister div.msuccess
{
	float:left;
	display:none;
	font-size:14px;
}

/******************* LOGIN ********************/

div.lnk_loginform
{
	float:left;
	width:100%;
}

div.lnk_loginform .ms-error
{
	float:left;
	font-size:12px;
	margin-bottom:10px;
}

div.lnk_loginform div.tb, div.lnk_forgotform div.tb
{
	float:left;
	background:#dbdee5 url(/_layouts/Images/SaraviaUserProfile/decorations/book_tb.png) repeat-x;
	height:28px;
	padding:0 10px;
	border:solid 1px #afafaf;	
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

div.lnk_loginform  div.tb input,  div.lnk_forgotform div.tb input
{
	border:none;
	background:transparent;
	font-size:14px;
	float:left;
	margin-top:5px;
	width:250px;	
}

div.lnk_loginform table, div.lnk_forgotform table
{
	float:left;	
	position:relative;
}

div.lnk_loginform td.val, div.lnk_forgotform td.val
{
	
}

div.lnk_loginform td.lbl
{	
	font-size:12px;
}

div.lnk_forgotform td.lbl
{
	padding-top:7px;
	font-size:12px;
}

div.lnk_loginform a.loginbtn,div.lnk_forgotform a.forgetbtn,div.lnk_loginform a.changebtn,div.lnk_loginform a.cancelbtn
{
	background:#1563c8 url('/_layouts/Images/SaraviaUserProfile/decorations/book_btn.png') repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:12px;
	padding: 7px 10px 0 10px;
	text-decoration:none;
	height:21px;
	float:right;	
}

div.lnk_loginform a.cancelbtn
{
	background:#1563c8 url('/_layouts/Images/SaraviaUserProfile/decorations/cancel_btn.png') repeat-x;
	margin-left:10px;
}

div.lnk_loginform td,div.lnk_forgotform td
{
	padding-bottom:7px;
}

div.lnk_loginform td.lbl input,div.lnk_forgotform td
{
	float:left;
}

div.lnk_loginform td.lbl label
{
	float:left;
	padding-top:3px;
	margin-left:3px;	
}

div.lnk_loginform .ms-error
{
	margin-bottom:10px;
}



/**************** textedit *****************/

div.lnk_uptextedit
{
	float:left;
	width:800px;
	padding-left:10px;
	position:relative;
}

div.lnk_uptextedit textarea
{
	width:790px;
	height:400px;
}

div.lnk_uptextedit  table.ms-rtetoolbarmenu{ 
    width:790px;
} 

div.lnk_uptextedit  iframe.ms-rtelong{ 
    width:788px;
    height:400px;
} 


div.lnk_uptextedit div.buttons
{
	float:left;
	width:100%;
	margin:10px 0;
}

div.lnk_uptextedit div.buttons a.cancelbtn
{
		background:#1563c8 url('/_layouts/Images/SaraviaUserProfile/decorations/cancel_btn.png') repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:12px;
	padding: 7px 10px 0 10px;
	text-decoration:none;
	height:21px;
	float:right;
	
	margin-right:15px;
}

div.lnk_uptextedit div.buttons a.cancelbtn:hover
{
	background-position:bottom;
}

div.lnk_uptextedit div.buttons a.savebtn
{
	background:#1563c8 url('/_layouts/Images/SaraviaUserProfile/decorations/book_btn.png') repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:12px;
	padding: 7px 10px 0 10px;
	text-decoration:none;
	height:21px;
	float:right;
	
	margin-right:15px;
}

div.lnk_uptextedit div.buttons a.savebtn:hover
{
	background-position:bottom;
}

div.lnk_uptextedit div.line
{
	float:left;
	width:100%;
	padding-bottom:5px;	
}

div.lnk_uptextedit span.lbl
{
	float:left;
	font-size:12px;	
	padding:7px 0 7px 5px;
}

div.lnk_uptextedit  td.lbl
{
	font-size:12px;
}

div.lnk_uptextedit td
{
	padding-bottom:5px;
}


div.lnk_uptextedit div.tb
{
	float:left;
	background:#dbdee5 url(/_layouts/Images/SaraviaUserProfile/decorations/book_tb.png) repeat-x;
	height:28px;
	padding:0 10px;
	border:solid 1px #afafaf;	
	-moz-border-radius: 5px;
	border-radius: 5px;		
}


div.lnk_uptextedit  div.tb input
{
	border:none;
	background:transparent;
	font-size:14px;
	float:left;
	margin-top:5px;
	width:250px;	
}

div.lnk_userlist
{
	float:left;
	width:800px;
}

#SearchControls
{
	float:left;	
	margin-bottom:15px
}

#SearchControls span.lbl
{
	float:left;
	font-size:12px;
	padding-right:5px;
	padding-top:7px;
}



#SearchControls div.tb
{
	float:left;
	background:#dbdee5 url(/_layouts/Images/SaraviaUserProfile/decorations/book_tb.png) repeat-x;
	height:28px;
	padding:0 10px;
	border:solid 1px #afafaf;	
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#SearchControls div.tb input
{
	border:none;
	background:transparent;
	font-size:14px;
	float:left;
	margin-top:5px;
	width:250px;	
}

#SearchControls input.searchbutton
{
	float:left;
	margin:4px 0 0 10px;
	padding:0 15px;
}

div.lnk_userlist table.ms-listviewtable
{	
	font-size:12px;	
}

div.lnk_userlist table tr.ms-viewheadertr th.ms-vh2-gridview
{
	background:#dadfeb;
	font-size:12px;	
}


