*
{
    outline:none;
}
body {
 margin:0px;
 padding:0px;
 background-image:url(../FSimages/bg.jpg);
 background-repeat:repeat-x;
 background-color:#fbfbfb;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#999999;
 font-size:normal;
}
.clear {
 font-size:1px;
 height:1px;
 clear:both;
}
#main_container {
 width:980px;
 height:auto;
 margin:0px auto; 
}
#header {
 width:980px;
 height:auto; 
}
#header .top{
 width:980px;
 height:30px;
 text-align:right;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#fbfbfb;
 padding-top:5px;

}
#header .top a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#fbfbfb;
 text-decoration:none;
 margin:0px 10px;
 }
 #header .top a:hover{
 color:#d1cfcf;
}
#header .mid{
 width:980px;
 height:63px;
}
.logo{
 width:229px;
 height:63px;
 float:left;
}
.login_area {
 width:710px;
 height:33px;
 padding:8px;
 float:right;
 margin-left:10px !important;
/* margin-left:25px !important;*/
}
.login_area .feildarea {
 width:452px;
 height:30px;
 float:left;
 padding-top:3px;
}
.login_area .btn {
 width:117px;
 height:33px;
 float:right;
 vertical-align:top;
}
.textarea {
 /*width:190px;*/
 width:180px;
 height:15px;
 background-image:url(../FSimages/login_bg.jpg);
 background-repeat:repeat-x;
 border:1px solid #b8b8b8;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#919191;
 padding:10px 10px 5px 10px;
 margin-right:10px;
}
#header .bot{
 width:980px;
 height:auto;
 padding-top:10px;
}
#center_container {
 width:960px;
 height:auto;
 padding:0px 10px;
}
#center_part {
 width:960px;
 height:auto;
 padding:7px 0px;
}
#center_part h1{
 font-family:Arial, Helvetica, sans-serif;
 font-size:15px;
 color:#7e7e7e;
 font-size:normal;
}
#center_part h1 span{
 color:#181818;
}
#center_part p{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#999999;
 font-size:normal;
}
#center_part .what{
 width:350px;
 height:auto;
 border-right:1px solid #efefef;
 padding:0px 15px 0px 0px;
 float:left;
 margin-right:20px;
}
#center_part .why{
 width:180px;
 height:auto;
 border-right:1px solid #efefef;
 padding:0px 15px 0px 0px;
 float:left;
 margin-right:20px;
}
#center_part .how{
 width:350px;
 height:auto;
 padding:0px;
 float:right;
}
#footer_area {
 width:770px;
 height:80px;
 margin:0px 105px;
}
#footer_area .top{
 width:770px;
 height:50px;
 border-bottom:1px solid #dddddd;
}
.footer_top_left {
 width:300px;
 height:50px;
 float:left;
 text-align:right;
}
.footer_top_right {
 width:470px;
 height:40px;
 float:right;
 font-family:Arial, Helvetica, sans-serif;
 font-size:15px;
 color:#3c3c3c;
 font-weight:bold;
 padding-top:10px;
}
.footer_top_right span{
 color:#cd2f38;
}
#footer_area .bot{
 width:770px;
 height:10px;
 padding:0px;
}
.footer_bot_left {
 width:300px;
 height:20px;
 float:left;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#a9a9a9;
 padding-top:5px;
}
.footer_bot_right {
 width:470px;
 height:20px;
 float:right;
 text-align:right;
}
.footer_bot_right a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#a9a9a9;
 text-decoration:none;
 margin:0px 5px;
 padding:0px;
}
.footer_bot_right a:hover{
 color:#555555;
}
.generic_dialog
 {
   height: 0;
   left: 0;
   overflow: visible;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 101;
}
.generic_dialog_popup
{
 height: 0;
 margin: auto;
 overflow: visible;
 position: relative;
 width: 465px;

}
.pop_container_advanced
{
    border:1px;
 -moz-background-clip: border;
 -moz-background-inline-policy: continuous;
 -moz-background-origin: padding;
 -moz-border-radius-bottomleft: 8px;
 -moz-border-radius-bottomright: 8px;
 -moz-border-radius-topleft: 8px;
 -moz-border-radius-topright: 8px;
 background: #EDEDED none repeat scroll 0 0;
 padding: 10px;
 border:2px solid;
}
.pop_content
{
 direction: ltr;
}
.clearfix
{
 display: block;
}
.pop_content .dialog_buttons
{
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #F2F2F2 none repeat scroll 0 0;
  padding: 8px;
  text-align: right;
}

 .afterlogin
{
    text-align:right;
    vertical-align:baseline;
    margin:  0px 5px 5px 5px;
    color:#7D7D7D;
    font-size:14px;
    }
.LogOutText
{
    font-size:14px;
    color:#7D7D7D;
    text-decoration:none;
}

.sendpassword_Message
{
	font-size:small;
	font-style:italic;
}



/*----login-----*/
.RememberMeSection{
 float:left;
 margin-top:5px;
}
.ForgotPasswordTag
{
     text-decoration: none;
     font-size: 10px;
     margin-left:18px;
}





 /*-----------SignUp------------*/

#signup_container {
 width:552px;
 height:auto;
 margin:0px auto;
}
#signup_container h2{
 font-family:Arial, Helvetica, sans-serif;
 font-size:24px;
 color:#7e7e7e;
 text-align:center;
 padding:10px 0px;
 margin:0px;
}
#signup_container h2 span{
 color:#070707;
}
#signup_container .top{
 width:552px;
 height:13px;
 background-image:url(../FSimages/signup_top.png);
 background-repeat:no-repeat;
}
#signup_container .mid{
 width:452px;
 height:auto;
 background-image:url(../FSimages/signup_mid.png);
 background-repeat:repeat-y;
 padding:0px 50px;
}
#signup_container .bot{
 width:552px;
 height:53px;
 background-image:url(../FSimages/signup_bot.png);
 background-repeat:no-repeat;
}
.signup_container {
 width:552px;
 height:auto;
 margin:0px auto;
}
.signup_container h2{
 font-family:Arial, Helvetica, sans-serif;
 font-size:24px;
 color:#7e7e7e;
 text-align:center;
 padding:10px 0px;
 margin:0px;
}
.signup_container h2 span{
 color:#070707;
}
.signup_container .top{
 width:552px;
 height:13px;
 background-image:url(../FSimages/signup_top.png);
 background-repeat:no-repeat;
}
.signup_container .mid{
 width:452px;
 height:auto;
 background-image:url(../FSimages/signup_mid.png);
 background-repeat:repeat-y;
 padding:0px 50px;
}
.signup_container .bot{
 width:552px;
 height:53px;
 background-image:url(../FSimages/signup_bot.png);
 background-repeat:no-repeat;
}
/*.signup_textarea {
 
 width :90%;
 height:15px;
 padding:10px;
 background-color:#faf9f9;
 border:1px solid #dddddd;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#989797;
 margin:5px 0px;
}
*/
.forgot_password {
 width:452px;
 height:15px;
 margin:5px 0px;
 padding-top:10px;
}
.forgot_password a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#989797;
 text-decoration:underline;
}
.forgot_password a:hover{
 text-decoration:none;
}
	


.leftLabels
{
    width:60%;
    float:left;
}

