/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}
*:focus {outline: 0;}

body.portal  {
	font-family: 'Lucida Grande', Geneva, Arial, sans-serif;
    font-size: 14px;
    color: #222222;
	background: #e0e0e0;
}

body.register {
	background: url(../../img/portal/background_blue_gradient.png) repeat-x #0096bf;
}

.portal h1 {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif, Arial;
	font-size: 36px;
	color: #000000;
	margin-bottom: 0.6em;
}

.portal h2 {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif, Arial;
	font-size: 28px;
	color: #000000;
	margin-bottom: 0.6em;
}

.portal h3 {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif, Arial;
	font-size: 21px;
	color: #000000;
	margin-bottom: 0.6em;
}
.portal h4 {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif, Arial;
	font-size: 16px;
	color: #000000;
	margin-bottom: 0.6em;
}
.portal a {
	color: #006ead;
	text-decoration: none;
}
.portal a:hover {
	text-decoration: underline;
}
.portal .funclink {
	color: #006ead;
}
.portal .funclink:hover {
	text-decoration: underline;
}
.portal p {
	line-height: 1.6;
	font-size: 16px;
	margin-bottom: 2em;
}
input[type="text"], input[type="password"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	overflow: visible;
	padding: 6px;
	width: 200px;
	-moz-box-shadow: inset 1px 2px 4px #eeeeee;
	-webkit-box-shadow: inset 1px 2px 4px #eeeeee;
	box-shadow: inset 1px 2px 4px #eeeeee;
}
input[type="text"]:focus, input[type="password"]:focus {
	border-color: #6ccdff;
	-moz-box-shadow: 0px 0px 8px #6ccdff, inset 1px 2px 4px #eeeeee;
	-webkit-box-shadow: 0px 0px 8px #6ccdff, inset 1px 2px 4px #eeeeee;
	box-shadow: 0px 0px 8px #6ccdff, inset 1px 2px 4px #eeeeee;
	outline: 0;
	/*-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;*/
}
input[type="submit"], input[type="button"], button {
	cursor: pointer;
	padding: 7px 11px;
	color: #222222;
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif, Arial;
	text-shadow: 0px 0px 5px #fff;
    font-size: 15px;
	border: 1px #30c2ff solid;
	-moz-box-shadow: 0px 0px 2px #30c2ff;
	-webkit-box-shadow: 0px 0px 2px #30c2ff;
	box-shadow: 0px 0px 2px #30c2ff;
	background: url(../../img/button_gradient.png) repeat-x #ebeced;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
    white-space: nowrap;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	color: #000000;
	border: 1px #00a6ec solid;
	-moz-box-shadow: 0px 0px 3px #00b4ff;
	-webkit-box-shadow: 0px 0px 3px #00b4ff;
	box-shadow: 0px 0px 3px #00b4ff;
}
input[type="submit"]:active, input[type="button"]:active, button:active {
	background: url(../../img/button_gradient_active.png) repeat-x #dedfe0;
}
input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled {
	cursor: default;
	border-color: #ccc;
	color: #777;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;
}
.register .contentbox {
	width: 700px;
	margin: 32px auto 0px; 
	padding: 30px 100px 40px;
	background: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.header {
	background: url(../../img/portal/header_gradient.png) repeat-x;
}
.header .wrap {
	width: 960px;
	height: 70px;
	margin: 0px auto;
	padding: 10px 0px;
}
.header .menu {
	float: right;
	padding-top: 5px;
	position: relative;
}
.header .menu a {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif, Arial;
	position: relative;
	top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-left: 24px;
	text-shadow: 0 1px 4px #555;
	float: left;
}
.header .menu a .point {
	font-size: 6px;
	margin-right: 3px;
	position: relative;
	top: -3px;
}
.header .menu .register_deg {
	display: block;
	background: url(../../img/portal/portal_signup.png) no-repeat;
	color: #fff;
	width: 164px;
	height: 41px;
	padding-top: 20px;
	font-size: 17px;
	font-weight: bold;
	float: right;
	text-align: center;
	top: 0px;
}
.header .logo {
	width: 391px;
	height: 69px;
	display: block;
	/*background: url(../../img/portal/header_symph_logo.png) no-repeat;*/
	float: left;
}
.footer {
	font-size: 12px;
	line-height: 1.7;
	background: #e0e0e0;
	-moz-box-shadow: inset 0px 4px 5px #c2c2c2;
	-webkit-box-shadow: inset 0px 4px 5px #c2c2c2;
	box-shadow: inset 0px 4px 5px #c2c2c2;
}
.footer .wrap {
	width: 900px; /**/
	margin: 0px auto;
	padding: 30px 30px 50px 30px;
}
.footer a {
	color: #222;
	text-decoration: none;
	text-shadow: 0 1px 2px #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .disabled_link {
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 2px #fff;
	cursor: default;
}
.footer td {
	vertical-align: top;
}
.corkwrap {
	width: 100%;
	overflow: hidden;
	height: 460px;
}
.corkboard {
	height: 450px;
	background: url(../../img/portal/portal_cork_texture.png) repeat-x;
	/*border-top: 1px solid #ebb872;
	border-bottom: 1px solid #bb8142;*/
	-moz-box-shadow: 0px 1px 6px #555;
	-webkit-box-shadow: 0px 1px 6px #555;
	box-shadow: 0px 1px 6px #555;
}
.corkboard .wrapper {
	width: 960px;
	height: 450px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
.corkboard .wrapper table{
	position: absolute;
	left: 0px;
	height: 450px;
	width: 100%;
	table-layout: fixed;
}
.corkboard .wrapper td{
	width: 960px;
	line-height: 1.5;
	text-shadow: 0px 1px 3px #fff;
	font-size: 40px;
	vertical-align: top;
}
.corkboard .wrapper .controllers {
	margin: 0px auto;
	position: relative;
	top: 420px;
}
.corkboard .wrapper .ctrl_black {
	float: left;
	cursor: pointer;
	margin: 0px 3px;
	width: 16px;
	height: 16px;
	background: url(../../img/portal/animation/ctrl_black.png) no-repeat;
}
.corkboard .wrapper .ctrl_white {
	float: left;
	margin: 0px 3px;
	width: 16px;
	height: 16px;
	background: url(../../img/portal/animation/ctrl_white.png) no-repeat;
}
#animation_box .slide1 {
	position: relative;
	background: url(../../img/portal/animation/slide1.png) 0px 20px no-repeat;
}
#animation_box .slide1 .txt {
	position: absolute;
	top: 125px;
	left: 580px;
	width: 290px;
}
#animation_box .slide2 {
	position: relative;
	background: url(../../img/portal/animation/slide2.png) 350px 20px no-repeat;
}
#animation_box .slide2 .txt {
	position: absolute;
	top: 110px;
	left: 70px;
	width: 270px;
}
#animation_box .slide3 {
	position: relative;
	background: url(../../img/portal/animation/slide3.png) 0px 20px no-repeat;
}
#animation_box .slide3 .txt {
	position: absolute;
	top: 110px;
	left: 610px;
	width: 290px;
}
.portal .content {
	background: #fff;
}
.portal .contentwrapper {
	width: 900px;
	padding: 30px;
	margin: 0px auto;
}
.content .in_short {
	padding: 25px 30px 40px 30px;
	width: 900px;
	margin: 0px auto;
	line-height: 1.5;
	text-align: right;
}
.content .in_short h2 {
	text-align: center;
}
.portal .more_link {
	font-size: 14px;
	height: 1em;
}
.portal .more_link span {
	position: relative;
	top: -2px;
	margin-left: 5px;
	font-size: 8px;
}
.portal .sitater {
	padding: 40px 30px;
	width: 900px;
	margin: 0px auto;
	line-height: 1.5;
}
.portal .sitater table {
	table-layout: fixed;
	width: 100%;
}
.portal .sitater td {
	vertical-align: top;
	width: 50%;
	background: url(../../img/portal/quote_icon.png) no-repeat;
}
.portal .sitater div {
	padding: 5px 25px;
	font-family: Georgia;
	font-style: italic;
}
.portal .sitater span {
	padding-left: 25px;
	font-weight: bold;
}
.portal .what_is_seperator {
	height: 1px;
	border-bottom: 1px solid #ccc;
}
.portal .what_is_table {
	width: 100%;
	table-layout: fixed;
	margin: 50px 0px;
}
.portal .what_is_table .txt_td {
	font-size: 16px;
	vertical-align: top;
	line-height: 1.5;
}
.portal .what_is_table .img_td {
	width: 600px;
}
.portal .signup_table {
	table-layout: fixed;
}
.portal .signup_table td {
	vertical-align: top;
}
.portal .signup_table .label_td {
	padding: 5px 30px 0px 0px;
	white-space: nowrap;
}
.portal .signup_table .form_td {
	width: 500px;
}
.portal .signup_table .pw_and_msg {
	margin-bottom: 15px;
}
.signup_table #email_check_msg {
	margin-left: 10px;
}
.portal .loginform {
	width: 900px;
	padding: 30px 30px 70px 30px;
	margin: 0px auto;
}
.portal .loginform h1 {
	margin-bottom: 40px;
}
.about_fields {
	line-height: 1.5;
	margin-bottom: 30px;
}
.about_fields .labeltxt {
	margin-right: 10px;
}
.media_field {
	margin: 40px 0px;
	line-height: 1.6;
}
.media_field img {
	width: 90px;
	margin-right: 10px;
}
.media_field .headerlink {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif, Arial;
	font-size: 20px;
	line-height: 1.2;
}
.media_field .grey {
	color: #777;
}
.partners {
	table-layout: fixed;
}
.partners td {
	padding-top: 70px;	
	vertical-align: top;
}
.partners img {
	max-width: 200px;
}
.partners h2 {
	margin-bottom: 3px;
}
.partners p {
	margin: 15px 0px;
	line-height: 1.6;
}
.partners .first_td {
	width: 230px;
}
.partners .contactinfo {
	font-size: 10px;
	line-height: 1.4;
	margin-top: 5px;
}

