﻿body {
  font-family:Verdana, Tahoma, Arial, sans-serif;
  font-size:0.7em;
  margin:0;
  padding:0;
}

* { position:relative; }

table input { width: auto; height: auto; }

img, fieldset { border:None; }
fieldset {
  clear:both;
  margin:0;
  padding:2px 0 2px 0;
}

.btn, .btn a {
  display:block;
  width:134px !important;
  height:27px;
  border:none;
  font-family:arial, helvetica, sans-serif !important;
  line-height:27px !important;
  background:url(../images/button.jpg) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}

.chkbtn, .chkbtn a {
  display:block;
  width:134px !important;
  height:27px;
  border:none;
  font-family:arial, helvetica, sans-serif !important;
  line-height:27px !important;
  background:url(../images/check.png) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}
.openbtn, .openbtn a {
  display:block;
  width:134px !important;
  height:27px;
  border:none;
  font-family:arial, helvetica, sans-serif !important;
  line-height:27px !important;
  background:url(../images/openticket.png) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}


form .btn {
  padding-bottom:4px;
}

h1, h2, h3 {
  font-weight:normal;
  margin:0;
  padding:0;
}
h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	vertical-align: bottom;
	color: #0009a6;
	text-align: left;
	width: 100%;
	font-weight:normal;
}

th {
  font-weight:bold;
  text-align:left;
  padding-left:3.5px;
}

#container {
  width:666px;
  margin:5px auto 0 auto;
  
}

#page_bg {
	padding: 0;
	background: url(http://www.tecnikal.net/templates/tecnikal/images/bg.png) top center repeat;
}
#header {
	width: 940px;
	height: 228px;
	margin: 0 auto;
	padding:0;
	background-color:#ffffff;
	background: url(http://www.tecnikal.net/templates/tecnikal/images/headertop.png) top center repeat-x;
}

#randomimage {
position:absolute;
width:250px;
height:161px;
margin-top:30px;
margin-left:680px;
margin-right:20px;}

  #wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	background-color: #0009a6;
}
#holder {
	background-color: #0009a6;}
	.pill_m {
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
#pillmenu {
width:940px;
	background-color: #0009a6;
	color:#ffffff;
	height:30px;
	}
    
  #nav {
    clear:both;
  }
   
    #nav {
      clear:both;
      margin:0;
      padding:0 40px 0 0;
      height:24px;
      border-bottom:1px solid;
    }
    
    #nav li {
      list-style:none;
      margin:0;
      padding:0;
      display:inline;
    }
    
    #nav li a {
      height:24px;
      line-height:24px;
      display:block;
      float:left;
      padding-left:25px;
      margin:0 10px 0 10px;
      text-decoration:none;
      font-weight:bold;
      float:right;
    }

    #nav a.home { background:url(../images/home.gif) 0 5px no-repeat; }
    #nav a.new_ticket { background:url(../images/new_ticket.gif) 0 5px no-repeat; }
    #nav a.my_tickets { background:url(../images/my_tickets.gif) 0 5px no-repeat; }
    #nav a.ticket_status { background:url(../images/ticket_status.gif) 0 5px no-repeat; }
    #nav a.log_out { background:url(../images/logout.gif) 0 5px no-repeat; }
   
  #mainbodytext {
      padding:0;
      line-height:14pt;
     margin:0 auto;
	 background-color:#ffffff;
	 z-index:1;
	 min-height:400px;
	 font-size:11pt;
	 color:#000000;
	 font-family:Verdana, Tahoma, Arial, sans-serif;
	 
  }
  #mainbodytext a {
  color:#000000;
  font-weight:bold;
  }
  #footer {
	margin: 0 auto;
	width: 940px;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
	height: 30px;
	background: #0009a6;
}
#footer p {
	text-align: center;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
}
  
    #mainbodytext #index {
      width:900px; /* Enable to center the forms */
      margin:0 auto;
	  padding-left:10px;
	  padding-right:10px;
    }
    
    #index .box {
      width:400px;
      float:left;
	  margin-left:20px;
	  margin-right:20px;
    }
    
    #index .box p {
        clear:both;
        padding-top:10px;
        text-align:left;
    }
    
    #content form {
      margin:0;
      padding:0;
    }
    
      #content form label {
        display:block;
        width:60px;
        padding-right:10px;
        text-align:right;
        float:left;
        font-weight:bold;
      }
      
      #content #index form input {
        width:175px;
        float:left;
      }
        
    #content #bar {
      width:21px;
      height:auto;
      display:block;
      float:left;
   }
   
   #ticketform {
     padding:20px 20px 50px 20px;
     width:600px;
     margin:20px auto 20px auto;
     border:1px solid;
   }
   
   #loginform {
     padding:20px 20px 50px 20px;
     width:400px;
     margin:20px auto 20px auto;
     border:1px solid;
   }
   
   #ticketform input, #ticketform select {
     width:300px;
     float:left;
   }

   #loginform input {
     width:160px;
     float:left;
   }
      
   #ticketform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
   }
   
   #loginform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
   }
   
   #ticketform textarea {
     width:400px;
   }
   
   #ticketform .ticketsubmit {
     margin-left:410px;
   }
   
   #loginform .ticketsubmit {
     margin-left:170px;
   }

   
  #powered_by {
      clear:both;
      display:block;
      width:126px;
      height:23px;
  }
   

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    text-decoration: none;
    font-weight: bold;
}