.RightLabels
{
  
     width:40%;
     vertical-align:middle;
     float:right;
     margin-top:5px;
}

.extended
{
    width:20px;
    border:1px solid;
  
    vertical-align:bottom;
   
}

#TempPassdiv
{
    width:50%;
    height:25px;
}
#Passdiv
{
    width:50%;
    height:25px;
    
}

#TempPassdiv1
{
    
   
}
#Passdiv1
{
   
   
    
}






.signup_textarea {
  width:380px;
  height:15px;
  padding:10px;
  background-color:#faf9f9;
  border:1px solid #dddddd;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#989797;
  margin:5px 0px;
}

.passwordinfo
{
  font-size:9px;
  color:#989797;
}
.info
{
   font-size:12px;
   color:Red;
   display:none;
   width:20px;
   float:right;
   vertical-align:middle;
   padding:10px 0px 0px 0px;
}
.error
{
     font-size:12px;
    color:Red;
   
}
.forgot_password a:hover{
  text-decoration:none;
}

/*---------inner pages-------------*/

.logo_inner{
  /*width:176px;*/
  height:63px;
  float:left;
}

#center_part .left{
  width:685px;
  height:auto;
  float:left;
}
#center_left_leftarea{
  width:138px;
  height:auto;
  float:left;
}
.search {
  width:138px;
  height:33px;
  padding-top:10px;
  margin-bottom:10px;
}
.searchbox{
	background-image:url(../FSimages/search_box.jpg);
	background-repeat:no-repeat;
/*	width:137px;*/
    width:115px;
	font-size:12px;
	padding-top:4px;
	height:18px;
	border:0px;
	padding-left:22px;
}
#center_left_rightarea{
  width:510px;
  height:auto;
  padding:0px 18px; 
  float:right;
}
#center_left_rightarea img{
 border:none;
}
.tab_container {
  width:498px;
  height:33px;
  padding:5px;
  background-color:#f8f8f8;
  border:1px solid #dedede;
  margin-bottom:10px;
}
.tab_container a{
  width:116px;
  height:23px;
  background-image:url(../FSimages/tabs.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#cbcbcb;
  text-decoration:none;
  text-align:center;
  padding:7px 0px 0px 0px;
  display:block;
  float:left;
  margin:0px 4px;
}
.tab_containerFileSharing {
  width:720px;
  height:33px;
  padding:5px;
  background-color:#f8f8f8;
  border:1px solid #dedede;
  margin-bottom:10px;
}
.tab_containerFileSharing a{
  width:90px;
  height:23px;
  background-image:url(../fsimages/tabs_filesharing.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#cbcbcb;
  text-decoration:none;
  text-align:center;
  padding:7px 0px 0px 0px;
  display:block;
  float:left;
  margin:0px 4px;
}
.tab_containerFileSharing a:hover{
  background-image:url(../fsimages/tabs_h_filesharing.jpg);
  color:#8e8e8e;
}
.tab_containerFileSharing .active{
  color:#8e8e8e;
  width:90px;
  height:23px;
  background-image:url(../fsimages/tabs_h_filesharing.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  text-align:center;
  padding:7px 0px 0px 0px;
  display:block;
  float:left;
  margin:0px 4px;
}
.tab_container1 {
  width:240px;
  height:33px;
  padding-top:5px;
  background-color:#ffffff;
  /*border:1px solid #dedede;
  margin-bottom:10px;
  margin-right:10px;*/
}




.tab_container1 div a{
  width:116px;
  height:23px;
  background-image:url(../FSimages/tabs.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#cbcbcb;
  text-decoration:none;
  text-align:center;
  padding:7px 0px 0px 0px;
  display:block;
  float:left;
  
}


.tab_container1 a:hover{
  background-image:url(../FSimages/tabs_h.jpg);
  color:#8e8e8e;
}

.tab_container a:hover{
  background-image:url(../FSimages/tabs_h.jpg);
  color:#8e8e8e;
}
.tab_container .active{
  color:#8e8e8e;
  width:116px;
  height:23px;
  background-image:url(../FSimages/tabs_h.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  text-align:center;
  padding:7px 0px 0px 0px;
  display:block;
  float:left;
  margin:0px 4px;
}


.leftmenu_ProfilePic
{
  text-align:center;
  width:134px;
  height:auto;
  margin-bottom:10px;
  background-color:#f8f8f8;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
  border-top:1px solid #dedede; 
  padding-top:2px;
  padding-bottom:2px; 
}
.leftmenu {
/* width:134px;*/
  height:auto;
  margin-bottom:10px;
  padding:1px 1px 0px 1px;
  background-color:#fff;
  border:1px solid #dedede;
}
.leftmenu_heading {
  width:116px;
  height:26px;
  padding-top:7px;
  text-align:left;
  background-color:#040404;
  padding-left:18px;
  color:#c3c2c2;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}


.leftmenu ul{
  margin:0px;
  padding:0px;

}
.leftmenu ul li {
  list-style:none;
 /* margin:0px;
  padding:0px;*/
}
.leftmenu ul li a{
  width:116px;
  line-height:12px;
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  color:#8e8e8e;
  padding-top:3px;
  padding-left:18px;
  padding-bottom:7px;
 /* border-bottom:1px solid #dedede;*/
}
.leftmenu ul li a:hover{
  color:#b0b0b0;
}
.friends_container {
  width:508px;
  height:auto;
  background-color:#fff;
  border:1px solid #e7e7e7;
  margin-bottom:10px;
  padding-bottom:10px;
}




.friends_container_left {
  width:47px;
  /*height:90px;*/
  float:left;
  padding:10px;
}
.friends_container_right {
  width:400px;
  height:auto;
  float:right;
  padding:12px 12px 0px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:normal;
  color:#949090;
  line-height:16px;
}

.friends_container_right a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:normal;
  color:#5a7abb;
  text-decoration:underline;
}
.friends_container_right a:hover{
  text-decoration:none;
}
.heading_container {
  width:508px;
  height:39px;
  background-image:url(../FSimages/heading_bg.jpg);
  background-repeat:repeat-x;
  text-align:right;
}
.heading_container a{
 font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#737171;
  text-decoration:none;
  margin:3px;
}
.heading_container a:hover{
 color:#bc2933;
}
#center_part .right{
  width:233px;
  height:auto;
  float:right;
  background-color:#FFFFFF;
  border:1px solid #dedede;
  padding:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#6b6b6b;
}
.ads{
  width:233px;
  height:auto;
  margin-top:20px;
}
.login_area_inner {
  width:782px;
  height:33px;
  padding:15px 8px;
  float:right;
}
.login_area_inner_left {
  width:329px;
  height:23px;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#737171;
  padding-top:10px;
}
.login_area_inner_left a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#737171;
  text-decoration:none;
}
.login_area_inner_left a:hover {
  color:#bc2933;
}
.login_area_inner_right {
  width:380px;
  height:23px;
  float:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#737171;
  padding-top:10px;
}
.link_div_right {
  width:360px;
  height:23px;
  float:left;
}
.search_div_right {
  width:170px;
  height:23px;
  float:right;
  margin-right:20px;
}
.searchbg{
	background-image:url(../FSimages/search_bg.jpg);
	background-repeat:no-repeat;
	width:133px;
	font-size:12px;
	padding-top:4px;
	padding-left:5px;
	height:18px;
	border:0px;
}
.login_area_inner_right a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#737171;
  text-decoration:none;
}
.login_area_inner_right a:hover {
  color:#bc2933;
}
/*-----------------------------------Popup Css-----------------------------------------*/
.generic_dialog
  {
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
    border:1px solid;
 }
.generic_dialog_popup
 {
  height: 0;
  margin: auto;
  overflow: visible;
  position: relative;
  width: 465px;
 }
.pop_container_advanced
 {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  background: #EDEDED none repeat scroll 0 0;
  padding: 10px;
}
.pop_content
 {
  direction: ltr;
 }
 .pop_content h2.dialog_title
  {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #000000 none repeat scroll 0 0;
   /* border-color: #7C785F #7C785F -moz-use-text-color;*/
     border-color:black black -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.pop_content h2 span
 {
   display: block;
   padding: 5px 10px;
 }
.pop_content .dialog_content
  {
   -moz-background-clip: border;
   -moz-background-inline-policy: continuous;
   -moz-background-origin: padding;
   background: #FFFFFF none repeat scroll 0 0;
   border-color: #555555;
   border-style: solid;
   border-width: 0 1px 1px;
 }
.dialog_body
 {
  padding: 10px;
 }
.pop_content .dialog_content
 {
  border-style: solid;
}
.object_browser_tab_container
 {
   -moz-background-clip: border;
   -moz-background-inline-policy: continuous;
   -moz-background-origin: padding;
   background: #F2F2F2 none repeat scroll 0 0;
   border-bottom: 1px solid #DDDDDD;
   height: 20px;
   padding: 6px 6px 0;
}
.object_browser_body
 { 
   padding: 3px 0 0;
   position: relative;
   width: 100%;   
}
.object_browser_segment_div
 {
  position: relative;
 }        
.clearfix
 {
  display: block;
 }
 .UIObjectListing
  {
    border-bottom: 1px solid #EEEEEE;
    min-height: 50px;
    padding: 2px 0;
  }
.pop_content .dialog_buttons
 {
   -moz-background-clip: border;
   -moz-background-inline-policy: continuous;
   -moz-background-origin: padding;
   background: #F2F2F2 none repeat scroll 0 0;
   padding: 8px;
   text-align: right;
 }
 
 
 
 #dhtmltooltip{
position: absolute;
width: auto;
border: 2px ridge #DFDFFF;
padding: 2px;
background-color: #DFDFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
color:Red;
font-size:11px;
/*font-style:italic;*/
font-weight:bold;
}
 
 

/*------------message page css----------*/
#gray_div {
  width:508px;
  height:50px;
  margin-top:20px;
}
#gray_div .left {
  width:50px;
  height:30px;
  float:left; 
  padding-left:20px;
}
#gray_div .mid {
  width:140px;
  height:30px;
  float:left;
}
#gray_div .right {
  width:290px;
  height:30px;
  float:left;
  margin:0px;
  padding:0px;
  border:0px;
}
.gray_txt {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
  color:#7c7d7e;
}
.list_menu {
  width:160px;
}
.big_textarea {
  width:450px;
  border:1px solid #d5d3d3;
  height:60px;
}
.msgs_container {
  width:508px;
  height:auto;
  background-color:#fff;
  border:1px solid #e7e7e7;
 /* margin-bottom:10px;
  padding:20px 0px 0px 0px;*/
}
.msgs_tabs_area {
  width:508px;
  height:30px;
  margin:15px 0px 0px 0px;
}
.msgs_tabs_area a{
  width:auto;
  height:19px;
  border-top:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  margin:0px 5px;
  padding:10px 15px 0px 15px;
  color:#040404;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  display:block;
  float:left;
}
.msgs_tabs_area a:hover{
  background-color:#b2b2b2;
}
.msgs_tabs_area .active{
  width:auto;
  height:19px;
  border-top:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  margin:0px 5px;
  padding:10px 15px 0px 15px;
  color:#040404;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  display:block;
  float:left;
  background-color:#b2b2b2;
}
.msgs{
  width:487px;
  height:auto;
  border-top:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  padding:10px;
}
.msgs_active{
  width:488px;
  /*height:75px;*/
  height:auto;
  border-top:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  border-collapse:collapse;
  border:collapse;
  padding:10px;
  background-color:#f8f8f8;
  word-wrap:break-word;
}
.msgs_img{
  width:60px;
  height:auto;
  float:left;
}
.msgs_text{
  width:110px;
  height:auto;
  float:left;
  color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
}
.msgs_text span{
  color:#a9a9a9;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
}
.msgs_bluetext{
  width:318px;
  height:auto;
  float:right;
  color:#179fd8;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
}
.msgs_btns{
  width:85px;
  height:23px;
  float:right;
  display:none;
  padding-top:4px;
  background-color:#e7e7e7;
  border:1px solid #e0dede;
  text-align:center;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    position:absolute;
} 
.updateProgress
  {
    border-width:1px; 
    border-style:solid; 
    background-color:#FFFFFF; 
    position:absolute; 
    width:315px; 
    color:#000;  
  }
