/*font faces*/
@font-face {
font-family: 'AvenirNext-DemiBoldItalic';
font-style: italic;
font-weight: normal;
src: url('../fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype');
}

@font-face {
font-family: 'AvenirNext-Heavy';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirNext-Heavy.ttf') format('truetype');
}

@font-face {
font-family: 'AvenirNext-Italic';
font-style: italic;
font-weight: normal;
src: url('../fonts/AvenirNext-Italic.ttf') format('truetype');
}

@font-face {
font-family: 'AvenirNext-Regular';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'AvenirNext-Bold';
font-style: normal;
font-weight: bold;
src: url('../fonts/AvenirNext-Bold.ttf') format('truetype');
}

@font-face {
font-family: 'AvenirNext-Medium';
font-style: normal;
font-weight: normal;
src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/** =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body {
	line-height: 1;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "AvenirNext-Regular", Helvetica, Arial, sans-serif;
}

#page-title
{
	width:500px;
	font-size: 3em;
	font-weight: bold;
	color: #3c5896;
	padding-top: 5px;
	margin: auto;
	display: block;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img,
a {
	border: none;
	outline: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	width: 100%;
}
#footer {
	clear: both;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
#content .ui-tabs {
	font-family: "AvenirNext-Regular", Helvetica, Arial, sans-serif;
}
#top-nav {
	font-family: "AvenirNext-Regular", Helvetica, Arial, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */
body
{
	width:100% !important;
	font-size: 100% !important;
	margin: 0;
}
/* The main theme structure */
#wrapper{
	margin: 0 auto;
	width: 1295px;
}
#wrapper {
    margin-top: -5px;
	padding: 0;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, .5); 
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
#body {
	/*background: url("../Images/bodyBG.png") left top repeat-x #5d7889;*/
	background: #fff;
}

/* =Header
-------------------------------------------------------------- */
#header-img
{
	float: left;
	width:217px;
	height: 67px;
}
#header {
	padding: 23px 2.5% 0;
	background: #fff;
	float: left;
	z-index: 20;
	height: 85px;
	width: 100%;
	position: relative;
	-moz-box-shadow: 3px 2px 0 rgba(62, 81, 99, 0.3);
    -webkit-box-shadow: 3px 2px 0 rgba(62, 81, 99, 0.3);
    box-shadow: 3px 2px 0 rgba(62, 81, 99, 0.3);
}
.page-template-page-foundation-php #header,
.page-template-page-foundation-one-column-php #header {
	margin-bottom: 0;
	border-bottom: 4px solid #6e7178;
}
#header a {
	color: #231f20;
	text-decoration: none;
}
#header ul,
.social {
	list-style: none;
}
#site-title {
	float: left;
	margin: 20px 0 40px 28px;
}
#branding {
	float: left;
	width: 100%;
}
#header_right {
	float: right;
	margin-right: 28px;
}
#header_social {
	margin: 6px 0 2px 0;
	float: right;
	width:120px;
}
#header_social .notice
{
	color: red;
	font-weight: bold;
	margin-top:5px;
}
.social_icon {
	float: left;
	margin-left: 7px;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social_icon a
{
	border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-size: 22px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.social_icon a:before
{
	display: block;
    padding: 10px;
    text-decoration: none;
}

.social_icon a:hover
{
	background: #ffffff;
    color: #3e5163;
    text-decoration: none;
}

.youtube-icon a:before{
	content: "\f167";
}

.facebook-icon a:before
{
	content: "\f09a";
}

.twitter-icon a:before
{
	content: "\f099";
}

.linked-icon a:before
{
	content: "\f0e1";
}

.pinterest-icon a:before
{
	content: "\f0d2";
}


/* =Top Navigation
-------------------------------------------------------------- */

/* =Alert
-------------------------------------------------------------- */
#alert {
	margin: 0 15px 20px;
	 -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, .55);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, .55);
	border: 2px solid #fff;
	background: #ed1c24;
	float: left;
	width: 926px;
	color: #fff;
}
#alert-image {
	float: left;
	wdith: 270px;
	overflow: hidden;
}
.alert_text_container {
	float: left;
	/*width: 616px;*/
	width: 100%;
	padding: 0 20px;
}
#alert h3 {
	font-size: 36px;
	font-weight: bold;
	float: left;
	width: 390px;
	line-height: 50px;
}
.alert_content {
	float: left;
	/*width: 226px;*/
}
#alert p {
	margin: 10px 0 0;
	font-size: 11px;
	font-weight: bold;
}
#alert a {
	color: #fff;
	text-decoration: none;
}
#alert a:hover {
	text-decoration: underline;
}

