@charset "UTF-8";/* CSS Document */.tab_content {    min-width: 783px;    min-height: 500px;    margin: auto;        padding-left:23px;    padding-right:23px;	padding-top:8px;	padding-bottom:15px;			background: #ffffff; /* Old browsers */	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */	border: 5px solid white;    position:relative;    box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.74);    -moz-box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.74);    -webkit-box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.74);		font-family:trebuchet MS, sans-serif;	} .tab_content .smallcaps_subtitle {	color:#888888; 	text-transform: uppercase;	margin-top:4px;	margin-bottom:4px;	letter-spacing:-1pt;	word-spacing:3pt;	font-size:16px;}.tab_content .fancy_label{	font-size:12px;	font-weight:bold;}.tab_content .view_only{	margin-left:5px;	color:#666666;	font-size:12px;	font-weight:normal;	text-align:right;}.content_section {    padding-left:0px;    padding-right:0px;	padding-top:5px;	padding-bottom:5px;}.tab_content .input_button{	color:#2d323b;		margin:4px;		    padding-left:20px;    padding-right:20px;	padding-top:6px;	padding-bottom:6px;	background: rgb(242,242,242); /* Old browsers */background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(254,254,254,1) 5%, rgba(247,247,247,1) 50%, rgba(234,234,234,1) 51%, rgba(254,254,254,1) 93%, rgba(247,247,247,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(5%,rgba(254,254,254,1)), color-stop(50%,rgba(247,247,247,1)), color-stop(51%,rgba(234,234,234,1)), color-stop(93%,rgba(254,254,254,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(254,254,254,1) 5%,rgba(247,247,247,1) 50%,rgba(234,234,234,1) 51%,rgba(254,254,254,1) 93%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(254,254,254,1) 5%,rgba(247,247,247,1) 50%,rgba(234,234,234,1) 51%,rgba(254,254,254,1) 93%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(254,254,254,1) 5%,rgba(247,247,247,1) 50%,rgba(234,234,234,1) 51%,rgba(254,254,254,1) 93%,rgba(247,247,247,1) 100%); /* IE10+ */background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(254,254,254,1) 5%,rgba(247,247,247,1) 50%,rgba(234,234,234,1) 51%,rgba(254,254,254,1) 93%,rgba(247,247,247,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */	border: 1px solid #c1c3c6;	-webkit-border-radius: 4px;	border-radius: 4px;		-webkit-box-shadow:  0px 0px 1px 1px rgba(220, 220, 220, .3);     box-shadow:  0px 0px 1px 1px rgba(220, 220, 220, .3); 	}.tab_content .input_button:hover{	color:#494e58;			background: rgb(247,247,247); /* Old browsers */background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 5%, rgba(255,255,255,1) 5%, rgba(252,252,252,1) 50%, rgba(247,247,247,1) 51%, rgba(255,255,255,1) 93%, rgba(247,247,247,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(5%,rgba(254,254,254,1)), color-stop(5%,rgba(255,255,255,1)), color-stop(50%,rgba(252,252,252,1)), color-stop(51%,rgba(247,247,247,1)), color-stop(93%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 5%,rgba(255,255,255,1) 5%,rgba(252,252,252,1) 50%,rgba(247,247,247,1) 51%,rgba(255,255,255,1) 93%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 5%,rgba(255,255,255,1) 5%,rgba(252,252,252,1) 50%,rgba(247,247,247,1) 51%,rgba(255,255,255,1) 93%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 5%,rgba(255,255,255,1) 5%,rgba(252,252,252,1) 50%,rgba(247,247,247,1) 51%,rgba(255,255,255,1) 93%,rgba(247,247,247,1) 100%); /* IE10+ */background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 5%,rgba(255,255,255,1) 5%,rgba(252,252,252,1) 50%,rgba(247,247,247,1) 51%,rgba(255,255,255,1) 93%,rgba(247,247,247,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */		border: 1px solid #b7b7b7;	-webkit-border-radius: 4px;	border-radius: 4px;		-webkit-box-shadow:  0px 0px 1px 1px rgba(211, 211, 211, .3);     box-shadow:  0px 0px 1px 1px rgba(211, 211, 211, .3); 	}.tab_content .input_button:active{	color:#2d323b;		background: rgb(226,226,226); /* Old browsers */	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(232,232,232,1) 9%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(9%,rgba(232,232,232,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(232,232,232,1) 9%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(232,232,232,1) 9%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(232,232,232,1) 9%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(232,232,232,1) 9%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */		border: 1px solid #aaaaaa;	-webkit-box-shadow:  0px 0px 1px 1px rgba(170, 170, 170, .3);     box-shadow:  0px 0px 1px 1px rgba(170, 170, 170, .3);	}.tab_content table {}.tab_content table th {	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	color: #909296;	border-right: 1px solid #b2b6c0;	border-bottom: 1px solid #a1abca;	border-top: 1px solid #a1abca;	letter-spacing: 2px;	text-transform: uppercase;	text-align: left;	padding: 6px 6px 6px 12px;	background: #e1e3e8 no-repeat;}ul#profile_navigation {	height: 36px;	padding: 20px 20px 0 30px;	width: 100%px;	margin: 0 auto;	position: relative;	overflow: hidden;	list-style: none;}ul#profile_navigation li {	-webkit-border-radius: 6px;	-moz-border-radius: 6px;	border-radius: 6px;	float: left;	margin: 0 10px 0 0;	background-color: #b3b3b3;	border: solid 1px #cccccc;	position: relative;	z-index: 1;}ul#profile_navigation li.selected {	z-index: 3;}ul#profile_navigation li.shadow {	width: 100%;	height: 2px;	position: absolute;	bottom: -3px;	left: 0;	border: none;	background: none;	z-index: 2;	-webkit-box-shadow: #111 0 -2px 6px;	-moz-box-shadow: #111 0 -2px 6px;	box-shadow: #111 0 -2px 6px;}ul#profile_navigation li a:link, ul#profile_navigation li a:visited {	-webkit-border-radius: 6px;	-moz-border-radius: 6px;	border-radius: 6px;	display: block;	text-align: center;	width: 168px;	height: 40px;	line-height: 36px;	font-family: Arial, Helvetica, sans-serif;	text-transform: uppercase;	text-decoration: none;	font-size: 13px;	font-weight: bold;	color: #fff;	letter-spacing: 1px;	outline: none;	float: left;	background: #5d5b5b;	-webkit-transition: background-color 0.3s linear;	-moz-transition: background-color 0.3s linear;	-o-transition: background-color 0.3s linear;	text-shadow: 2px 1px 3px #7a7a7a;}ul#profile_navigation li a:hover {	background-color: #9a9a9a;}ul#profile_navigation li.selected a:link, ul#profile_navigation li.selected a:visited {	color: #E11A2B;	border: solid 1px #fff;	-webkit-transition: background-color 0.2s linear;	background: -moz-linear-gradient(top center, #f5f5f5, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));	background-color: #f2f2f2;	text-shadow: 2px 1px 3px #c4c4c4;