.updateProgressMessage
 {
   margin:3px; 
   font-family:Trebuchet MS; 
   font-size:small; 
   vertical-align: top;
 }    
.messageHeader
{
    display:none;
}


/* ------------------------------  paging on manage freinds css ------------------*/

#paging{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#paging a{
	padding:4px 2px 4px 2px;
	margin:0px 2px 0px 2px;
	border:1px solid #EEE8D4;
	background:#FFFFFF;
	color:#572526;
	text-decoration:none;
}
#paging a.selected
{
    padding-left:2px;
    padding-right: 2px;
    font-weight:bold;
    vertical-align:top;
	background:#572526;
	color:#FFFFFF ;
	text-decoration:none;
}
#paging a.selected:hover{
	 padding-left:2px;
    padding-right: 2px;
    font-weight:bold;
    vertical-align:top;
	background:#572526;
	color:#FFFFFF ;
	text-decoration:none;
}


#paging a:hover{
	border:1px solid #EEE8D4;
	background:#EEE8D4;
	color:#572526;
	text-decoration:none;
}
#paging a.image
{
    padding-left:2px;
    padding-right: 2px;
     background:#FFFFFF;
    text-decoration:none;
    border-style: none;
}
#paging a.image:hover
{
   padding-left:2px;
    padding-right: 2px;
     background:#FFFFFF;
    text-decoration:none;
    border-style: none;
}
.pagenumber
{
	vertical-align:top;  
 padding-right:50px;
	}
.norecord
{
    margin-top:10px;
}

/*-----------------------  paging on manage friend css ends------------------------*/

.heading_inner {
  width:149px;
  height:39px;
  float:right;
}
.heading_inner_left {
  width:60px;
  height:28px;
  float:left;
  padding:0px;
  margin:0px;
  padding-top:11px;
}
.heading_inner_right {
  width:85px;
  height:39px;
  float:right;
  padding:0px;
  margin:0px;
  text-align:left;
}
.heading_inner img{
  float:right;
  
}


.search_div {
  width:488px;
  height:30px;
  padding:0px 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#7c7d7e;
}
.search_div a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#7c7d7e;
  text-decoration:none;
  margin:0px 1px;
}
.search_div a:hover{
  text-decoration:underline;
}
/*-------------phase2 css--------------*/

