/** Fonts **/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

/** Layout **/
a, a:link, a:visited, a:hover, a:active{
	color:#2D88EF;
}

div.scs_header_separator {
	display:none;
}

div.scs_footer_separator {
	display:none;
}

div.scs_left_body {
	background-image: -moz-linear-gradient(top,#e0e0e0, #bbb, #e0e0e0);
	background-image: -webkit-linear-gradient(top,#e0e0e0, #bbb, #e0e0e0);
	background-image: -ms-linear-gradient(top,#e0e0e0, #bbb, #e0e0e0);
	background-image: -o-linear-gradient(top,#e0e0e0, #bbb, #e0e0e0);
	background-image: linear-gradient(to bottom,#e0e0e0, #bbb, #e0e0e0);
	border-right:1px solid #999;
	font-family: 'Source Sans Pro' !important;
}

div#scs_entire_page {
	display: block;
	width:1000px;
	float:none;
	margin:0 auto;
	border:1px solid #555;
	background-image: -moz-linear-gradient(top,#fff 0%, #e0e0e0 1%, #e0e0e0 99%, #aaa 100%);
	background-image: -webkit-linear-gradient(top,#fff 0%, #e0e0e0 1%, #e0e0e0 99%, #aaa 100%);
	background-image: -ms-linear-gradient(top,#fff 0%, #e0e0e0 1%, #e0e0e0 99%, #aaa 100%);
	background-image: -o-linear-gradient(top,#fff 0%, #e0e0e0 1%, #e0e0e0 99%, #aaa 100%);
	background-image: linear-gradient(to bottom,#fff 0%, #e0e0e0 1%, #e0e0e0 99%, #aaa 100%);
	box-shadow: 0px 1px 1px #444;
}

div.scs_center_body {
	width:770px;
	font-family: 'Source Sans Pro' !important;
}

body {
	background: url('../images/painless/bkgd2.png') !important;
}

div.scs_header {
	float:left;
	width:auto;
}

div.scs_header img {
	padding:5px;
}

div.scs_frame {
	float:none;
	margin:0;
	background:none;
}

div.scs_body {
	float:none;
}

#login_banner_all {
	background:none;
	float:right;
        padding-top: 10px;
        padding-bottom: 10px;        
}

#login_banner_custom {
       text-align: right;
}

/** Menu **/
div#scs_navigate {
	background:none;
	height:45px;
	clear:both;
}

ul#nav {
	text-align:center;
}

#nav > li {
	border:none;
	display:inline-block;
	font-family:'Source Sans Pro';
	font-weight: normal;
	float:none;
	background-image:-moz-linear-gradient(top,#fff 10%, #cacaca 90%, #989898 100%);
	background-image:-webkit-linear-gradient(top,#fff 10%, #cacaca 90%, #989898 100%);
	background-image:-ms-linear-gradient(top,#fff 10%, #cacaca 90%, #989898 100%);
	background-image:-o-linear-gradient(top,#fff 10%, #cacaca 90%, #989898 100%);
	background-image: linear-gradient(to bottom,#fff 10%, #cacaca 90%, #989898 100%);
	margin-left:-1px;
	margin-right:-2px;
	border-left:1px solid #fff;
	border-right:1px solid #999;
	width:110px;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
}

#nav > li a {
	color:#000;
}

#nav > li a:hover {
	background: none;
	color:#000;
}

#nav > li:hover {
	background-image:-moz-linear-gradient(top,#A6CFFF 10%, #3D98FF 90%, #36669C 100%);
	background-image:-webkit-linear-gradient(top,#A6CFFF 10%, #3D98FF 90%, #36669C 100%);
	background-image:-ms-linear-gradient(top,#A6CFFF 10%, #3D98FF 90%, #36669C 100%);
	background-image:-o-linear-gradient(top,#A6CFFF 10%, #3D98FF 90%, #36669C 100%);
	background-image:linear-gradient(to bottom,#A6CFFF 10%, #3D98FF 90%, #36669C 100%);
	color:#fff;
}

#nav > li:active {
	background-image:-moz-linear-gradient(top,#36669C, #3D98FF);
	background-image:-webkit-linear-gradient(top,#36669C, #3D98FF);
	background-image:-ms-linear-gradient(top,#36669C, #3D98FF);
	background-image:-o-linear-gradient(top,#36669C, #3D98FF);
	background-image:linear-gradient(to bottom,#36669C, #3D98FF);
	color:#fff;
}

ul#nav > li:nth-child(2) {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left:1px solid #777;
}

ul#nav > li:nth-last-child(2) {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border-right:1px solid #777;
}

ul#nav > li:first-child {
	display:none;
}

ul#nav > li:last-child {
	display:none;
}

/** Submenus **/
#nav ul.submenu {
	border:1px solid #888;
	border-top:0px;
	box-shadow:0px 1px 4px #999;
	background:url('../images/painless/02_img1.png');
	padding:8px 0;
}

#nav ul.submenu li {
	background: none;
}

#nav li.submenu ul.submenu {
	margin-top:3px;
}

#nav ul.submenu li a {
	display:block;
	color:#222;
	text-align:left;
}

#nav ul.submenu li:hover {
	background-image:-moz-linear-gradient(top,#efefef,#d0d0d0);
	background-image:-webkit-linear-gradient(top,#efefef,#d0d0d0);
	background-image:-ms-linear-gradient(top,#efefef,#d0d0d0);
	background-image:-o-linear-gradient(top,#efefef,#d0d0d0);
	background-image:linear-gradient(to bottom,#efefef,#d0d0d0);
	box-shadow: 0px 0px 2px #555;
}

#nav ul.submenu li a:hover {
	color:#222;
}

#nav ul.submenu li:not(.submenu) a:hover {
	background:none;
}

#nav li.submenu ul.submenu ul {
	margin-top:-34px;
	margin-left:192px;
	border-left:none;
	border-top:1px solid #888;
}

/** Buttons **/
input[type="submit"]:active:enabled,input[type="button"]:active:enabled,button:active:enabled {
	border:1px solid #555;
	box-shadow: 0px 1px 0px #fff inset;
	background-image:-moz-linear-gradient(top,#ddd 0%,#aaa 98%, #777 100%);
	background-image:-webkit-linear-gradient(top,#ddd 0%,#aaa 98%, #777 100%);
	background-image:-ms-linear-gradient(top,#ddd 0%,#aaa 98%, #777 100%);
	background-image:-o-linear-gradient(top,#ddd 0%,#aaa 98%, #777 100%);
	background-image:linear-gradient(to bottom,#ddd 0%,#aaa 98%, #777 100%);
	padding:2px 6px;
	font-size:12px;
	color:#111;
}

input[type="submit"]:active,input[type="button"]:active,button:active {
	background:#999;
	box-shadow: none;
}

input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="file"]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
  color: graytext;
}

/** Input boxes **/
input[type="text"],input[type="password"],input[type="zipcode"],input[type="phone"] {
	padding:2px;
	border:1px solid #777;
    font-family:Source Sans Pro;
    background-image:-moz-linear-gradient(top,#d0d0d0 0%,#efefef 5%, #fff 100%);
    background-image:-webkit-linear-gradient(top,#d0d0d0 0%,#efefef 5%, #fff 100%);
    background-image:-ms-linear-gradient(top,#d0d0d0 0%,#efefef 5%, #fff 100%);
    background-image:-o-linear-gradient(top,#d0d0d0 0%,#efefef 5%, #fff 100%);
    background-image:linear-gradient(to bottom,#d0d0d0 0%,#efefef 5%, #fff 100%);
    box-shadow:0px 1px 0px #ccc;
}

/** Combo box & listbox **/
select {
    border:1px solid #777;
    background-image:-moz-linear-gradient(top,#fff,#e0e0e0);
    background-image:-webkit-linear-gradient(top,#fff,#e0e0e0);
    background-image:-ms-linear-gradient(top,#fff,#e0e0e0);
    background-image:-o-linear-gradient(top,#fff,#e0e0e0);
    background-image:linear-gradient(to bottom,#fff,#e0e0e0);
    border-radius:4px;
    padding:2px;
    box-shadow:0px 1px 0px #ccc;
    font-family:Source Sans Pro;
}

/** Categories **/
div.coe_class_select .iconset h2 {
   float: left;
   margin-top: 4px;
}

div.coe_class_select .iconset {
   float: left;
   width: 455px;
}

div.coe_class_select .sprite-fc32 {
   float: left;
   margin-left: 5px;
   margin-right: 12px;
}

div.coe_class_select {
   	cursor: pointer;
	width:450px;
	overflow: hidden;
	height: 32px;
	text-align: left;
	background-image:-moz-linear-gradient(top, #efefef, #d0d0d0);
	background-image:-webkit-linear-gradient(top, #efefef, #d0d0d0);
	background-image:-ms-linear-gradient(top, #efefef, #d0d0d0);
	background-image:-o-linear-gradient(top, #efefef, #d0d0d0);
	background-image:linear-gradient(to bottom, #efefef, #d0d0d0);
	box-shadow: 0px 1px 3px #ccc;
	border:1px solid #ccc;
	margin:5px;
}

div.coe_class_select:hover {
	background-image:-moz-linear-gradient(top,#E8F4FF,#BDDBFC);
	background-image:-webkit-linear-gradient(top,#E8F4FF,#BDDBFC);
	background-image:-ms-linear-gradient(top,#E8F4FF,#BDDBFC);
	background-image:-o-linear-gradient(top,#E8F4FF,#BDDBFC);
	background-image:linear-gradient(to bottom,#E8F4FF,#BDDBFC);
	border:1px solid #BDDBFC;
}

div.coe_class_select .goog-flat-menu-button {
  float: left;
  visibility: hidden;
  margin-top: -12px;
}

div.tabContent {
	border:none;
}

** Editor **/

.new_scs_round {
    box-shadow:0px 1px 1px #555;
}

h3.new_scs_round_title {
    border:1px solid #999;
    border-bottom:1px solid #999;
    border-radius:0;
    background-image:-moz-linear-gradient(top,#fff,#ddd);
    background-image:-webkit-linear-gradient(top,#fff,#ddd);
    background-image:-ms-linear-gradient(top,#fff,#ddd);
    background-image:-o-linear-gradient(top,#fff,#ddd);
    background-image:linear-gradient(to bottom,#fff,#ddd);
    color:#444;
}

div.new_scs_round_content {
    border:1px solid #999;
    border-top:1px solid #fff;
    border-radius:0;
    background-image:-moz-linear-gradient(top,#eee,#bbb);
    background-image:-webkit-linear-gradient(top,#eee,#bbb);
    background-image:-ms-linear-gradient(top,#eee,#bbb);
    background-image:-o-linear-gradient(top,#eee,#bbb);
    background-image:linear-gradient(to bottom,#eee,#bbb);
}




#prebuys_div {
	clear:both;
}

#prebuys_div div.coe_package_box {
	float:none !important;
	clear:none;
	box-shadow: none;
}

#prebuys_div .coe_package_box h3 {
	border-radius:0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float:left;
	border:none;
	background-image:-moz-linear-gradient(top, #E8FFC4, #B6DB6B);
	background-image:-webkit-linear-gradient(top, #E8FFC4, #B6DB6B);
	background-image:-ms-linear-gradient(top, #E8FFC4, #B6DB6B);
	background-image:-o-linear-gradient(top, #E8FFC4, #B6DB6B);
	background-image:linear-gradient(to bottom, #E8FFC4, #B6DB6B);
	color:#000;
	box-shadow: 0px 1px 2px #777;
	z-index:-1;
	border:1px solid #777;
	border-bottom:none;
	padding:3px 5px;
	font-size: 1.6em;
}

#prebuys_div .coe_package_box .new_scs_round_content {
	border-radius:0px;
	border:none;
	clear:both;
	background-image:-moz-linear-gradient(top,#fff,#d9d9d9);
	background-image:-webkit-linear-gradient(top,#fff,#d9d9d9);
	background-image:-ms-linear-gradient(top,#fff,#d9d9d9);
	background-image:-o-linear-gradient(top,#fff,#d9d9d9);
	background-image:linear-gradient(to bottom,#fff,#d9d9d9);
	box-shadow: 0px 1px 2px #aaa;
	z-index: 0;
	position: relative;
	border:1px solid #777;
	font-size: 1.5em;
}

#prebuys_div h2.price {
	clear:both;
	float:right;
	background-image:-moz-linear-gradient(bottom,#fff 0%, #f0f0f0 6%, #eee 50%, #c9c9c9 51%, #bbb 100%);
	background-image:-webkit-linear-gradient(bottom,#fff 0%, #f0f0f0 6%, #eee 50%, #c9c9c9 51%, #bbb 100%);
	background-image:-ms-linear-gradient(bottom,#fff 0%, #f0f0f0 6%, #eee 50%, #c9c9c9 51%, #bbb 100%);
	background-image:-o-linear-gradient(bottom,#fff 0%, #f0f0f0 6%, #eee 50%, #c9c9c9 51%, #bbb 100%);
	background-image:linear-gradient(to top,#fff 0%, #f0f0f0 6%, #eee 50%, #c9c9c9 51%, #bbb 100%);
	padding:4px 9px;
	border-bottom:1px solid #888;
	border-top:1px solid #777;
	box-shadow: 0px 0px 1px #444;
	border-radius: 6px;
}

#prebuys_div .title1, #prebuys_div .title2 {
	float:right;
	clear: both;
	font-size:1.5em;
}


/** progress bar **/
div.scs_progbar {
	background-image:-moz-linear-gradient(top,#fff,#efefef,#ddd);
	background-image:-webkit-linear-gradient(top,#fff,#efefef,#ddd);
	background-image:-ms-linear-gradient(top,#fff,#efefef,#ddd);
	background-image:-o-linear-gradient(top,#fff,#efefef,#ddd);
	background-image:linear-gradient(to bottom,#fff,#efefef,#ddd);
	padding:4px;
	border-radius:5px;
	border:1px solid #555;
	box-shadow:0px 1px 3px #333;
}

div.scs_progbar #scs_progbar_text {
	font-family: Source Sans Pro;
}


#editor_div fieldset .scs_center, #prebuys_div .scs_center {
    text-align:center;
}

#editor_div .scs_center span, #ordentArea .scs_center span {
    font-size:1em !important;
}

#receipt_dates, #receipt_cost {
    text-decoration:underline;
}

#coe_preview {
    border:1px solid #888;
}

#ordentArea div div fieldset {
	border:none;
}

div#uploadtb.goog-toolbar {
	border:1px solid rgb(136,136,136);
	box-shadow: 0px 1px 1px rgb(170,170,170);
}

/** Tabs **/

.goog-tab-bar {
	background:#888;
	border:1px solid #000 !important;
	box-shadow: 0px 2px 5px #555 inset;
	padding-top: 1px !important;
}

.goog-rounded-tab-inner-edge, .goog-rounded-tab-outer-edge {
	display:none;
}

.goog-rounded-tab .goog-rounded-tab-caption {
	background-image:-moz-linear-gradient(top,#3B6A9C,#1B436E);
	background-image:-webkit-linear-gradient(top,#3B6A9C,#1B436E);
	background-image:-ms-linear-gradient(top,#3B6A9C,#1B436E);
	background-image:-o-linear-gradient(top,#3B6A9C,#1B436E);
	background-image:linear-gradient(to bottom,#3B6A9C,#1B436E);
	box-shadow: 0px 0px 3px #333;
	border-right:none;
	margin-right:5px;
}

.goog-rounded-tab-selected .goog-rounded-tab-caption {
	background-image:-moz-linear-gradient(top,#6BBEF2,#539FCF) !important;
	background-image:-webkit-linear-gradient(top,#6BBEF2,#539FCF) !important;
	background-image:-ms-linear-gradient(top,#6BBEF2,#539FCF) !important;
	background-image:-o-linear-gradient(top,#6BBEF2,#539FCF) !important;
	background-image:linear-gradient(to bottom,#6BBEF2,#539FCF) !important;
}

.goog-rounded-tab-disabled .goog-rounded-tab-caption {
	background-image:-moz-linear-gradient(top,#777,#555,#444) !important;
	background-image:-webkit-linear-gradient(top,#777,#555,#444) !important;
	background-image:-ms-linear-gradient(top,#777,#555,#444) !important;
	background-image:-o-linear-gradient(top,#777,#555,#444) !important;
	background-image:linear-gradient(to bottom,#777,#555,#444) !important;
}

.goog-menu {
  max-height: 300px;
  overflow-y: scroll;
  box-shadow: 0px 2px 4px #888;
}

/** Form builder preview table **/
#preview_table td {
	padding:5px;
}

#preview_table span.droppable {
	display:block;
	text-align:center;
	width:100%;
}

/** Get started button **/

.getstarted {
    display:block;
    font-size:2.5em;
    text-decoration:none;
    color:#fff !important;
    border: 1px solid #C8000E;
    padding:12px;
    border-radius:14px;
    background-image:-moz-linear-gradient(top,#EEB0B4 5%, #D12A36 50%, #C8000E 51%, #F16E77 100%);
    background-image:-webkit-linear-gradient(top,#EEB0B4 5%, #D12A36 50%, #C8000E 51%, #F16E77 100%);
    background-image:-ms-linear-gradient(top,#EEB0B4 5%, #D12A36 50%, #C8000E 51%, #F16E77 100%);
    background-image:-o-linear-gradient(top,#EEB0B4 5%, #D12A36 50%, #C8000E 51%, #F16E77 100%);
    background-image:linear-gradient(to bottom,#EEB0B4 5%, #D12A36 50%, #C8000E 51%, #F16E77 100%);
    width:200px;
    text-align:center;
    margin:0 auto;
    box-shadow: 0px 1px 4px #888;
}

.getstarted:hover {
    background-image:-moz-linear-gradient(top,#FC8893, #C8000E, #A30D18);
    background-image:-webkit-linear-gradient(top,#FC8893, #C8000E, #A30D18);
    background-image:-ms-linear-gradient(top,#FC8893, #C8000E, #A30D18);
    background-image:-o-linear-gradient(top,#FC8893, #C8000E, #A30D18);
    background-image:linear-gradient(to bottom,#FC8893, #C8000E, #A30D18);
    box-shadow: 0px 1px 4px #888;
}

.getstarted:active {
    background:#A30D18;
    padding-top:13px;
    padding-bottom:11px;
    box-shadow:0px 2px 4px #541212 inset;
}

/** Hover-over transitions **/

ul.getstarted-steps {
	list-style:none;
	margin:0;
	padding:0;
	height:160px;
}

ul.getstarted-steps li {
	display:block;
	float:left;
	width:160px;
	margin-right:10px;
	height:150px;
	border:1px solid #888;
	background-image:-moz-linear-gradient(top,#fff 40%,#afafaf 100%);
	background-image:-webkit-linear-gradient(top,#fff 40%,#afafaf 100%);
	background-image:-ms-linear-gradient(top,#fff 40%,#afafaf 100%);
	background-image:-o-linear-gradient(top,#fff 40%,#afafaf 100%);
	background-image:linear-gradient(to bottom,#fff 40%,#afafaf 100%);
	box-shadow: 0px 1px 2px #444;
   overflow: hidden;
   position: relative;
   cursor:pointer;
}

ul.getstarted-steps li .step-title {
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   height:50px;
   padding-left:5px;
   background:#efffff;
   font-size:2em;
   padding-top:15px;
   height:50px;
   width:160px;
   position: relative;
	color:#fff;
	text-shadow:0px 0px 2px #000;
	font-weight: bold;
   box-shadow: 0px 1px 3px #777;
}

ul.getstarted-steps li .step-title#title-1 {
	background-image:-moz-linear-gradient(top, #F2ACAC 0%, #E07B7B 90%, #FFE0E0 100%);
	background-image:-webkit-linear-gradient(top, #F2ACAC 0%, #E07B7B 90%, #FFE0E0 100%);
	background-image:-ms-linear-gradient(top, #F2ACAC 0%, #E07B7B 90%, #FFE0E0 100%);
	background-image:-o-linear-gradient(top, #F2ACAC 0%, #E07B7B 90%, #FFE0E0 100%);
	background-image:linear-gradient(to bottom, #F2ACAC 0%, #E07B7B 90%, #FFE0E0 100%);
	border-bottom:1px solid #A65353;
}

ul.getstarted-steps li .step-title#title-2 {
	background-image:-moz-linear-gradient(top, #F5D693 0%, #E6B650 90%, #FFEFCC 100%);
	background-image:-webkit-linear-gradient(top, #F5D693 0%, #E6B650 90%, #FFEFCC 100%);
	background-image:-ms-linear-gradient(top, #F5D693 0%, #E6B650 90%, #FFEFCC 100%);
	background-image:-o-linear-gradient(top, #F5D693 0%, #E6B650 90%, #FFEFCC 100%);
	background-image:linear-gradient(to bottom, #F5D693 0%, #E6B650 90%, #FFEFCC 100%);
	border-bottom:1px solid #A88332;
}

ul.getstarted-steps li .step-title#title-3 {
	background-image:-moz-linear-gradient(top, #89D1F0 0%, #34B5ED 90%, #CCF0FF 100%);
	background-image:-webkit-linear-gradient(top, #89D1F0 0%, #34B5ED 90%, #CCF0FF 100%);
	background-image:-ms-linear-gradient(top, #89D1F0 0%, #34B5ED 90%, #CCF0FF 100%);
	background-image:-o-linear-gradient(top, #89D1F0 0%, #34B5ED 90%, #CCF0FF 100%);
	background-image:linear-gradient(to bottom, #89D1F0 0%, #34B5ED 90%, #CCF0FF 100%);
	border-bottom:1px solid #2C7FA3;
}

ul.getstarted-steps li .step-title#title-4 {
	background-image:-moz-linear-gradient(top, #C8F77E 0%, #9DDE37 90%, #E1FFB3 100%);
	background-image:-webkit-linear-gradient(top, #C8F77E 0%, #9DDE37 90%, #E1FFB3 100%);
	background-image:-ms-linear-gradient(top, #C8F77E 0%, #9DDE37 90%, #E1FFB3 100%);
	background-image:-o-linear-gradient(top, #C8F77E 0%, #9DDE37 90%, #E1FFB3 100%);
	background-image:linear-gradient(to bottom, #C8F77E 0%, #9DDE37 90%, #E1FFB3 100%);
	border-bottom:1px solid #689E13;
}

ul.getstarted-steps li .hovertext {
	top:0;
    left:0;
	position:absolute;
	padding:8px;
	height:49px;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;

   -webkit-transform: translateY(-66px);
   -moz-transform: translateY(-66px);
   -o-transform: translateY(-66px);
   -ms-transform: translateY(-66px);
   transform: translateY(-66px);
}

ul.getstarted-steps li .hovertext#step-1 {
    background:#FFE0E0;
	color:#FFE0E0;
	border-bottom:1px solid #A65353;
}

ul.getstarted-steps li .hovertext#step-2 {
    background:#FFEFCC;
	color:#FFEFCC;
	border-bottom:1px solid #A88332;
}

ul.getstarted-steps li .hovertext#step-3 {
    background:#CCF0FF;
    color:#CCF0FF;
	border-bottom:1px solid #2C7FA3;
}

ul.getstarted-steps li .hovertext#step-4 {
    background:#E1FFB3;
    color:#E1FFB3;
	border-bottom:1px solid #689E13;
}

ul.getstarted-steps li:hover .hovertext {
   color:#333 !important;
	-webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

ul.getstarted-steps li:hover .step-title {
	-webkit-transform: translateY(66px);
   -moz-transform: translateY(66px);
   -o-transform: translateY(66px);
   -ms-transform: translateY(66px);
   transform: translateY(66px);
}

ul.getstarted-steps li img {
	display: block;
	margin:18px auto 0 auto;
	width:32px;
	height:32px;
}

@media screen and (min-width: 1280px) {
    #scs_entire_page,
    #login_banner_all,
    div.scs_body {
        min-width: 1256px;
    }

    div.scs_header,
    div.scs_footer,
    div.scs_info,
    div.scs_center_body,
    div#scs_navigate {
        width: 1030px;
    }
}

@media screen and (min-width: 1600px) {
    #scs_entire_page,
    div.scs_body {
        min-width: 1576px;
    }

    div.scs_header,
    div.scs_footer,
    div.scs_info,
    #login_banner_all,
    div.scs_center_body,
    div#scs_navigate {
        width: 1344px;
    }
}

@media screen and (min-width: 2048px) {
    #scs_entire_page,
    div.scs_body {
        min-width: 2024px;
    }

    div.scs_header,
    div.scs_footer,
    div.scs_info,
    #login_banner_all,
    div.scs_center_body,
    div#scs_navigate {
        width: 1792px;
    }
}
