/* some fixs */

.ds a {
    padding-left: 8px;
    padding-right: 8px;
    outline: none;
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list li {
    padding: 3px 5px;
    margin-bottom: 3px;
    border: 1px solid #62779E;
    color: #fff;
    background: #6D81A5;
    cursor: move;
}

.from_user {
    background: url('http://ifrype.com/bugs/icons/user.png') no-repeat 2px;
    padding-left: 20px !important;
}

.search_user {
    background: url('http://ifrype.com/bugs/icons/magnifier.png') no-repeat 1px;
    padding-left: 20px !important;
}

.from_user_email {
    background: url('http://ifrype.com/bugs/icons/user_gray.png') no-repeat 2px;
    padding-left: 20px !important;
}

table.list_table .hot {
    padding: 0px 4px;
    color: red;
    font-weight: bold;
    margin-right: 5px;  
}

table.list_table a {
    text-decoration: none;
}

table.list_table a.ticket_title {
    font-family: arial;
    font-size: 12px;
    color: #000;
}

table.list_table td.grey {
    color: #3B3B3B;
}

table.list_table {
    border-top: 1px solid #bcc5d6;
    border-left: 1px solid #bcc5d6;
    border-right: 1px solid #bcc5d6;
    border-collapse: collapse;
    width: 100%;
}

table.list_table td, table.list_table th {
    border-bottom: 1px solid #bcc5d6;
    /*border-right: 1px solid #bcc5d6;*/
    padding: 4px;
}

table.list_table th {
    background-color: #EAEDF2;
    padding: 3px;
}

#bugs_list {
    border-top: 1px solid #bcc5d6;
    border-left: 1px solid #bcc5d6;
    border-right: 1px solid #bcc5d6;
    border-collapse: collapse;
    /*width: 100%;*/
}

#bugs_list td, #bugs_list th {
    border-bottom: 1px solid #bcc5d6;
    border-right: 1px solid #bcc5d6;
    padding: 4px;
}

#bugs_list th {
    background-color: #EAEDF2;
    padding: 3px;
}

#bugs_list th.min, #bugs_list td.min {
    width: 10px;
    padding: 0px !important;
}

#bugs_list .bug_item:hover {
    background-color: #eee;
}

#bugs_list .report_intro {
    color: #555;
}

#bugs_list .selected {
    background: #eee;
}

#bugs_list .bug_text {
    background-color: #fff;
    border: 1px solid #7D8BB3;
    margin: 5px;
    padding: 10px;
}

#bugs_list .bug_view_toolbar_left {
    padding: 10px;
    float: left;
}

#bugs_list .bug_view_toolbar_right {
    padding: 10px;
    float: right;
}

#bugs_list .bug_view_toolbar_right a.button {
    margin-left: 5px;
}

#chapters {
    float: left;
    width: 700px;
}

#chapters input {
    display: block;
    float: left;
}

#chapters label {
    display: block;
    margin-left: 0.2em;
    margin-top: 0.1em;
    float: left;
    clear: right;
}

.button {
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	border-left:1px solid #D4D0C8;
	border-top:1px solid #D4D0C8;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
    padding:2px 5px 2px 20px !important;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:2px;
	color:#000;
}

.delete {
	background-image: url("http://ifrype.com/img/icons/ms_delletter.gif");
}

.reply {
	background-image: url("http://ifrype.com/img/icons/ms_reply2.gif");
}

.investigation {
	background-image: url("http://ifrype.com/img/icons/ms_special.gif");
}