/* =Slider
-------------------------------------------------------------- */
#slider {
	margin: 0 15px 10px;
	width: 930px;
	display: block;
	float: left;
	position: relative;
	height: 328px;
}
.slide {
	display: none;
	width: 100%;
	background-position: center top;
	height: 328px;
}
.slider_text_container {
	background: url("../Images/slide_textBG.png") left top repeat transparent;
	display: block;
	position: absolute;
	bottom: 7px;
	left: 50px;
}
.slider_text_container h3 {
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	padding: 0 30px;
	color: #fff;
	text-shadow: 3px 4px 7px #000000;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}
#mainBG,
#main_top,
#main_bottom {
	float: left;
	width: 100%;
}
#main_bottom {
	padding-top: 20px;
	background:#E5E4E6;
}
#container {
	background: #fff;
	width: 95%;
	margin: 0 15px 20px;
	padding: 0 15px;
}
.templateBG {
	float: left;
	width: 100%;
}
#internalBG {
	margin: 10px 0;
	background: url("../Images/internalBG_repeat.jpg") left top repeat-y #fff;	
}

#content {
	padding: 15px 0;
	/*font-family: "AvenirNext-Regular" , Helvetica, Arial, sans-serif !important;*/
}

#content .ftllist
{
	padding: 20px;
}

#content.pos_sidebar {
	background: none;
	width: 630px;
}
#content input,
#content textarea {
	color: #5b5b5b;
	line-height: 1.3333em;
}
#content p,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}

#content a:hover {
	text-decoration: none;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #8195bc;
	font-family: "helvetica neue", arial, verdana, sans-serif;
}

#content h3 {
	font-size: 1.75em;
	font-weight: bold;
}
#content h4 {
	font-size: 1.333em;	
	font-weight: bold;
}
#content table {
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

.entry-content,
.entry-summary {
	clear: both;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#content .video-player {
	padding: 0;
}
.odd_table_row {
	background: #ccc;	
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
#content img.no-border {
	border: 0px !important;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #5b5b5b;
	font-size: 12px;
	margin: 5px;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
#banner_container {
	position: relative;
}
.banner-image {
	/*padding: 14px;*/
	/*border: 1px solid #fff;*/
	/*margin: 25px 0 0;*/
	background: #fff;
	max-width: 100%;
}
.no_content_image .banner-image {
	padding: 0px;
	margin: 0 9px;
	background: transparent;
}
#banner_container .entry-title {
	top: 50px;
    display: block;
    left: 25px;
	background: url("../Images/slide_textBG.png") repeat scroll left top transparent;
    position: absolute;
	color: #FFFFFF;
    font-size: 24px;
    line-height: 40px;
	padding: 0 30px;
    text-align: center;
    text-shadow: 3px 4px 7px #000000;
}
#banner_top,
#banner_bottom,
#banner_container {

	width: 100%;
}

#banner_bottom {
	padding: 20px 15px;
	width: 890px;
}
#banner_left {
	margin: 20px 23px 20px 0;
	float: left;
	line-height: 1.3em;
	width: 240px;
	padding: 20px 10px;
	font-size: 14px;
	color: #fff;
}
.page-template-page-children-php #banner_left,
.page-template-page-children-one-column-php #banner_left {
	border-top: 3px solid #dc1865;
	border-bottom: 3px solid #dc1865;	
}
.page-template-page-rehab-php #banner_left,
.page-template-page-rehab-one-column-php #banner_left {
	border-top: 3px solid #aac4cb;
	border-bottom: 3px solid #aac4cb;	
}
.page-template-page-transplant-php #banner_left,
.page-template-page-transplant-one-column-php #banner_left {
	border-top: 3px solid #6cc4bc;
	border-bottom: 3px solid #6cc4bc;	
}
.page-template-page-foundation-php #banner_left,
.page-template-page-foundation-one-column-php #banner_left {
	border-top: 3px solid #66a6bb;
	border-bottom: 3px solid #66a6bb;	
}
#banner_right {
	float: left;
	position: relative;
	border: 1px solid #fff;
}
#banner_right.no_content_image {
	border: 0px solid #fff;
}
#banner_container #banner_right .entry-title {
	top: 200px;
}

