.odude_hide{
	display: none;
}
.button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }

.odude_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.odude_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.odude_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.odude_error {
    color: #D8000C;
    background-color: #FFBABA;
}
.odude_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}

.odude_left {
  float: left;
  text-align: right;
  margin: 2px 10px;
  display: inline;
}

.odude_right {
  float: left;
  text-align: left;
  display: inline;
}
label.error{
    font-size:10px; color:red;
}

.obox {
  border: 1px solid #ddd;
  padding: 10px 12px;
  margin-bottom: 15px;
  background: #fff;
  obox-sizing: border-obox;
  border-radius: 3px;
  overflow: hidden;
  margin: 0px 5px 5px 0px;
}
.obox:hover {
  border: 1px solid #5890FF;
  padding: 10px 12px;
  margin-bottom: 15px;
  background: #fff;
  obox-sizing: border-obox;
  border-radius: 3px;
  overflow: hidden;
  margin: 0px 5px 5px 0px;
}
.obox.blue {
  border: 1px solid #5890FF;
}
.obox .header {
  position: relative;
  color: #9197a3;
  font-size: 12px;
  line-height: 1.38;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.obox .header a {
  font-weight: bold;
}
.obox .header .date {
  position: absolute;
  right: 0;
  top: 0;
}
.obox .links {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.38;
}
.obox .links a {
  color: #5890FF;
  text-decoration: none;
}
.obox .links a:hover {
  text-decoration: underline;
}
.obox .footer {
  color: #444;
  font-size: 12px;
  line-height: 1.38;
  border-top: 1px solid #ddd;
  background: #F6F7F8;
  padding: 5px 12px;
  margin: 8px -12px -10px -12px;
}

#odudecard_divider {
  border-top:1px dotted #3daef1;
  margin:2px 0px 2px 0px;
  padding:10px;
  font:11px 'Myriad Pro', 'Helvetica Neue', arial,   sans-serif;
  color:#3daef1;
   text-align: left;
  box-shadow:inset 0px 10px 20px rgba(61,174,241,.125);
}


#odudecard_tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#odudecard_tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#odudecard_tabnav a:link, #odudecard_tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#odudecard_tabnav a:link.active, #odudecard_tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#odudecard_tabnav a:hover
	{
		background: #fff;
	}