#infomessage, #warnmessage, #errormessage {
    margin-bottom: 1.5em;
    padding: 0.3em;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
}


/* Buttons  */
.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-style: solid;
    margin: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}
    
/* Generic CSS based Icons. use=> <tag class="Icon iconname">text</tag> */
    
.Icon {
        
    width: auto;
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    color:#006699; 
    text-decoration: none;
}

a.Icon { }
   
a.Icon:hover {
    text-decoration: underline;    
}

    
.Icon.Ticket { background:url(../images/icons/ticket.gif) 0 2px no-repeat; }
.Icon.webTicket { background:url(../images/icons/ticket_source_web.gif) 0 2px no-repeat; }
.Icon.emailTicket { background:url(../images/icons/ticket_source_email.gif) 0 2px no-repeat; }
.Icon.phoneTicket { background:url(../images/icons/ticket_source_phone.gif) 0 2px no-repeat; }


.Icon.attachment { background-image: url(../images/icons/attachment.gif); }
.Icon.file { background-image: url(../images/icons/attachment.gif); }
.Icon.refresh { background-image: url(../images/icons/refresh.gif); }   
.Icon.thread {
    font-weight: bold;
    font-size: 1em;
    background-image: url(../images/icons/thread.gif);
}

/* Ticket view (Messages and Responses) */
#ticketthread table.message {
    margin:10px 0 5px 0;
}

#ticketthread table.response {
    margin-bottom:5px;
}

table.message, table.response {
    border: 1px solid;
    border-bottom: none;
}

table.message td, table.message th,table.response td, table.response th {
    border-bottom:1px solid;
    padding:5px;
}

table.message tr.header td, table.response tr.header td {
    padding:1px;
    padding-left:5px;
}

table.message th, table.response th {
    line-height:24px;
    font-size:12px;
    padding:1px;                
    padding-left:5px;
    font-weight:bold;
}
#pillmenu{
       padding:0;
       background-color: #0009a6;
       height: 30px;
       margin: 0;
       width: 940px;
       font-size: 1.5em;
    }

    #pillmenu h3 {
       background:#0009a6;
       color:#fff;
       padding:0.25em 0;
       text-align:center;
       font-size:1.1em;
       margin:0;
    }

    #pillmenu ul{
       list-style-type: none;
       margin: 0;
       padding: 0;
	    width: 940px;
		
	   
    }

    #pillmenu li{
       margin: 0px 0px 0px 0px;
       float: left;
	   
	   
    }
   #pillmenu li ul {
      position: absolute;
	width: 20em;
	left: -999em;
	z-index:200;

    }
    #pillmenu li:hover ul {
       left: auto;
    }
    #pillmenu li ul li {
       width: 200px;
       padding: 0;
    }

    #pillmenu li a:link{
       font-family: Verdana, verdana, sans-serif;
	font-size: 0.9em;
	display: block;
	padding-top:5px;
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #0009a6;
    }
	#pillmenu li a:visited{
       font-family: Verdana, verdana, sans-serif;
	font-size: 0.9em;
	display: block;
	padding-top:5px;
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #0009a6;
    }
    html>body #pillmenu li a {
       width: auto;
    }

    #pillmenu li ul li a:link, li ul li a:visited {
       width: 175px;
       background-color: #0009a6;
       color: #ffffff;
	   margin-left:20px;
	   font-size:0.7em;
	   padding-left: 5px;
       /* ---
       filter:alpha(opacity=80);
       -moz-opacity: 0.8;
       opacity: 0.8;*/
    }
#pillmenu li ul li a:visited {
       width: 175px;
       background-color: #0009a6;
       color: #ffffff;
	   margin-left:20px;
	   font-size:0.7em;
	   padding-left: 5px;
       /* ---
       filter:alpha(opacity=80);
       -moz-opacity: 0.8;
       opacity: 0.8;*/
    }

    #pillmenu li a:hover,a#active_menu:link,a#active_menu:visited{
       color: #cccccc;
       text-decoration:none;
	   font-weight:bold;
       /* ---
       filter:alpha(opacity=100);
       -moz-opacity: 1.0;
       opacity: 1.0;*/
    }

    #pillmenu li ul li a:hover {
       background-color: #000000;
       color: #ffffff;
    }
a
    #pillmenu li:hover ul, #pillmenu li.sfhover ul {
       left: auto;
    }


    #pillmenu ul li.active a {
       color: #ffffff;
       text-decoration: none;
    }
    #pillmenu li.parent.active a {
       color: #ffffff;
       text-decoration: none;
    }
    #pillmenu li.parent.active a:hover {
       color: #ffffff;  
    }

    #pillmenu li.parent.active ul li a {
       color: #fff;
       text-decoration: none;
    }
    #pillmenu li.parent.active ul li a:hover {
       color: #ffffff;
       text-decoration: none;
    }