/* =Comments
-------------------------------------------------------------- */
.nopassword,
.nocomments {
	display: none;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area p {
	margin-bottom: 0;
}
.widget-container {
	margin: 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

/* Main sidebars */
#main .widget-area ul {
	margin: 5px 0 0;
	padding: 0;
}

#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 240px;
}
#secondary {
	clear: right;
}
#primary .menu li a {
	padding: 5px 10px 5px 35px;
	display: block;
	width: 195px;
	line-height: 1.3em;
	font-size: 14px;
	text-shadow: 2px 1px 2px #000000;
	color: #fff;
}
#internalBG #primary .menu li a {
	font-size: 14px;
	text-shadow: 2px 1px 2px #fff;
	color: #000;
}
#primary .menu li a:hover {
	text-decoration: underline;
}
#internalBG #primary .menu li {
	border-bottom: 1px solid #bcbbbd;
}
.page-template-page-children-php #primary .menu li,
.page-template-page-children-one-column-php #primary .menu li {
	border-bottom: 1px solid #7c5877;	
	font-variant: small-caps;
}
.page-template-page-rehab-php #primary .menu li,
.page-template-page-rehab-one-column-php #primary .menu li {
	border-bottom: 1px solid #9f9097;	
}
.page-template-page-transplant-php #primary .menu li,
.page-template-page-transplant-one-column-php #primary .menu li {
	border-bottom: 1px solid #57716f;	
}
.page-template-page-foundation-php #primary .menu li,
.page-template-page-foundation-one-column-php #primary .menu li {
	border-bottom: 1px solid #6ea2b4;	
}
.page-template-page-children-php #primary .menu li:hover,
.page-template-page-children-one-column-php #primary .menu li:hover {
	background: #602c5a;
}
.page-template-page-rehab-php #primary .menu li:hover,
.page-template-page-rehab-one-column-php #primary .menu li:hover {
	background: #745f69;
}
.page-template-page-transplant-php #primary .menu li:hover,
.page-template-page-transplant-one-column-php #primary .menu li:hover {
	background: #305955;
}
.page-template-page-foundation-php #primary .menu li:hover,
.page-template-page-foundation-one-column-php #primary .menu li:hover {
	background: #1b81a2;
}
#primary .menu .sub-menu {
	margin: 0 10px 5px 50px;
}
#primary .menu .sub-menu li {
	border: 0;
}
#primary .menu .sub-menu li a {
	font-size: 12px;
	padding: 0 0 5px;
	width: 170px;
}
	
/* =Footer
-------------------------------------------------------------- */
#footer {
	min-height: 180px;
	padding-top: 20px;
	background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #243140), color-stop(100%, #3e5163));
    background-image: -moz-linear-gradient(#243140, #3e5163);
    background-image: -webkit-linear-gradient(#243140, #3e5163);
    background-image: linear-gradient(#243140, #3e5163);
	color: #fff;
}

#colophon {
	overflow: hidden;
	padding: 25px 15px 10px;
}
#footer h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}
#footer p {
	font-size: 14px;
	line-height: 1.2em;
}
#footer_left {
	border-right: 1px solid #fff;
	float: left;
	width: 485px;
}
#footer_right {
	float: right;
	width: 424px;
	margin-left: 20px;	
}

