/*
* CorporateCreations.com CSS
*/


/*Extra DOT COM*/

#dotcom_content {
	background:none repeat scroll 0 0 #DFDFDF;
	border: 1px solid #CCCCCC;
	margin: auto;
	width: 1000px;
}

#dotcom_subcontent {
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #CCCCCC;
	height:1%;
	margin:10px;
	padding:15px;
	min-height: 400px;
	-webkit-border-radius:  5px 5px;  
	-moz-border-radius:  5px/5px;  
	border-radius:  5px/5px;
}

#dotcom_subcontent h2 {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:5px 5px 0 0;
	background:none repeat scroll 0 0 #1e3d61;
	color:#FFFFFF;
	font-size:150%;
	font-weight:normal;
	margin:-15px -15px 20px;
	padding:12px 12px 15px 15px;
}

#dotcom_footer {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 40px;
	position: relative;
}



/* Over-ride items in style.css for subcontent
----------------------------------*/

#dotcom_subcontent h3 {
	font-size: large;
}

#dotcom_subcontent th {
	color: white;
}

#dotcom_subcontent select {
	width: 200px;
}

.jbutton {
    background-color: #f6891e;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 3px;
    color: white !important;
    display: inline-block;
    padding: 0.3em 1em;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    line-height: 20px;
}

#dotcom_subcontent p {
	line-height: unset;
	margin-bottom: 1.5em;
}

/* Over-ride links in footer
----------------------------------*/
.footer-nav a, .footer--address dd, .footer--copyright a {
	font-weight: normal;
}


/* login boxes
----------------------------------*/
.login-table {
	border-top: 7px solid #464646;
	border-bottom: 7px solid #464646;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	border-collapse: initial;
}


/* Checkboxes inside tables
----------------------------------*/
.table-checkbox input[type="checkbox"] {
	margin-right: 10px;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.css_right { float: right; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }