/* project: internet services template
   author: luka cvrk (www.solucija.com) */


/* default styles
   -------------- */

body { 
    padding: 0; 
    margin: 0; 
    font: 0.7em Tahoma, sans-serif; 
    line-height: 1.5em;
    background: #fff; 
    color: #454545; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

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

form { 	margin: 0; }
    h3 {
        background: url("./corner.gif") no-repeat scroll right top #E0691A;
        clear: both;
        color: #FFFFFF;
        font: bold 1em Tahoma,Arial,Sans-Serif;
        margin: 0;
        padding: 7px 0 7px 5px;
        margin-bottom: 2px;
    }        

input.search { 
    width: 292px; 
    border: 0;
    background: #FFF url(input.gif) no-repeat;
    padding: 4px; 
    color: #E0691A;
    font-weight: bold;
}

input.submit {
    background: #E0691A url(submit.gif) no-repeat;
    border: 0;
    padding: 4px 0;
    width: 65px;
    margin: 0 15px 1px 0;
    color: #FFF;
    font: bold 1em Arial, Sans-Serif;
}


input.login { 
    width: 150px;
    border: none; 

    padding: 4px; 
}

/* layout
   ------ 780*/

.content { 
    margin: 0 auto;
    width: 1200px;
    padding: 10px; 
}

.header { 
    height: 100px;
    background-image: url(images/r_img.png);
    background-repeat: repeat-x;
    
    color: #808080;
    
    margin: 3px 0;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #ccc;
}

.top_info {
    float: right;
    width: 555px;
    padding: 0px 0 4px 0;
    /*border-bottom: 1px solid #eee;
    //background: #eee; */
    color: #000000;
}

.top_info_left {
    width: 200px;
    float: left;
}

.top_info_right {
    float: right;
    width: 290px;
    padding: 0 0 0 30px;
    border-left: 1px solid #eee;
}

.browse_category  {
    font-size: 0.9em;
    width: 190px;
    color: #FFF;
    background: inherit;
}

.bar { 
    clear: both;
    font-size: 1.1em;
    height: 30px; 
    color: #FFF;
    margin: 0 0 0 0px; 
    background: #FF9148;
}

.bar li { 
    margin: 0; 
    padding: 7px 12px 5px 12px;
    color: #FFEADC;
    background: #FF9148;
    float: left; 
}

.bar li.active { 
    background: #E0691A url(bar.gif) no-repeat center top; 
    color: #fff;
    font-weight: bold; 
    padding: 7px 10px 6px 10px;
}

.bar li a { 
    font-weight: bold;
    color: #FFF; 
    background: inherit;
    text-decoration: none;
} 

.bar li a:hover { 
    color: #E0691A; 
    background: inherit;
} 

.search_field { 
    background: #fff url(searchbg.gif) no-repeat right; 
    color: #808080;
    clear: both;
    font-weight: bold;
    padding: 7px 25px 10px 10px;
    margin: 5px 0;
}

.grey {
    color: #808080;
    background: inherit;
    font-weight: normal;
}
a.rollover_welcome{
	display: inline-block;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background: url("images/button.png");
	}
        
a.rollover_welcome:hover {
	background-position: 0px -90px;
	}

.search_form { float: right; }

.subheader {
    margin: 0px 0 10px 0;
    border-bottom: 1px solid #eee;
    padding: 5px 0 5px 0;
    background: #A4A4A4;
    color: #fff;
}

a.rollover {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	background: url("images/homenew.png");
	}

a.rollover:hover {
	background-position: -50px 0;
	}
a.rolloverh {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	background: url("images/logout.png");
	}

a.rolloverh:hover {
	background-position: -50px 0;
	}
/* left side
   --------- */

.left {
    float: left;
    width: 65%;
    margin: 0 0 10px 0;
}

.left h3 {
    clear: both;
    background: #E0691A url(corner.gif) no-repeat top right;
    color: #FFF;
    padding: 7px 0 7px 5px;
    font: bold 1em Tahoma, Arial, Sans-Serif;
    margin: 0 0 0px 0;
}
.left_side {
    float: left;
    width: 180px;
    padding: 0 0 0 10px;
    margin: 10px 0;
}

.left_side a, .right_side a { color: #414141; background: #FFF; }

.right_side {
    float: right;
    width: 220px;
    background: #FFF url(dotted.gif) repeat-y;
    color: #414141;
    padding: 0 0 0 40px;
    margin: 10px 0;
}

.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }


/* right side
   ---------- */

.right {
    float: right;
    width: 34.6%;
    margin: 0 0 10px 0;
}

.emblem{
    margin-left: 20px;
    margin-right: 15px;
}

.right h3 {
    background: #6C757A  url(corner.gif) no-repeat top right;;
    color: #FFF;
    padding: 7px 0 7px 5px;
    font: bold 1em Tahoma, Arial, Sans-Serif;
    margin: 0 0 3px 0;
}

.right_articles {
    background: #f5f5f5;
    color: #414141;
    padding: 8px;	
    margin: 0 0 3px 0;
}

.image {
    float: left;
    margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
    clear: both;
   
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0;
    border-top: 1px solid #ccc;
    line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

.button_title {
    width: 160px;
    height: 80px;
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 8px;
}
.button_title:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}

.submit_button {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.button_title:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.error_border {
    border: 1px solid crimson; /* some kind of blue border */
    /* round the corners */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px crimson;
    -moz-box-shadow: 0px 0px 4px crimson;
    box-shadow: 0px 0px 4px crimson; /* some variation of blue for the shadow */
}



.demo-description {
	clear: both;
	padding: 12px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.text-danger
{
    color: crimson;
}