#footer_top_left {
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#first-footer_top_left {
	width: 260px;
	margin-right: 20px;
}
#second-footer_top_left {
	width: 140px;
	margin-right: 20px;	
}
#footer_bottom_left,
#first-footer_bottom_left {
	width: 100%;
	float: left;	
}
#footer_bottom_left {
	margin-top: 10px;
}
#site-info {
	width:100%;
    background-color: #243140;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
    color:#fff;
}
#site-info span {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}
#site-info a:hover {
	text-decoration: underline;
}
#footer_social {
	width:270px;
	margin:auto;
}
#footer_right .widget-area {
	width: 30%;
	margin-right: 3%;
}
#footer_right a {
	font-size: 10px;
	color: #fff;
	float: left;
	width: 100%;
	display: block;
	font-weight: bold;
}
#footer_right .sub-menu {
	margin-left: 7px;
}
#footer_right .sub-menu a {
	color: #f2f3f3;	
	font-weight: normal;
}
#footer_right a:hover {
	text-decoration: underline;
}
.dcjq-icon {
	width: 6px;
	height: 5px;
	float: left;
	margin: 5px 5px 0 0;
	background: url("../Images/footer_icon.png") left top no-repeat transparent;
	display: block;
}
#footer_right a:hover .dcjq-icon,
#footer_right a.active .dcjq-icon {
	background-position: left bottom;
}

.clickable:hover
{
	cursor: pointer;
}

.clickable
{
	margin: 10px 0 4px 0;
	
}


/* = Tabs 
-------------------------------------------------------------- */

#content .ui-tabs {
    padding: 0;
	border: 0 solid #AAAAAA;
	background: none;
    position: relative;
	line-height: 1.333em;
}
#content .tabs-items {
    padding: 0;
	border: 0 solid #AAAAAA;
	background: none;
    position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { 
	cursor: text; 
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { 
	cursor: pointer; 
}
#content .ui-tabs-nav
{
	margin: 0 15px;
	padding: 10px;
	float: left;
	width: 910px;
}
#content .ui-tabs-nav {
	list-style: none;
	padding: 10px 0 9px;
	height: 26px;
	width: 930px;
	position: relative;
	background: url("../Images/tabsBG.png") left bottom repeat-x transparent;
}
#content .ui-tabs-nav li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#content .ui-tabs-nav li a {
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
	font-size: 12px;
	width: 153px;
	background: url("../Images/tabLIBG.png") left bottom no-repeat transparent;
	text-decoration: none;
	position: absolute;
	height: 22px;
	padding: 4px 0 0 10px;
	display: block;
	z-index: 2;
	left: 0;
	line-height: 22px;
}
#content .ui-tabs-nav li a:hover {
	color: #dddddd;
}
#content .ui-tabs-nav li a#ui-id-2 {
	left: 153px;
}
#content .ui-tabs-nav li a#ui-id-3 {
	left: 304px;
}
#content .ui-tabs-nav li a#ui-id-4 {
	left: 456px;
}
#content .ui-tabs-nav li a#ui-id-5 {
	left: 608px;
}
#content .ui-tabs-nav li a#ui-id-6 {
	left: 760px;
}
#content .ui-tabs-nav li.ui-state-active a {
	background-position: left top;
	z-index: 3;
}

.pane_top {
	background: url("../Images/panes_top.jpg") center top no-repeat transparent;
}
.pane_bottom {
	background: url("../Images/panes_bottom.jpg") center bottom no-repeat transparent;
}
.pane_container {
	background: url("../Images/paneBG.png") 290px top repeat-y transparent;
}
#title-2 .pane_container {
	background: none;
}

.left_home {
	padding: 0;
	float: left;
	width: 420px;
	margin-right: 30px;
}
.home .left_home {
	padding: 0 20px 0 0;.pane
	width: 270px;	
	margin-right: 0;
}
.pos_sidebar .left_home {
	width: 300px;
}
.right_home {
	width: 420px;
	padding: 0;
	float: left;
}
.home .right_home {
	width: 600px;
	padding: 0 0 0 20px;
}
.pos_sidebar .right_home {
	width: 300px;
}

.read_more_content {
	display: none;
}

.read_more_link_container {
	float: left;
	width: 100%;
}
.read_more_link {
	float: right;
}
#content .menu-home ul {
	margin: 0 0 10px;
	text-align: right;
	list-style: none;
}
#content .menu-home ul li a {
	color: #5b5b5b;
	font-size: 1.16667em;
	line-height: 1.58333em;
	text-decoration: none;
}
#content .menu-home ul li a:hover {
	text-decoration: underline;
}
.press_piece {
	float: left;
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}
.press_date {
	float: left;
	width: 15%;
	margin: 0 3% 0 0;
}
.press_piece_container {
	width: 82%;
	float: left;
}
.press_piece h4 {
	text-transform: uppercase;
}
.back_button {
    float: right;
    font-size: 12px;
}
#menu-item-3082 a,
#menu-item-4836 a {
	border-right: 0;
}

