/* General */

body
{
margin: 10px;
padding: 0px;
font-family: Verdana, sans-serif;
font-size: 11px;
background-color:#CCC;
}

div
{
margin: 0px;
padding: 0px;
background-color:#FFF;
}

#mainDiv
{
position: relative;
display: block;
margin: 0px auto 0px auto;
padding: 0px 0px 15px 0px;
line-height: 120%;
overflow: hidden;
border-width:1px;
border-color:#999;
border-style:solid;
}

h1
{
margin: 0px 0px 30px 0px;
padding: 3px;
padding-left: 10px;
color: white;
font-size:11px;
background:#4d6162;
}

h1 img
{
display: inline;
margin: 0px 0px -3px 10px;
padding: 0px;
vertical-align: bottom;
/* ../Images/system/img_popup_arrow.gif */
background:transparent url(../Images/gallery-sprites.gif) no-repeat -182px -90px;
width:18px; 
height:14px;
}

h2
{
margin: 20px 0px 2px 0px;
font-size: 11px;
font-weight: normal;
}

hr
{
margin: 0px 30px 15px 30px;
border: 0px;
border-top: 1px solid #cccccc;
}

p
{
clear: both;
margin: 0px 30px 15px 30px;
color: #000;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
color: #377;
}

li a
{
margin: 0px;
padding-left: 15px;
text-decoration: none;
background-image: url('../Images/system/icon_popup_list.gif');
background-position: 0px 3px;
background-repeat: no-repeat;
}

li a:hover
{
background-position: 0px -990px;
}

textarea
{
margin-top:5px;
height:120px;
border-width:1px;
border-color:#CDCDCD;
border-style:solid;
font-family: Verdana, sans-serif;
font-size: 11px;
}

table
{
margin: auto;
text-align: left;
}

table td
{
text-align: left;
}

span.error
{
font-weight: bold;
}

input.button
{
margin-bottom: 10px;
border: 0px;
}

input.textfield
{
width: 200px;
height:15px;
font-family: Verdana;
border:1px solid #cdcdcd;
}

#closePopupAnchor
{
position: absolute;
top: 5px;
right: 10px;
color: white;
font-size: 10px;
text-decoration: none;
}

#closePopupAnchor img
{
margin: 0px 3px 0px 0px;
padding: 0px;
border: 0px;
/* ../Images/system/btn_popup_close.gif */
background:transparent url(../Images/gallery-sprites.gif) no-repeat -173px -90px;
width:9px; 
height:9px;
}

#submitBtnsDiv
{
display:block;
clear: both;
margin: 0px 30px 0px 30px;
padding: 0px 0px 0px 0px;
text-align: left;
}

/* Edit Profile */

#profileDiv
{
position: relative;
display: block;
float: left;
margin: 0px 15px 0px 30px;
padding: 0px 15px 0px 0px;
width: 202px;
height: 378px;
border-right: 1px solid #ccc;
}

* html #profileDiv
{
margin-left: 15px;
}

#profileDiv p
{
margin: 0px;
}

#profileDiv form
{
margin: 0px;
padding: 0px;
}

#profileDiv label
{
margin: 0px;
padding: 0px;
}

#profileDiv div
{
display: block;
margin: 15px 0px 0px 0px;
padding: 0px;
text-align: left;
}

#profileDiv div h2
{
margin: 0px;
padding: 0px;
}

#profileDiv input[type="checkbox"]
{
margin: 5px 5px 0px 0px;
padding: 0px;
width: 14px;
height: 14px;
vertical-align: text-bottom;
}

#profileDiv input[type="text"], #profileDiv input[type="password"]
{
margin-top: 2px;
font-size: 11px;
}

#profileDiv hr
{
margin: 15px 0px 0px 0px;
padding: 0px;
border: 1px solid white;
border-bottom: 1px solid #ccc;
}

*html #profileDiv hr
{
margin: 1px 0px -7px 0px;
}

.textfieldDisabled
{
width: 200px;
height: 15px;
font-family: Verdana, sans-serif;
background-color: #dcd6cc;
border-width: 1px;
border-color: #cdcdcd;
border-style: solid;
}

#applicationsDiv
{
position: relative;
margin: 0px 30px 0px 0px; 
padding: 0px 0px 0px 0px;
width: 145px;
overflow: hidden;
}

* html #applicationsDiv
{
margin-right: 15px;
}

#applicationsDiv p
{
margin: 0px;
padding: 0px;
}

#applicationsDiv ul
{
margin: 10px 0px 0px 0px;
padding: 0px;
}

#applicationsDiv li
{
margin: 4px 0px 0px 0px;
padding: 0px;
list-style-type: none;
}

#footerDiv
{
clear: both;
height: 45px;
}

* html #footerDiv
{
height: 25px;
}

#footerDiv span.error
{
margin-left: 30px;
}

/* Invite Friends */

#inviteDiv
{
margin-left: 10px;
height: 542px;
overflow-x: hidden;
overflow-y: scroll;
}

#inviteDiv p
{
margin-top: 30px;
}

#inviteDiv input.button
{
margin-right: 5px;
}

#inviteTbl
{
margin: 0px 0px 15px 30px;
padding: 0px;
border-collapse: collapse;
text-align: left;
}

#inviteTbl td
{
margin: 0px;
padding: 0px;
}

#inviteTbl input.textfield 
{
margin:3px 35px 5px 0px;
padding: 2px 5px 2px 5px;
width: 180px;
height: 14px;
font-size: 10px;
border-width:1px;
border-color:#CDCDCD;
border-style:solid;
}

