﻿BODY {
	color: #35373d;
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 11px;
	visibility: visible;
	display: block;
	direction: ltr;
}

.a 
{
	cursor: pointer;
}

A, .a {
	color: #3d4c85;/* 5b466f */
	text-decoration: none;
}

A:hover, .a:hover {
	text-decoration: underline;
}

TD {
	vertical-align: top;
	font-size: 11px;
}

HR {
      color: #5b466f;
      background-color: #5b466f;
      height: 1px;
}

FIELDSET
{
    border: solid 1px #5b466f;
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
}

LEGEND
{
    font-weight: bold;
}




textarea { resize: none; }



INPUT[type=text], INPUT[type=password], SELECT, TEXTAREA
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:#fff;
	border:solid 1px #999;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

INPUT[type=text]:focus, INPUT[type=password]:focus, SELECT:focus, TEXTAREA:focus
{
	color:#333;
	background:#fff;
	border:solid 1px #666;
}







/*  -----------------------------------------------------
    Buttons!
    ---------------------------------------------------*/

button,
input[type="button"],
input[type="submit"],
.button,
a.button,
.fileinput-button
{
    text-decoration: none;
    background: -moz-linear-gradient(top, rgba(102,102,102,0.1) 0%, rgba(102,102,102,0.1) 1%, rgba(102,102,102,0) 49%, rgba(102,102,102,0.1) 50%, rgba(102,102,102,0.3) 95%, rgba(102,102,102,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,0.1)), color-stop(1%,rgba(102,102,102,0.1)), color-stop(49%,rgba(102,102,102,0)), color-stop(50%,rgba(102,102,102,0.1)), color-stop(95%,rgba(102,102,102,0.3)), color-stop(100%,rgba(102,102,102,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(102,102,102,0.1) 0%,rgba(102,102,102,0.1) 1%,rgba(102,102,102,0) 49%,rgba(102,102,102,0.1) 50%,rgba(102,102,102,0.3) 95%,rgba(102,102,102,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(102,102,102,0.1) 0%,rgba(102,102,102,0.1) 1%,rgba(102,102,102,0) 49%,rgba(102,102,102,0.1) 50%,rgba(102,102,102,0.3) 95%,rgba(102,102,102,0.4) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(102,102,102,0.1) 0%,rgba(102,102,102,0.1) 1%,rgba(102,102,102,0) 49%,rgba(102,102,102,0.1) 50%,rgba(102,102,102,0.3) 95%,rgba(102,102,102,0.4) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a666666', endColorstr='#66666666',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(102,102,102,0.1) 0%,rgba(102,102,102,0.1) 1%,rgba(102,102,102,0) 49%,rgba(102,102,102,0.1) 50%,rgba(102,102,102,0.3) 95%,rgba(102,102,102,0.4) 100%); /* W3C */
    background-color: #f6f6f6;
    background-repeat: repeat-x;
    border: solid 1px #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    margin: 3px;
    padding: 4px 5px;
    display: inline-block;
    text-shadow: 1px 1px 0 #f8f8f8;
}

button.negative,
input[type="button"].negative,
input[type="submit"].negative,
.button.negative
{
    background-color: #660000;
    border: solid 1px #330000;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #330000;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.fileinput-button:hover
{
    background-color: #D9F0FC;
    border-color: #3c7fb1;
    cursor: pointer;
    text-decoration: none;
}

button.negative:hover,
input[type="button"].negative:hover,
input[type="submit"].negative:hover,
.button.negative:hover
{
    background-color: #000;
   border-color: #333;
    cursor: progress;
}


input[type="button"].small,
input[type="submit"].small,
.button.small
{
    font-size: 9px;
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    line-height:9px;
}

input[type="button"].large,
input[type="submit"].large,
.button.large
{
    font-size: 125%;
    padding: 7px 12px;
}

.button.selected,
.button.selected:hover
{
       background-color: #333;
    border: solid 1px #333;
    color: #f8f8f8;
    text-shadow:1px 1px 0 #000;
}
button[disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
.button.disabled,
.button.disabled:hover,
.button[disabled],
.button[disabled]:hover
{
       background-color: #ececec;
    border-color: #999;
    color: #000000;
    cursor: default;
    opacity: .4;
}








#DivAdTop
{
	height: 60px;
    background: #261631;
    padding: 3px 3px 3px 15px;
}

#DivTopBarLogo
{
	width: 200px;
	padding-top: 14px;
	float: left;
}

#DivTopBarAd
{
	width: 468px;
	float: right;
}

#DivProfileTopBar
{
	
}

#DivMainContent
{
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: left;
}


#DivBreadCrumb
{
    padding: 10px 5px 10px 0px;
	color: #444444;
}

#DivBreadCrumb A
{
    color: #444444;
    font-weight: bold;
}

.BreadcrumbLink
{
}

.BreadcrumbCurrent
{
	font-size: 16px;
	font-weight: bold;
}


#DivCategories
{
    color: #5b466f;
    font-weight: bold;
    text-align: right;
    padding: 10px 10px 10px 5px;
    vertical-align: bottom;
    white-space: nowrap;
}


#SpanCategories
{
    color: #5b466f;
    font-weight: bold;
    text-align: right;
	float: right;
	vertical-align: text-top;
	min-width: 100px;
	padding: 3px 0px 5px 0px;
	white-space: nowrap;
}

#SpanCategories A
{
	text-decoration: none;
}

#SpanCategories A:hover
{
	text-decoration: underline;
}




#DivProfileContent
{
	padding: 0px;
}

#DivProfileLeftCol
{
    width: 290px;
    float: left;
}

#DivProfileRightCol
{
    margin-left: 300px;
}

#TdProfileContent
{
    padding: 10px 10px 10px 10px;
}




#DivPhotoFrame
{
	border: solid 1px #dedede;
	background: #eeeeee;
	text-align: center;	
	padding: 10px;
	line-height: 18px;
	margin-bottom: 10px;
}

.PanelTitleBar
{
	color: #ffffff;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	background-color: #5b466f;
}


.ListLabel
{
	font-weight: bold;
	padding-right: 5px;
}

.ListText
{
}




.TextFieldWatermark
{
    color: #999999;
}


.watermark
{
    color: #999999;
}



.DivListItem { margin-left: 130px; }
.DivListItem DIV.DivListLabel
{
	font-weight: bold;
	margin-left: -130px;
	margin-top: 0;
	position: absolute;
}

.DivListItemStacked {}
.DivListItemStacked DIV.DivListLabel { font-weight: bold; }


#SpanFilmRallyId
{
	font-weight: bold;
}



#DivLinks
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivLinksContent
{
    padding: 0px 0px 0px 0px;
    border-bottom: solid 1px #ffffff;
}

#DivLinksContent A
{
    display: block;
    padding: 3px 3px 3px 10px;
    background-color: #eceff3;
    border-top: solid 1px #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#DivLinksContent A:hover
{
    background-color: #d1d9e6;
    text-decoration: none;
}



#DivStats
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivStatsContent
{
    padding: 10px;
}



#DivClasses
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivClassesContent
{
    padding: 10px 10px 10px 10px;
}



#DivStudentFilm
{
	border: solid 1px #ede359;
	margin-bottom: 10px;
}


#DivStudentFilmTitle
{
	color: #35373d;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	background-color: #ede359;
}

#DivStudentFilmContent
{
    padding: 10px 10px 10px 10px;
}



#DivInfluences
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivInfluencesContent
{
    padding: 10px 10px 10px 10px;
}



#DivTraining
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivTrainingContent
{
    padding: 10px 10px 10px 10px;
}



#DivDetails
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivDetailsContent
{
    padding: 10px 10px 10px 10px;
}



#DivFilmography
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivFilmographyContent
{
    padding: 0px;
}



#DivFriends
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivFriendsContent
{
    padding: 0px 0px 0px 0px;
}

#TblFriendsSubBar
{
    background-color: #eceff3;
    padding: 5px 5px 5px 5px;
    border-bottom: solid 1px #5b466f;
}

.TdFriendCell
{
    padding: 10px 5px 20px 5px;
    vertical-align: top;
    text-align: center;
}

.TdFriendCell A
{
	display: block;
}



#DivProfileWire
{
	border: solid 1px #5b466f;
	margin-bottom: 10px;
}

#DivProfileWireContent
{
    padding: 0px;
}


#DivProfileWireSubBar
{
    background-color: #eceff3;
    padding: 5px;
    border-bottom: solid 1px #5b466f;
    position: relative;
}

#DivProfileWireSubBarRight
{
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}




#DivProfileWireBottomBar
{
    background-color: #eceff3;
    padding: 5px;
    border-top: solid 1px #5b466f;
    position: relative;
}

#DivProfileWireBottomBarRight
{
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}




.DivCommentFriendCell
{
	width: 75px;
	padding: 10px;
	text-align: center;
	float: left;
}

.DivCommentTextCell
{
    margin-left: 95px;
	min-height: 75px;
	padding: 10px;
	padding-left: 0px;
}

.CommentDate
{
    font-style: italic;
}





#DivBottomLinks
{
	padding: 20px 0px 10px 0px;
	text-align: center;
}

#DivBottomCopyright
{
	text-align: center;
	padding-bottom: 20px;
}





.fieldBox{
	background: #f5f5ff;/* efefff */
	padding: 10px;
	border: solid 1px #cacaff;/* bebeff */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}





/*Modal Popup*/
.modalPopup {
	background-color: #ffffff;
	border: solid 1px #5b466f;
	padding: 0px;
	width: 500px;
}

.modalPopup DIV.Header
{
	background-color: #5b466f;
	padding: 3px 10px 3px 10px;
	position: relative;
}

.modalPopup DIV.Header DIV.Title
{
	color: #ffffff;
	font-weight: bold;
}

.modalPopup DIV.Header DIV.CloseBtn
{
	color: #ffffff;
	font-size: 9px;
	position: absolute;
	top: 0;
	right: 0;
}
.modalPopup DIV.Header DIV.CloseBtn A
{
	color: #ffffff;
}
.modalPopup DIV.Header DIV.CloseBtn .a
{
	color: #ffffff;
}

.modalPopup DIV.Content
{
	position: relative;
}


.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}







.grid{
	width: 100%;
}

.gridHeader TD, .gridHeader TH{
	color: #ffffff;
	background-color: #5b466f;
	font-weight: bold;
	border: solid 1px #5b466f;
	padding: 3px 3px 3px 3px;
}


.gridHeader TH A, .gridHeader TD A
{
	color: #ffffff;
}


.gridItem {
	background-color: #F2F2F2;
	padding: 3px 3px 3px 3px;
}

.gridItem TD{
	border: solid 1px #5b466f;
	vertical-align: middle;
}


.gridItemMouseOver {
	background-color: #D2D2D2;
	padding: 3px 3px 3px 3px;
}

.gridItemMouseOver TD{
	border: solid 1px #5b466f;
	vertical-align: middle;
}




.gridItemAlt {
	background-color: #E5E5E5;
	padding: 3px 3px 3px 3px;
}

.gridItemAlt TD{
	border: solid 1px #5b466f;
	vertical-align: middle;
}

.gridItemAltMouseOver {
	background-color: #D2D2D2;
	padding: 3px 3px 3px 3px;
}

.gridItemAltMouseOver TD{
	border: solid 1px #5b466f;
	vertical-align: middle;
}




.gridFooter TD{
	color: #3D3DB6;
	background-color: #E8EBFD;
	font-weight: bold;
	text-align: center;
}

.gridPager TD{
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
}


.wireItemDataHolder { padding:3px 0; }
.itemDate { color:#999999;font-size:9px }


span.more .show, span.more .unshow 
{
    cursor:pointer;
}