.heading_container h3{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#6b6b6b;
  font-weight:bold;
  margin:10px 0px 0px 10px;
  padding:0px;
  float:left;
}
.blank_row {
  width:508px;
  height:20px;
}
.white_row {
  width:508px;
  height:auto;
  background-color:#FFFFFF;
}
.gray_row {
  width:508px;
  height:auto;
  background-color:#f8f8f8;
}
.form_feilds {
  width:195px;
  height:30px;
  padding:10px 0px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#919198;
  font-weight:normal;
  text-align:right;
  padding-right:5px;
  float:left;
}
.form_input {
  width:308px;
  height:30px;
  text-align:left;
  float:right;
  padding:10px 0px 0px;
}
.form_textarea {
  width:195px;
  height:17px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#919198;
  font-weight:normal;
  border:1px solid #c5c5c5;
  background-color:#FFFFFF;
  padding-left:5px;
}
.form_listmenu {
  width:203px;
  height:25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#919198;
  font-weight:normal;
  border:1px solid #c5c5c5;
  background-color:#FFFFFF;
  padding-left:5px;
}
.link_container {
  width:488px;
  height:20px;
  padding-right:20px;
  text-align:right;
  margin-top:10px;
}
.link_container a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#179fd8;
  font-weight:normal;
  text-decoration:underline;
}
.link_container a:hover{
  text-decoration:none;
}
.button_container {
  width:508px;
  height:auto;
  text-align:center;
  margin:10px 0px;
}

.notification_div {
  width:488px;
  height:auto;
  padding:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#787880;
  font-weight:normal;
}
.notification_div a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#179fd8;
  font-weight:normal;
  text-decoration:underline;
}
.notification_div a:hover{
  text-decoration:none;
}
.inner_small_tabs {
  width:488px;
  height:26px;
  padding:0px 10px;
  margin:20px 0px 0px 0px;
  border-bottom:1px solid #cfcfcf;
}
.inner_small_tabs a{
  width:auto;
  height:20px;
  padding:5px 7px 0px 7px;
  margin:0px 2px;
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  border-top:1px solid #e6e6e6;
  display:block;
  float:left;
  background-color:#f9f9f9;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#c5c5c5;
  font-weight:bold;
  text-decoration:none;
}
.inner_small_tabs a:hover{
  color:#797979;
  border-left:1px solid #d3d3d3;
  border-right:1px solid #d3d3d3;
  border-top:1px solid #ed3d3d3;
  background-color:#f4f4f4;
}
.inner_small_tabs .active{
  width:auto;
  height:20px;
  padding:5px 7px 0px 7px;
  margin:0px 2px;
  border-left:1px solid #d3d3d3;
  border-right:1px solid #d3d3d3;
  border-top:1px solid #ed3d3d3;
  display:block;
  float:left;
  background-color:#f4f4f4;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#797979;
  font-weight:bold;
  text-decoration:none;
}
.inner_grid_container {
  width:488px;
  height:auto;
  padding:10px;
}
.grid_heading{
  width:488px;
  height:30px;
  float:left;
}
.grid_heading_left {
  width:320px;
  height:30px;
  float:left;
}
.grid_heading_mid {
  width:90px;
  height:30px;
  float:left;
}
.grid_heading_right {
  width:76px;
  height:30px;
  float:right;
}
.grid_div{
  width:488px;
  height:20px;
  float:left;
  padding:5px 0px;
  border-bottom:1px solid #ececec;
}
.grid_div_left {
  width:310px;
  height:20px;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#6d6d6d;
  font-weight:normal;
  padding-left:10px;
}
.grid_div_mid {
  width:90px;
  height:20px;
  float:left;
  text-align:center;
}
.grid_div_right {
  width:76px;
  height:20px;
  float:right;
  text-align:center;
}
.form_listmenu_small {
  width:65px;
  height:25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#919198;
  font-weight:normal;
  border:1px solid #c5c5c5;
  background-color:#FFFFFF;
  padding-left:5px;
}
.photos_left {
  width:205px;
  height:auto;
  padding:15px;
  float:left;
}
.photos_div {
  width:203px;
  height:113px;
  border:1px solid #c0c0c0;
  background-color:#FFFFFF;
  text-align:center;
  padding-top:10px;
}
.photos_right {
  width:258px;
  height:auto;
  padding:20px 15px 10px 0px;
  float:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#787880;
  font-weight:normal;
  word-wrap:break-word;
}
.photos_right a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#179fd8;
  font-weight:normal;
  text-decoration:underline;
}
.photos_right a:hover{
  text-decoration:none;
}

.SuccessfulAccountCreation
{
    color:Green;
    font-size:12px;
    font-weight:bold;
}





/*BOF------> block list <----- */
.notification_div {
  width:488px;
  height:auto;
  padding:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#787880;
  font-weight:normal;
}
.notification_div a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#179fd8;
  font-weight:normal;
  text-decoration:underline;
}
.notification_div a:hover{
  text-decoration:none;
}

.inner_grid_container {
  width:488px;
  height:auto;
  padding:10px;
}

.grid_heading{
  width:488px;
  height:30px;
  float:left;
}
.grid_heading_left {
  width:320px;
  height:30px;
  float:left;
}
.grid_heading_mid {
  width:90px;
  height:30px;
  float:left;
}
.grid_heading_right {
  width:76px;
  height:30px;
  float:right;
}
.grid_div{
  width:488px;
  height:20px;
  float:left;
  padding:5px 0px;
  border-bottom:1px solid #ececec;
}
.grid_div_left {
  width:310px;
  height:20px;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#6d6d6d;
  font-weight:normal;
  padding-left:10px;
}
.grid_div_mid {
  width:90px;
  height:20px;
  float:left;
  text-align:center;
}
.grid_div_right {
  width:76px;
  height:20px;
  float:right;
  text-align:center;
}

.friends_container_Blocklist
{
  width:508px;
  height:auto;
  background-color:#fff;
  border:1px solid #e7e7e7;
  margin-bottom:10px;
  padding-bottom:10px;
}

.form_listmenu_small {
  width:65px;
  height:25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#919198;
  font-weight:normal;
  border:1px solid #c5c5c5;
  background-color:#FFFFFF;
  padding-left:5px;
}
.photos_left {
  width:205px;
  height:auto;
  padding:15px;
  float:left;
}
.photos_div {
  width:175px;
  height:95px;
  border:1px solid #c0c0c0;
  background-color:#FFFFFF;
  text-align:center;
  padding-top:10px;
}
.photos_right {
  width:258px;
  height:auto;
  padding:20px 15px 10px 0px;
  float:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#787880;
  font-weight:normal;
}
.photos_right a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#179fd8;
  font-weight:normal;
  text-decoration:underline;
}
.photos_right a:hover{
  text-decoration:none;
}
/*--------------  filesharing file tree menu----------*/

.leftmenufileTree {
 /* width:134px;
   background-color:#f8f8f8;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
  border-top:1px solid #dedede;*/
  height:auto;
  margin-bottom:10px;
  padding:1px 1px 0px 1px;
  margin-left:8px;
 
}

.leftmenufileTree ul.jqueryFileTree a
{
    padding-left:0px;
}