#inviteTbl textarea.textfield
{
padding: 5px;
width: 407px;
height: 70px;
font-size: 10px;
}

#inviteDiv h2
{
margin: 0px 0px 5px 0px;
font-weight: bold;
}

#inviteDiv input[type="checkbox"]
{
margin: 5px 5px 0px 0px;
vertical-align: text-middle;
}

#inviteDiv .userSection
{
float: left;
margin: 0px 0px 15px 30px;
width: 200px;
}

/* View Friends */

#friendsDiv
{
display: block;
position: relative;
margin: 50px 10px 30px 30px;
white-space: pre;
}

*html #friendsDiv
{
position: static;
}

#friendsDiv div
{
display: block;
position: static;
background-color: transparent;
}

#friendsDiv div div
{
margin: 5px 0px 0px 70px;
}

#friendStatsDiv
{
height: 50%;
margin: 10px 30px 0px 30px;
}

#friendStatsDiv table
{
margin: 0px;
width: 100%;
empty-cells: show;
border-collapse: collapse;
}

#friendStatsDiv th
{
margin: 0px;
padding: 0px 0px 2px 5px;
font-weight: normal;
border-bottom: 1px solid #CCC;
}

#friendStatsDiv th.firstCol
{
padding-left: 0px;
}

#friendStatsDiv tr.firstRow td
{
margin: 0px;
padding: 0px;
height: 5px;
font-size: 0px;
border: 0px;
}

#friendStatsDiv td
{
margin: 0px;
padding: 5px;
border-right:1px solid #CCC;
}

#friendStatsDiv td.firstCol
{
padding-left: 0px;
}

#friendStatsDiv td.fourthCol
{
border-right: 0px;
}

/* File Upload */

#helpfulText
{
margin-bottom: 10px;
}

#fileUploadDiv
{
font-size: 10px;
line-height: 100%;
}

#fileUploadDiv input.textfield
{
width: 200px;
height:20px;
border-width:1px;
border-color:#CDCDCD;
border-style:solid;
}

#fileUploadDiv form input
{
margin-left: 30px;
}

#fileUploadDiv #previewDiv
{
margin: 10px 0px 15px 0px;
height: 50px;
}

* html #fileUploadDiv #previewDiv
{
margin: 3px 0px 3px 0px;
}

#fileUploadDiv hr
{
margin-bottom: 20px;
}

* html #fileUploadDiv hr
{
margin-bottom: 0px;
}

#fileUploadDiv form span.error
{
margin-left: 30px;
}

#loadBarImg
{
display: block;
margin: auto;
padding: 2px;
border: 1px solid black;
}

#placeholderDiv
{
display: block;
margin: 0px 30px 0px 30px;
width: 170px;
text-align: center;
}

#placeholderDiv img
{
display: inline;
margin: 0px;
vertical-align: middle;
border: 0px;
}

/* Image Upload */

#imgUploadFrame
{
margin: 0px;
width: 100%;
height: 85px;
}

#imagesDiv
{
margin: 0px 0px 10px 30px;
width: 400px;
min-height: 250px;
text-align: left;
}

* html #imagesDiv
{
height: 250px;
}

#imagesDiv img
{
display: inline;
margin: 5px 5px 5px 0px;
padding: 2px;
vertical-align: middle;
background-color: white;
border: 1px solid black;
}

#imagesDiv pre
{
display: inline;
}

#imagesDiv a
{
width: 100px;
}

#singleUpInput, #multipleUpInput
{
margin-left:30px;
margin-bottom:-2px;
visibility:visible;
}

/* Reset password popup */

#resetPwdDiv
{
display: block;
margin: 0px 30px 0px 30px;
padding: 0px;
height: 165px;
}

#resetPwdDiv p
{
margin: 0px;
}

#resetPwdDiv form
{
margin: 0px;
padding: 0px;
}

#resetPwdDiv div
{
display: block;
margin: 15px 0px 0px 0px;
padding: 0px;
text-align: left;
}
padding: 0px;
}

#resetPwdDiv div
{
display: block;
margin: 15px 0px 0px 0px;
padding: 0px;
text-align: left;
}

/* User management */

.userManagerSection
{
margin: 0px 30px 30px 30px;
min-height: 150px;
border-bottom: 1px solid black;
}

.clearingDiv
{
clear: both;
height: 15px;
}

.userManagerSection .tabList li
{
float: left;
margin: 0px 15px 0px 0px;
}

.userManagerSection .tabList li a
{
padding-left: 0px;
color: black;
font-weight: bold;
background-color: none;
background-image: none;
}

.userManagerSection h2
{
margin-bottom: 15px;
font-weight: bold;
}

.userManagerSection p
{
clear: both;
margin: 5px 0px 15px 0px;
}

.userManagerSection ul
{
margin: 0px 0px 15px 0px;
padding-left: 0px;
}

.userManagerSection li
{
list-style-type: none;
}

.userManagerSection a.selected
{
text-decoration: underline;
}

#organizeDiv .userManagerSection a.selected:hover
{
text-decoration: none;
}

.userManagerSection table
{
margin: 0px 0px 15px 0px;
border-collapse: collapse;
}

.userManagerSection th
{
padding: 0px;
font-weight: normal;
text-align: left;
}

.userManagerSection th.permitHeading
{
min-width: 80px;
text-align: center;
}

.userManagerSection td
{
padding: 0px;
}

.userManagerSection td.name
{
min-width: 120px;
}

.userManagerSection td.checkbox
{
text-align: center;
}