#content.news-center
{
	padding: 15px 0;
	width:900px;
}

.news-center h1, .news-center h2, .news-center h3, .news-center h4, .news-center h5
{
	color: #000080 !important;
}

#content.news-center .articles 
{
	width: auto;
}

#content.news-center .articles iframe
{
	width:100%;
}

#content.news-center .articles h4 a, #content.news-center .entry-content, #content.news-center .entry-content p, #content.news-center .articles div
{
	color:#000;
}

#content.news-center .articles h4 a:hover
{
	text-decoration: underline !important;
}

#content.news-center .articles .social
{
	margin: 6px 0 2px 0;
	float: right;
	width: auto;
}

#content.news-center #primary .menu li a
{
	color: #000080;
	text-shadow: none;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}

#content.news-center #primary .menu #menu-item-7523
{
	display: none;
}

#content.news-center .articles h4
{
	font-size:13px;
}

#content.news-center .articles a
{
	text-decoration: none;
}

#content.news-center .articles a:hover
{
	text-decoration: underline;
}

#tgh-header
{

}

#auto-form-header h1:hover
{
	cursor: pointer;
}

#footer-center .xoxo
{
	width:750px;
	margin: auto;
}
#footer-center
{
	width:752px;
	margin: auto;
}

#content .progress-bar
{
	margin: 0 5px 6px 5px;
}

#content .blockpanel span.input-date-time
{
	line-height: 1.333em;
	padding: 3px 5px 3px 2px;
	margin-top: 1px;
	border:1px solid #A9A9A9 ;
	display: inline-block;
	width:94%;
}

#content .blockpanel .input-date-time-text
{
	color:#5b5b5b;
	text-decoration: none;
	font-size: 1.3em;
}

#content .footeraction .footeractionpanel
{
	background: #fff;
	border-width:0;
}

#content #ftlform, #content #processlistTemplate-list, #content #dialogTemplate-dialogForm, #content #et-ef
{
	font-size: .75em;
}

#content #processlistTemplate-list .processesTaskLinkGroup table, #content .prcesssTaskMainDiv table
{
	width: auto;
}

#content .headersection .headerpanel .linkpanel .link a, #content .headersection .headerpanel .linkpanel .selectedlink span
{
	font-size: 1em;
}

#content .headersection .box .boxtop, #content .box .boxbottom
{
	display: none;
}

#content .headersection .headerpanel
{
	padding:10px 8px 0 8px;
	border-width: 0;
}

#content .headersection .link2panel
{
	padding: 15px 8px 3px 8px;
}

#content .checkboxp
{
	height:15px;
}

#content .mainsection .titlelink a, #content .mainsection .titlelink a
{
	color:rgb(0, 82, 156);
}

#content .mainsection .titlelink a:hover
{
	text-decoration: underline;
}

#content .mainsection .inputbutton
{
	margin-right: 4px;
}

#content .datatrain-tv-left-margin, #content .datatrain-tv-right-margin
{
	height:6.7em;
}

#content #dialogTemplate-dialogForm .mainsection .iframepanel
{
	font-size: 1.1em;
  	line-height: 1.3em;
  	color: #5b5b5b;
}

#content #dialogTemplate-dialogForm input
{
	margin-right: 5px;
}

#content #jobs td .relative
{
	overflow: visible;
}


@media screen and (max-width: 1024px) { 
	#wrapper, #footer
	{
		width:1024px;
	}

	
}

@media screen and (max-width: 960px) {

	#wrapper, #footer
	{
		width:960px;
	}
}

@media screen and (max-width: 800px) { 
	#wrapper, #footer
	{
		width:800px;
	}

	#page-title
	{
		font-size: 3em;
	}

}

@media screen and (max-width: 720px) { 
	#wrapper, #footer
	{
		width:720px;
	}

	#page-title
	{
		font-size: 2em;
	}

}