.leftmenufileTree ul.jqueryFileTree li a:hover 
{
    background:none;
}
.leftmenufileTree_heading {
  width:116px;
  height:26px;
  padding-top:7px;
  text-align:left;
  background-color:#040404;
  padding-left:18px;
  color:#c3c2c2;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}


#breadcrumb_filebrowsing
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('../images/bc_bg.png');
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#breadcrumb_filebrowsing li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb_filebrowsing .browser
{
    height:30px;
    display:block;
    background-image:url('../images/bc_separator.png');
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}


#breadcrumb_filebrowsing .browser:hover
{
    color:#35acc5;
}

#breadcrumb_filebrowsing .home
{
    border: none;
    margin: 8px 0px;
}

#breadcrumb_filebrowsing .FB_seperator
{
    border: none;
    margin: 8px 0px;
}


#breadcrumb_filebrowsing .FB_back
{
    border: none;
    margin: 30px 0px;

}

#breadcrumb_filebrowsing .FB_createnewfolder
{
    border: none;
    margin: 30px 0px;
    height:16px;
    width:16px;
}

#breadcrumb_filebrowsing .right_aligned
{
    float: right; margin-top: -2em;
    height:30px;
    display:block;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;

}
.ScrollDiv
{
   display:block;
   height:150px;
   overflow:auto;
   border: 1px solid #7F9DB9;
   background: white;
}
.ScrollDiv ul{
  margin:0px;
  padding:0px;
}
.ScrollDiv ul li {
  list-style:none;
  margin:0px;
  padding:0px;
}
/*EOF------>            <------*/
/*EOF------>            <------*/
/*-----------forum css---------------*/

#forum_container {
  width:663px;
  height:auto;
  margin-right:18px;
  background-color:#fff;
  border:1px solid #e7e7e7;
  margin-bottom:10px;
  padding-bottom:10px;
}
.heading_container_big {
  width:663px;
  height:39px;
  background-image:url(../FSimages/heading_bg.jpg);
  background-repeat:repeat-x;
  text-align:right;
}
.heading_container_big h3{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#6b6b6b;
  font-weight:bold;
  margin:10px 0px 0px 10px;
  padding:0px;
  float:left;
}
.forum_area {
  width:643px;
  height:auto;
  margin:0px 10px;
  border-bottom:1px solid #e7e7e7;
}
.forum_area h4{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#8c8a8a;
  font-weight:bold;
  margin:0px;
  padding:10px 10px 0px 10px;
}
.forum_area p a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#179fd8;
  font-weight:normal;
  text-decoration:underline;
}
.forum_area p a:hover{
  text-decoration:none;
}
.forum_textarea_heading {
  width:342px;
  height:30px;
  float:left;
  padding-right:10px;
  border-left:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  border-top:1px solid #e7e7e7;
  margin:10px 0px 0px 0px;
}
.forum_topic_heading {
  width:89px;
  height:30px;
  float:left;
  border-left:1px solid #e7e7e7;
  border-top:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  margin:10px 0px 0px 0px;
}
.forum_post_heading {
  width:89px;
  height:30px;
  float:left;
  border-left:1px solid #e7e7e7;
  border-top:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  margin:10px 0px 0px 0px;
}
.forum_lastpost_heading {
  width:108px;
  height:30px;
  float:left;
  border:1px solid #e7e7e7;
  margin:10px 0px 0px 0px;
}
.forum_textarea {
  width:332px;
  height:70px;
  float:left;
  padding:10px;
  border-left:1px solid #e7e7e7;
}
.forum_topic {
  width:69px;
  height:70px;
  float:left;
  padding:10px;
  border-left:1px solid #e7e7e7;
}
.forum_post {
  width:69px;
  height:70px;
  float:left;
  padding:10px;
  border-left:1px solid #e7e7e7;
}
.forum_lastpost {
  width:88px;
  height:70px;
  float:left;
  padding:10px;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
}
.forum_left {
  width:399px;
  height:170px;
  float:left;
  margin-top:10px;
  border-left:1px solid #e7e7e7;
  border-top:1px solid #e7e7e7;
}
.forum_left_txt {
  width:379px;
  height:80px;
  padding:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999999;
  font-weight:normal;
}
.forum_left_txt a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#179fd8;
  font-weight:normal;
  text-decoration:underline;
}
.forum_left_txt a:hover{
  text-decoration:none;
}
.forum_date {
  width:379px;
  height:20px;
  padding:5px 10px;
  background-color:#f9f9f9;
}
.forum_date a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#179fd8;
  font-weight:normal;
  text-decoration:underline;
}
.forum_date a:hover{
  text-decoration:none;
}
.forum_right {
  width:221px;
  height:150px;
  float:right;
  margin-top:10px;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  border-top:1px solid #e7e7e7;
  padding:10px;
  background-color:#f9f9f9;
}
.forum_right h5 {
  padding:0px;
  margin:0px 0px 5px 0px;
}
.forum_right h5 a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#000;
  text-decoration:none;
}
.forum_right h5 a:hover{
  text-decoration:underline;
}
.forum_right h6{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#6b6b6b;
  padding:0px;
  margin:0px;
}
.ErrorDivClass
{
    margin   : 5px 5px 5px 5px;
    font-weight:bold; 
    color:red;  
   /* text-decoration: blink;*/
    
}
.pgTitleBlue {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #CCCCCC;
color:#030B8A;
font-size:12px;
font-weight:bold;
height:20px;
margin-left:0;
margin-right:20px;
margin-top:20px;
padding:6px 0 0 8px;
text-align:center;
text-transform:uppercase;
width:500px;
}
/****************** Gmail Listing Page ****************/

li.email_toplinks{
	float:left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}

li.email_toplinks a{
	font-size:12px;
	color:#179fd8;
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
}

.email_left{
  width:940px;
  height:auto;
  float:left;
}

.email_container{
  width:940px;
  height:auto;
  float:left;
  background-color:#ffffff;
}

.email_container_big {
  width:940px;
  height:39px;
  background-image:url(../FSimages/heading_bg.jpg);
  background-repeat:repeat-x;
  text-align:right;
}
.email_container_big h3{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#6b6b6b;
  font-weight:bold;
  margin:10px 0px 0px 10px;
  padding:0px;
  float:left;
}
.email_area {
  width:100%;
  height:auto;
  margin:0px;
  border-bottom:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  border-top:1px solid #e7e7e7;  
  border-collapse:collapse;
}

.email_icon {
  width:100px;
  height:30px;
  float:left;
  padding-left:10px;
  margin:10px 0px 0px 0px;
}

.email_icon  li {
	float:left;
	display:inline;
	width:30px;
}

.email_id{
  width:250px;
  height:30px;
  float:left;
  padding-right:10px;
  margin:10px 0px 0px 0px;
}

.email_id a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 	color:#666666;
	text-decoration:none;
}

.email_id a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 	color:#179fd8;
	text-decoration:none;
}


.email_text{
  width:400px;
  height:30px;
  float:left;
  padding-right:10px;
  margin:10px 0px 0px 0px;
}

.email_text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 	color:#666666;
	text-decoration:none;
}

.email_text a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 	color:#179fd8;
	text-decoration:none;
}

.email_date{
  font-weight:bold;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  width:50px;
  height:30px;
  float:right;
  padding-right:10px;
  margin:10px 0px 0px 0px;
}

