/* Global CSS By Element Type */
body {
	background: #ccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:0px;
}

/* Table CSS Attributes */
.td_left {
    text-align:left;
}
.td_right {
    text-align:right;
}
.td_right_label {
    font-weight:bold;
    font-size:12px;
}
.td_center {
    text-align:center;
}
.dt_table {
	padding: 2px;
    border:1px solid #ddd;
    border-bottom:2px solid #b21a2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dt_table td {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




.dt_table_inside {
    padding:0px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dt_table_inside td {
    padding: 4px;
	border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dt_table_noborder {
	border:0px;
}
.dt_text_highlight {
    color:#b21a2e;
    font-weight:bold;
}



.dt_text {
    color:#333;
}
.dt_link:link {
    text-decoration: underline;
    color:#333;
}
.dt_link:visited {
    text-decoration: underline;
    color:#333;
}
.dt_link:active {
    text-decoration: underline;
    color:#333;
}
.dt_link:hover {
    text-decoration: underline;
    color:#000;
}

.dt_text_small {
    color:#b21a2e;
    font-size:10px;
}
.dt_link_small:link {
    text-decoration: underline;
    color:#333;
    font-size:10px;
}
.dt_link_small:visited {
    text-decoration: underline;
    color:#333;
    font-size:10px;
}
.dt_link_small:active {
    text-decoration: underline;
    color:#333;
    font-size:10px;
}
.dt_link_small:hover {
    text-decoration: underline;
    color:#b21a2e;
    font-size:10px;
}

/* Form CSS Attributes */
.formSelect {
	font-size:14px;
	line-height:18px;
	height:auto;
	color:#777;
	border:1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:2px 5px;
}
.formInput {
	font-size:14px;
	line-height:18px;
	height:20px;
	color:#777;
	border:1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:2px 5px;
    width: 169px;
}
.formButton {
	font-size:12px;
	line-height:18px;
	height:auto;
	color:#747474;
	background-color:#ddd;
	border:1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration:none;
    padding:3px;
}
.formButton:hover {
    color: #fff;
    text-decoration:none;
    background-color:#747474;
    cursor:pointer;
}
.imgCalendar {
	margin-bottom:-8px;
}
.footer_link {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333;
}

/* OVERRIDE JQUERY STYLESHEET */
.ui-widget-overlay {
  opacity: .70 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=70) !important;
  background-color: rgb(50, 50, 50) !important; /* This will make it darker */
  background: repeat-x scroll 50% 50% #aaa;
}
.ui-widget {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
/* OVERRIDE JQUERY STYLESHEET */


/* Layout CSS */
#divDescription {
    text-align:left;
}
#container {
	width:90%; 
	margin:0 auto;
	padding-top:18px;
}
/* this class should be placed on a div or break element and 
   should be the final element before the close of a container 
   that should fully contain a float                        */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tableHeader {
	background-color: #777;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*border: 2px solid #b21a2e;*/
    border-collapse: collapse;
    outline:2px solid #b21a2e;
}
.mainContentTop #dt-content {
	background-color:#fff;
	/*line-height: 30px;*/
	padding: 18px;
    border:8px solid black;
}
.dt_header {
    height: 42px;
    background-color:#000;
    text-align:left;
    padding-left:10px;
}
.dt_menu_item {
    position:relative;
    float:left;
	background-color: #eee;
	font-family: arial;
    font-size:12px;
	color: #555;
	text-align: left;
    text-indent:10px;
	border: 1px solid #999;
    width:200px;
    line-height:24px;
    padding:1px 3px;
    text-decoration: none;
    margin-bottom:2px;
}
.dt_menu_item:hover {
    color:#b21a2e;
    background-color:#aaa;
    text-decoration:underline;
}
.dt_greylink {
    color:#777;
    text-decoration:none;
}
.dt_redlink a {
    color:#b21a2e;
    text-decoration:underline;
}
.mandatory {
    color:#b21a2e;
}
.cc-image {
    display:inline;
    vertical-align:middle;
    cursor:pointer;
}

/* Added by Paul Maranogni for citizen-search-citation.aspx */
    table.dt_table tr td.td_left > div.padded
    {        
        padding: 12px 0px;
    }

    table.dt_table tr td.td_left > div > h1 
    {
        display: inline;
        margin:0;
        font-size: 12px;
        font-weight: normal;
    }

    table.dt_table tr td.td_left h2 
    {
        display: inline;
        margin:0;
        font-size: 12px;
        font-weight: 700;
    }

    table.dt_table tr td.td_left div.CSU-ATI 
    {
        float: right;
        position: relative;
        bottom: 20px;
        font-size:7pt;
        color: #cdcdcd;
    }

    table.dt_table tr td.td_left div.CSU-ATI a:link,  table.dt_table tr td.td_left div.CSU-ATI a:visited
    {
        color: #cdcdcd;
    }

    table.dt_table tr td.td_left div.CSU-ATI a:hover 
    {
        color: #808080;
    }

    table.dt_table tr td.td_left > div.padded, table.dt_table tr td.td_left div.CSU-ATI 
    {
        margin-bottom: -5px;
    }

/* ---------------------------------------------------------------------------------------- */