.conversation {
	background-image:url(http://tifrype.com/img/icons/ms_sortletters.gif);
}

.quote {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px;
    background: #fff !important;
}

.highlight {
    background: #ffffcc;
}

/* global */


.notice_success {
    margin: 1em 0;
    padding: 10px 10px 10px 37px;
    color: green;
    border: 1px solid green;
    background: #fff url('http://ifrype.com/bugs/icons/accept.png') no-repeat 15px center;
}

.notice_error {
    margin: 1em 0;
    padding: 10px 10px 10px 37px;
    color: #963333;
    border: 1px solid red;
    color: red;
    background: #fff url('http://ifrype.com/bugs/icons/cancel.png') no-repeat 15px center;
}

.required {
    border: 1px solid red;
}

.bx .info {
    background-color:#FFFFCC;
    border:1px solid #FF9E44;
}

/* forms */

.form {
    font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
    font-size:small;
}

form ul {
    font-size:100%;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
    width:100%;
}

form li {
    margin:0pt;
    padding:4px 5px 2px 9px;
    border-bottom:1px dotted #CCCCCC;
}

form li:focus {
    background-color:#FFF7C0;
}

form li div, form li span {
    color:#444444;
    margin:0pt 4px 0pt 0pt;
    padding:0pt 0pt 8px;
}

form li div label, form li span label {
    clear:both;
    color:#444444;
    display:block;
    font-size:11px;
    line-height:15px;
    margin:0pt;
    padding-top:7px;
    color: red;
}

textarea.medium {
    height:10em;
}
input.large, select.large, textarea.textarea {
    width:100%;
}
textarea.textarea {
    font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
}
input.text, textarea.textarea, .firefox select.select {
    background:#FFFFFF;
    border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
    border-style:solid;
    border-width:1px;
}
input.text, input.file, textarea.textarea, select.select {
    color:#333333;
    font-size:100%;
    margin:0pt;
}

input.checkbox, input.radio {
    display:block;
    height:13px;
    line-height:1.4em;
    margin:6px 0pt 0pt 3px;
    width:13px;
}

label.choice {
    color:#222222;
    display:block;
    font-size:100%;
    line-height:1.4em;
    margin:-1.55em 0pt 0pt 25px;
    padding:4px 0pt 5px;
    width:90%;
}

form ul li.buttons {
    clear:both;
    margin-top:10px;
}

form ul li.buttons input {
    font-size:120%;
    margin-right:5px;
}
input.btTxt {
    overflow:visible;
    padding:0pt 7px;
    width:auto;
}

input.medium, select.medium {
    width:50%;
}

input.text, input.file {
    padding:2px 0pt;
}

input.text, textarea.textarea, .firefox select.select {
    padding: 3px;
    background:#FFFFFF;
    border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
    border-style:solid;
    border-width:1px;
}

input.text, input.file, textarea.textarea, select.select {
    color:#333333;
    font-size:100%;
    margin:0pt;
}

label.desc {
    border:medium none;
    color:#222222;
    display:block;
    font-size:95%;
    font-weight:bold;
    line-height:150%;
    padding:0pt 0pt 1px;
}

a.dp-choose-date {
    background:transparent url('http://ifrype.combug_report/images/calendar.png') no-repeat scroll 0% 0%;
    display:block;
    float:left;
    height:16px;
    margin:2px 3px 0pt;
    overflow:hidden;
    padding:0pt;
    text-indent:-2000px;
    width:16px;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

input.dp-applied {
	width: 140px;
	float: left;
}

.finfo[class] {
    display:block;
}
.finfo {
    border-bottom:1px dotted #CCCCCC;
    clear:both;
    margin:0pt 0pt 1em;
}
.finfo h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}
.finfo p {
    font-size:11px;
    line-height:135%;
    margin:0pt 0pt 12px;
}

span.required_tip {
    font-variant: small-caps;
    color: red;
    font-size: 11px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table.list { border-collapse:collapse; }
table.list thead th { border-bottom:2px solid #dfdfdf; text-align:left; }
table.list td, table.list th { border-bottom:1px solid #dfdfdf; padding:4px 2px;}
table.list td p { margin-top:0; margin-bottom:.5em; }

.investigation_status_9 {
    background-color: #E2FEE2;
}

.investigation_status_8 {
    background-color: #E2F1FE;
}

.investigation_status_3 {
    background-color: #FEFBE2;
}

.investigation_status_1 {
    background-color: #FFEDED;
}