.user_id {
	float:left;
	width:500px;
	margin-top:12px;
	 font-weight:bold;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.user_id li {
	display:inline;
	
}

.user_id li a{
  text-decoration:none;  
  padding-left:5px;
  padding-right:5px;
  margin:0px 0px 0px 0px;
  color:#666666;
}

.user_id li a:hover{
  text-decoration:none;  
  padding-left:5px;
  padding-right:5px;
  margin:0px 0px 0px 0px;
  color:#179fd8;
}

.email_count{
	float:right;
	width:200px;
	margin-top:12px;
	 font-weight:bold;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.email_count li{
	display:inline;	
}

.email_count li a{
  text-decoration:none;  
  padding-left:5px;
  padding-right:5px;
  margin:0px 0px 0px 0px;
  color:#666666;
}

.email_count li a:hover{
  text-decoration:none;  
  padding-left:5px;
  padding-right:5px;
  margin:0px 0px 0px 0px;
  color:#179fd8;
}

     /****** Email Menus *******/
	 
.emailtab_container {
  width:498px;
  height:auto;
  padding:5px;
  background-color:#f8f8f8;
  border:1px solid #dedede;
  margin-bottom:10px;
}
.emailtab_container a{
  width:116px;
  height:23px;
  background-image:url(../FSimages/tabs.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#cbcbcb;
  text-decoration:none;
  text-align:center;
  padding:7px 0px 0px 0px;
  display:block;
  float:left;
  margin:0px 4px;
}
.emailtab_container a:hover{
  background-image:url(../FSimages/tabs_h.jpg);
  color:#8e8e8e;
}
.emailtab_container .active{
  color:#8e8e8e;
  width:116px;
  height:23px;
  background-image:url(../FSimages/tabs_h.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  text-align:center;
  padding:7px 0px 0px 0px;
  display:block;
  float:left;
  margin:0px 4px;
}

.emailtab_container .submenu{
	  border:1px solid #dedede;
	  background-color:#f4f4f4;
	  height:25px;
	  margin-left:4px;
}	 

.emailtab_container .submenu li{
	display:inline;
}	 
	 
.emailtab_container .submenu li a{	 
	color:#CD2F38;
	padding:7px;
	background-image:none;
	text-decoration:none;
}

.emailtab_container .submenu li a:hover{	 
	color:#666666;
	padding:7px;
	background-image:none;
	text-decoration:none;
}
	 
	 /*************************/


/******************************************************/


/***************  Email Compose Page *****************/



.email_sublinks2{
  float:left;
  width:200px;
  margin-top:12px;
  font-weight:bold;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
	

	
}
.email_sublinks2 ul{
  margin:0;
  padding:0;
  width:200px;	

	
}

.email_sublinks2 li{
	display:inline;
	float:left;
	width:200px;
	
}




.email_sublinks{
  float:left;
  width:200px;
  margin-top:12px;
  font-weight:bold;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
	

	
}


/****************************************************/
/***************  Email Compose Page *****************/

.email_sublinks{
  float:left;
  width:940px;
  margin-top:12px;
  font-weight:bold;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin-left:15px;
}

.email_sublinks li{
	display:inline;
	float:left;
	
}

.email_sublinks li a {
	color:#666666;
	padding:7px;
	background-image:none;
	text-decoration:none;
}

.email_sublinks li a:hover {
	color:#CD2F38;
	padding:7px;
	background-image:none;
	text-decoration:none;
}

.frm_fields{

	margin:10px 25px 0px 25px;
	text-align:right;
	float:left;
}

.frm_fields p{
	float:left;
	text-align:right;
	margin:0;
	padding:0;
}

.frm_fields p span{
	display:table-cell;
}

.frm_fields .txtbox_large{
	width:700px;
	height:20px;
	}

.frm_fields .txtbox_small{
	width:290px;
	height:20px;
}

.frm_fields .txtbox_sub{
	width:700px;
	height:20px;
}

/*.frm_fields span.to{
	margin:7px 20px 7px 25px;
	font-weight:bold;
	font-size:12px;
	display:block;
	width:50px;
	float:left;
	padding:0;
}*/
span.to
{
    margin:7px 20px 7px 25px;
	font-weight:bold;
	font-size:12px;
	display:block;
	width:50px;
	float:left;
	padding:0;
}

.frm_fields .txtarea{
	width:800px;
	margin-left:60px;
	float:left;
}

.txt_cc{
	color:#666666;
	  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
	display:block;
	float:left;
	width:400px;
}

.txt_bcc{
	margin-left:10px;
	color:#666666;
	  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
	display:block;
	float:left;
	width:400px;
}

#way2smssent #waysentconf {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:10px solid #CBCBCB;
float:left;
margin:0 0 0 0;
padding:0;
width:510px;
}
#way2smssent #waysentconf .way2success {
border:1px solid #F0F0F0;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
padding:28px 0 10px 25px;
}
#way2smssent #waysentconf .waybackmc {
float:left;
font-size:11px;
padding:14px;
}
.way2cbuts {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:1px solid #B1CDD3;
cursor:pointer;
float:left;
font-weight:bold;
margin:0 5px 0 0;
padding:8px 20px;
}
#way2smssent #waysentconf .waybackmc {
float:left;
font-size:11px;
padding:14px;
}
.wwwyy {
margin:0;
position:absolute;
}
.gchat {
background-position:-44px -186px;
height:12px;
width:15px;
}
.mobilealrt, .mobilealrt, .yahoochat, .gchat, .way2sms1, .chatgreen, .chatorange, .chatgray, .chatred, .chatmobile {
background-image:url(../images/sprite.gif);
background-repeat:no-repeat;
}
#way2smssent #waysentconf .waybackmc {
font-size:11px;
}
.way2gmail {
color:#0346E1;
}
.way2exbuts {
cursor:pointer;
font-size:11px;
font-weight:bold;
padding:0 2px 3px 20px;
}
.way2yahoo {
color:#7C029A;
padding:3px 0 0 20px;
}
#note a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CD2F38 none repeat scroll 0 0;
color:#FFFFFF;
padding:5px 10px;
text-decoration:none;
}
#note a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#FFFFFF;
padding:5px 10px;
text-decoration:none;
border:1px solid #CD2F38;
color:#FF0000;
}

.SendLink
{
	cursor:pointer;
}
.btn_sq:hover {
border:1px solid #8C8C8C;
color:#000000 !important;
text-decoration:none !important;
}
.btn_sq:hover, .button:hover {
background:#FFFFFF url(../FSimages/button_silverbg_over.gif) repeat-x scroll left 1px;
}
input.btn_sq {
padding:1px 7px 2px !important;
}
.btn_sq, .button {
background:#FFFFFF url(../FSimages/button_silverbg.gif) repeat-x scroll left 1px;
border:1px solid #C6C6C6;
color:#000000 !important;
cursor:pointer;
margin:0;
padding:1px 7px 2px;
vertical-align:middle;
white-space:nowrap;
}
/*********************** DASHBOARD PAGE ************************/
	
.dash_recently{
	background-color:#ededed;
	border:#d8d8d8 1px solid;
	width:90%;
	margin:0 auto;
	padding:7px;
}

.dash_recently span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:7px;
}

.d_recent_img {
	float:left;
	width:238px;
}