.register #pwd_check_msg {
	/*font-weight: bold;*/
	margin-left: 10px;
}
.register #email_check_msg {
	margin-left: 10px;
}
.register #pwd_check_msg_2 {
	margin-left: 10px;
}
.register #name_check_msg {
	margin-left: 10px;
}

.blackscreen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #000;
}
.explain_container {
	position: fixed;
	z-index: 10;
	background: #fff;
	padding: 10px 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 0px 0px 4px #ccc;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	box-shadow: 0px 0px 4px #ccc;*/
}

.register .symphonical_logo {
	display: block;
	margin: 5px auto 0px;
	width: 246px;
	height: 44px;
	background: url(../../img/portal/symph_logo_reg.png) no-repeat;
	position: relative;
	left: 320px;
	top: 5px;
}

.color_light {
      color: #444;
}

.color_extralight {
      color: #777;
}

.bold {
	font-weight: bold;
}

.portal .form_table {
	/*width: 600px;
	margin: 0px auto;*/
}

.portal .form_table td {
	padding: 6px;
	vertical-align: middle;
	white-space: nowrap;
}

.portal .form_table td label{
	color: #222;
}
.portal .terms {
	line-height: 1.5;
	font-size: 14px;
	padding: 10px;
}
.portal .terms p {
	line-height: 1.5;
	font-size: 14px;
	margin: 20px 0px;
}
.portal .terms ul {
	margin-bottom: 20px;
}
.portal .terms li {
	list-style-type: disc;
	margin-left: 20px;
}
.portal .order {
	table-layout: fixed;
}
.portal .order td {
	padding: 9px 6px;
}
.portal .order .label_td {
	padding: 5px 25px 5px 0px;
}
.portal .order .label_td span {
	font-size: 10px;
	color: #777;
}
.portal .order #address, #org_num, #company_name {
	width: 280px;
}
.portal .order .radio_label {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif, Arial;
	font-weight: bold;
	margin-right: 10px;
}
.portal .order .info_txt {
	color: #777;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.portal .order .error_txt {
	color: red;
	margin-left: 5px;
}
.portal .price_box {
	margin-bottom: 50px;
	line-height: 1.5;
}
.portal .price_box h2 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
}
.portal .price_box h3 {
	margin-bottom: 12px;
	font-size: 18px;
}
.portal .button_large {
	padding: 15px 20px;
    font-size: 18px;
	font-weight: bold;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