.d_recent_img img{
	margin-left:3px;

}

.d_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	float:right;
}
	
.d_content a {
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}	

.d_newsfeed{
		width:90%;
	margin:0 auto;
}

.d_icon_news{
	margin:0 auto;
	
}
.d_icon_news span{
	color:#bc2933;
	font-size:12px;
	font-weight:bold;
	background-image:url(../FSimages/ico_newsfeed.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:28px;
	height:22px;
	display:block;
	width:200px;
	float:left;
}

.d_icon_news  div{
		width:135px;
		float:right;
		color:#bc2933;
	font-size:12px;
	font-weight:bold;
}

.d_inputbox {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
	background-color:#ededed;
	padding:5px;
	border:#d8d8d8 1px solid;
	
}

.d_inputbox .inputbox{
	margin-top:3px;
	height:20px;
		background-image:url(../FSimages/input_bg.jpg);
		border:#dedede 1px solid;
		width:400px;
	
}

.dashboard_friends_container{
	border-bottom:#dedede 1px solid;
		margin-left:4px;
	margin-right:4px;
}

.right1{
	 height:auto;
  float:right;
  background-color:#FFFFFF;
  border:1px solid #dedede;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#6b6b6b;
  width: 270px;
}
.rightmenu_hd{
width:100%;
background-color:#e5e5e5;
height:21px;	
padding-top:10px;
text-indent:15px;
}

.rightmenu_hd .title{
	color:#8e8e8e;
	font-weight:bold;
	width:60%;
	float:left;
}

.rightmenu_hd .hyperlink{
	color:#8e8e8e;
	font-weight:normal;
	width:30%;
	float:right;
}

.rightmenu_hd .hyperlink a{
	color:#34AEE5;
	text-decoration:underline;
	font-weight:normal;	
	float:right;
	margin-right:20px;
}
.rightmenu_hd .hyperlink a:hover{
	color:#34AEE5;
	font-weight:normal;	
	float:right;
	text-decoration:none;
	margin-right:20px;
}


.right1 a {
	/*color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:20px;*/
}	
	
	
.d_profile{
	color:#bc2933;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}	
	
.connect_us a{
	display:block;
	margin:0;
	padding:0;
	width:65px;
	float:left;
}

.msg_title{
	color:#000000;
	font-size:12px;
	border-bottom:#dedede 1px solid;
	font-weight:bold;
	margin:0px 10px 0px 15px;
}

.d_viewmore{
	padding:3px;
	/*border-bottom:#dedede 1px solid;*/
	margin-left:15px;
	margin-right:15px;	
	
}

.d_viewmore a{
	color:#15a5da;
	float:right;
	margin-right:7px;
	text-decoration:none;
}

.friends_area{
	margin-left:15px;
	margin-right:15px;
	background:#ededed;
	border:#cac9c9 1px solid;
}

.friends_area .user_area{
	width:62px;
	display:block;
	margin:3px;
	float:left;
}
.friends_area .user_area a{
	color:#34AEE5;
	text-decoration:underline;
	font-weight:normal;	
	float:left;
}
.msgs_bluetext a{
	color:#34AEE5;
	text-decoration:underline;
	font-weight:normal;	
	float:left;
	background:none;
	border:none;
	padding:0;
}
.msgs_bluetext a:hover{
	color:#34AEE5;
	text-decoration:underline;
	font-weight:normal;	
	float:left;
	background:none;
	border:none;
	padding:0;
}
.replysubject
{
	background:#EEE9ED; 
	color:#6b6b6b;
}
.user_name{
	width:43px;
	display:block;
	float:left;
	color:#373945;
	font-size:10px;
}

.details_btn{
	float:right;
	display:block;
	width:15px;
	margin-left:3px;
}

.frd_request{
	background-image:url(../FSimages/ico_frnd_req.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:20px;
	text-indent:25px;
	margin-top:3px;
	margin-bottom:3px;	
}

.frd_request:hover{
	background-image:url(../FSimages/ico_frnd_req.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:20px;
	text-indent:25px;
	margin-top:3px;
	margin-bottom:3px;	
}



.file_sharing_ico{
	background-image:url(../FSimages/ico_filesharing.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:20px;
	text-indent:25px;
	margin-top:3px;
	margin-bottom:3px;	
}

.file_sharing_ico:hover{
	background-image:url(../FSimages/ico_filesharing.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:20px;
	text-indent:25px;
	margin-top:3px;
	margin-bottom:3px;	
}




.photo_sharing_ico{
	background-image:url(../FSimages/ico_photosharing.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:20px;
	text-indent:25px;
	margin-top:3px;
	margin-bottom:3px;

}

.photo_sharing_ico:hover{
	background-image:url(../FSimages/ico_photosharing.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:20px;
	text-indent:25px;
	margin-top:3px;
	margin-bottom:3px;
}


	

/************** MESSAGE BOX RIGHT PANEL  *************/

.msg_leftside{
	width:180px;
	display:block;
	float:left;
	font-weight:normal;
	padding:5px;
}

.msg_icon{
	width:35px;
	display:block;
	float:right;
	padding:5px;
}

.msg_pic{
	width:47px;
	height:51px;
	float:left;
	margin:3px;
}


/********************************************************/



/************************ LEFT MENU STYLE ***************/
.friend_link{
	background-image:url(../FSimages/l_frnd_ico.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:10px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:10px;
}

.filesharing_link{
	background-image:url(../FSimages/l_fsharing_ico.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:10px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:10px;
}

.setting_link{
	background-image:url(../FSimages/l_setting_ico.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:10px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:10px;
}


.newsfeed_link{
	background-image:url(../FSimages/l_newsf_ico.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:10px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:10px;
}




/**********************Popup Home Page**********************************/
#shareit-box
{
   position: absolute;
   display: none;
}
#shareit-header
 {
    width: 138px;
 }
#shareit-body
{
 width: 138px;
 height: 100px;
 background-image: url(../FSImages/shareit.png);
 background-repeat: no-repeat;
}
#shareit-blank
{
 height: 11px;
}
#shareit-url
 {
    height: 50px;
    text-align: center;
}
#shareit-url input.field
 {
    width: 100px;
    height: 26px;
    background: transparent url(../FSImages/field.gif) no-repeat;
    border: none;
    outline: none;
    padding: 7px 5px 0 5px;
    margin: 3px auto;
    font-size: 11px;
}
#shareit-icon
{
 height: 20px;
}
#shareit-icon ul
 {
  list-style: none;
  width: 130px;
  margin: 0;
  padding: 0 0 0 8px;
}
#shareit-icon ul li
 {
  padding: 0 2px;
}
#shareit-icon ul li img
 {
  border: none;
}
/************************ LEFT MENU STYLE ***************/
.friend_link{
	background-image:url(../FSImages/l_frnd_ico.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:10px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:10px;
}

.friend_link ul, .friend_link ul li{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

.leftmenu ul li ul li a.manage_friends{
	background-image:url(../FSImages/ico_frn_manage.jpg);
	background-repeat:no-repeat;
	background-position:left;
color:#8E8E8E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:5px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:20px;
	
}

.leftmenu ul li ul li a.invite_friends{
	background-image:url(../FSImages/ico_frn_invite.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#8E8E8E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:5px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:20px;
	
}


.leftmenu ul li ul li a.search_friends{
	background-image:url(../FSImages/ico_frn_search.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#8E8E8E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:5px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:20px;
	
}
.leftmenu ul li ul li a.manage_Images{
	background-image:url(../FSImages/Images.jpg);
	background-repeat:no-repeat;
	background-position:left;
color:#8E8E8E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:5px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:20px;
	
}
.leftmenu ul li ul li a.manage_Audios{
	background-image:url(../FSImages/Audios.jpg);
	background-repeat:no-repeat;
	background-position:left;
color:#8E8E8E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:5px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:20px;
	
}
.leftmenu ul li ul li a.manage_Videos{
	background-image:url(../FSImages/Videos.jpg);
	background-repeat:no-repeat;
	background-position:left;
color:#8E8E8E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:5px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:20px;
	
}

.leftmenu ul li ul li a.manage_Documents{
	background-image:url(../FSImages/Documents.jpg);
	background-repeat:no-repeat;
	background-position:left;
color:#8E8E8E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:5px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:20px;
	
}
.leftmenu ul li ul li a.manage_Misc{
	background-image:url(../FSImages/Misc.jpg);
	background-repeat:no-repeat;
	background-position:left;
color:#8E8E8E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:5px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:20px;
	
}


.filesharing_link{
	background-image:url(../FSImages/l_fsharing_ico.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:10px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:10px;
}

.setting_link{
	background-image:url(../FSImages/l_setting_ico.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:10px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:10px;
}


.newsfeed_link{
	background-image:url(../FSImages/l_newsf_ico.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#34aee5;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:15px;
	text-indent:10px;
	margin-top:3px;
	margin-bottom:3px;	
	margin-left:10px;
}

/*********************************************** MSG SENT **********************************************/

a.msg_user{

  font-weight:bold;
  color:#6b6b6b;	
}

.reply_date{

	font-weight:normal;
	color:#34AEE5;
	font-size:11px;
	margin-left:15px;
}

.replybox{
	margin:0 auto;
	width:480px;
}

.replybox .txtbox{
	width:480px;
	height:100px;
}

/***************************************DashBoard Groups Css*****************************************************/
#top-panel
{
    width:450px;
    float:left;
}
#top-panel div
{
    width:100px; 
    float:left;    
}
.WallDate
{
    float:right;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
}
.ProfileAnc
{
    color:#BC2933;
    text-decoration:none;   
}
.ProfileAnc a
{
    color:#BC2933;
    text-decoration:none;   
}
.ProfileAnc a:hover
{
    color:#BC2933;
    text-decoration:underline;   
}
.SearchFriends
{
    float: right; width: 180px; margin-right: 0px; display: block;
}
.SearchFriendsInner
{
float: left; width: 140px; margin-top: 5px;
}
/********************************Css fpr Weather Widget *********************************************************/
.rbroundbox
 {
      background-color:#EEEEEE;
      border:1px solid #CCCCCC;   
      }
.rbtop div 
{
    
 }
.rbtop 
{
    
}
.rbbot div  
{

}
.rbbot 
{

}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
}
.rbcontent 
{
     margin: 6px; display:none;
     }
.rbroundbox 
{
  float:left;
  width:245px;
   margin:10px;
      }
.tag
{
    font-size:11px;
letter-spacing:0.1em;
text-transform:uppercase;
}
.data
{
    color:#34AEE5; font-weight:normal;margin-left:10px
    }
#error
{
    color:crimson;
    }
.small
{
    font-size:9px;color:#999;margin-left:10px;
    }
#loading
{
    display:none;color:#000;margin-left:10px;font-weight:bold;
    }
/*-----------FileSharing------------*/
#search_here {
  width:508px;
  height:30px;
  padding:10px 0px;
}
.search_here_feilds {
  width:80px;
  height:30px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#919198;
  font-weight:normal;
  text-align:right;
  padding-right:5px;
  float:left;
  padding-left:10px;
}
.search_here_input {
  width:250px;
  height:30px;
  text-align:left;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#040404;
  font-weight:normal;
}
.search_here_input1 {
  width:220px;
  height:30px;
  text-align:left;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#040404;
  font-weight:normal;
}





.search_here_btn {
  width:27px;
  height:30px;
  float:left;
}
.search_here_btn1 {
  width:155px;
  height:30px;
  float:right;
  padding-right:10px;
}
.file_container {
  width:95px;
  height:155px;
  float:left;
  margin:10px;
  padding:5px;
  background-color:#f8f8f8;
  border:1px solid #e4e3e3;
}
.file_container:hover
{
     width:95px;
  height:155px;
  float:left;
  margin:10px;
  padding:5px;
  background-color:#e1e1e1;
  border:1px solid #d0d0d0;
}

/*
.overlink a
{
    background-color:#f8f8f8;
     border:1px solid #e4e3e3;
}
.overlink a:hover
{
     background-color:#e1e1e1;
      border:1px solid #d0d0d0;
}*/
.file_heading {
  width:95px;
  height:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#787880;
  font-weight:bold;
  text-align:center;
}
.FileDescription
{
   width:95px;
  height:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#787880;
  font-weight:bold;
  text-align:center;
}
.FileDescription a
{
   width:95px;
  height:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#787880;
  font-weight:bold;
  text-align:center;
}
.FileDescription a:hover
{
   width:95px;
  height:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#787880;
  font-weight:bold;
  text-align:center;
  text-decoration:underline;
}
.file_img {
  width:91px;
  height:75px;
  border:1px solid #cfcfcf;
  padding:2px;
  text-align:center;
  padding-top:10px;
}
.file_txt {
  width:95px;
 /* height:50px;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#787880;
  text-align:center;
  font-weight:normal;
}
.file_container_active {
  width:100px;
  height:160px;
  float:left;
  margin:10px;
  padding:5px;
  background-color:#e1e1e1;
  border:1px solid #d0d0d0;
}
.gridpager, .gridpager td
{    
    text-align: right;
    color: cornsilk;    
    font-weight: bold;
    text-decoration: none;
}

/*********************************FileSharing List View*********************************************************/
.listbox{width:850px; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.listbox ul{margin:0; padding:5px 0; border-bottom:1px	 solid #dcdcdc; float:left;}
.listbox ul:hover{ background:#f2f2f2;}
.listbox li{margin:3px; padding:5px; float:left;/* width:35px;*/ list-style:none; color:#000000; float:left;}
.listbox li a{color:#000000; text-decoration:none;}
.listbox li a:hover{color:#bc2933; text-decoration:none;}
.listbox li span{margin:0; padding:0; color:#acada5;}
.listbox li h2{margin:0; padding:0; color:#000; display:inline; font-size:16px; font-weight:bold;}
.listbox .fsing{ width:200px;}
.listbox .album{ width:125px; padding:0 20px;}



.listbox .album1{ width:20px; padding:0 5px;}
.listbox .album2{ width:100px; padding:0 12px;}
.listbox .album3{ width:90px; padding:0 15px;}
.listbox .album4{ width:50px; padding:0 10px;}
.listbox .album5{ width:35px; padding:0 10px;}
.listbox .album6{ width:35px; padding:0 10px;}

.paging_diff{color:#000000; margin-left:10px; text-decoration:none;}
.paging_diff a{ text-decoration:underline;  padding:0 3px; color:#666666;}