 /* The contents of this file are subject to the Mozilla Public
  * License Version 1.1 (the "License"); you may not use this file
  * except in compliance with the License. You may obtain a copy of
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
  * The Original Code is the Bugzilla Bug Tracking System.
  *
  * Contributor(s): Vitaly Harisov <vitaly@rathedg.com>
  *                 Guy Pyrzak <guy.pyrzak@gmail.com> 
  */

/* index page (begin) */

    #page-index
    {
        padding: 0.2em 0.2em 0.15em 0.2em;
        max-width: 100% !important;
		margin:0px auto;
    }

    /* By default these contain nothing, but these CSS rules make things
       easier on customizers. */
    .intro, .outro {
        text-align: center;
    }

    /* Hide from NN4 */

    #new_release
    {
        border: 2px solid red;
        padding: 0.5em 1em;
        margin: 1em;
        font-weight: bold;
    }

    #new_release .notice
    {
        font-size: 80%;
        font-weight: normal;
    }

    #welcome-admin a
    {
        font-weight: bold;
    }

    .bz_common_actions {
        text-align: center;
    }
    .bz_common_actions ul {
        list-style-type: none;
        padding: 0;
    }
    .bz_common_actions ul li {
        display: inline;
        vertical-align: top;
    }
    .bz_common_actions ul li a {
        display: inline-block;
        height: 170px;
        width: 145px;
        margin: 0 2ex 2em 0;
    }
    .bz_common_actions ul li a span {
        position: relative;
        top: 90%;
        font-weight: bold;
    }
    .bz_common_actions a,
    .bz_common_actions a:visited,
    .bz_common_actions a:hover {
        text-decoration: none;
    }
    #enter_bug { background: url(index/file-a-bug.png)     no-repeat; }
    #query     { background: url(index/search.png)  no-repeat; }
    #account   { 
      background: url(index/new-account.png) no-repeat; 
      margin-right: 0;
    }
    
    #quicksearchForm
    {
        clear: both;
        text-align: center;
        margin-bottom: 2em;
    }
    
    #quicksearchForm #quicksearch_main
    {
        width: 27em;
    }
    
    #quicksearchForm
    {
        margin: 0;
        padding: 0;
    }
    
    #page-index table{
        border-collapse: collapse;
        margin: auto;
        width: 98%;
    }
    
    #page-index td{vertical-align:top;}
    .smallTD { width: 200px; }
    
    #welcome
    {
        text-align: left;
        margin: 0 0 15px 0;
        padding: 0 15px;
        border:1px #ddd solid;
        border-radius:4px;
        background:#eee;
    }
    
    #welcome h2 {
        line-height:15px;
        font-size: 17px;
        color:#1a425c;
        font-weight: normal;
    }
    
    #welcome p {
        font-size:13px;
        color:#333;
        line-height:19px;
    }
    
    ul.additional_links 
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    ul#quicksearch_links{
        margin-bottom: 1em;
    }
    
    ul.additional_links li
    {
        display: inline;
    }
    
    ul.additional_links li.bz_default_hidden
    {
        display: none;
    }
    
    input.quicksearch_help_text
    {
        color: #ccc;
    }
    
    /*
     * Added by AOssama
     */
    .itworx_home_login { /*margin-left: 20px;*/ border:1px solid #DDDDDD; background-color: #EEEEEE; border-radius: 5px; padding: 0px 15px;}
    
    .itworx_left_home_menu { background: #eee; border-radius:4px; padding: 8px; vertical-align:top; border:1px #ddd solid; min-height:300px; margin-right: 7px; }
    .h4a { cursor: pointer; }
    .itworx_special p { font-size: 10px; }
    .itworx_special { margin-top: 20px; }
    .itworx_special ul { margin: 0; padding: 0 0 0 20px; }
    .itworx_special ul li { margin-bottom: 5px; }
    .itworx_special a { color: #555 !important; }
    .itworx_special a:hover { color: #000 !important; }
    
    .itworx_home_content { padding: 10px; background: #eee; border: 1px #ddd solid; overflow: hidden; border-radius: 4px; }
    
    dl.itworx_icons { text-align: left; width: 300px; float: left; margin: 0 10px 0 0; padding: 0 0 0 30px; }
    
    dl.line {border-left: 1px solid #ddd;}
    
    .itworx_icons dt { margin: 20px 0 0 0; padding: 0; color:#1a425c; font-size:13px; display:block; }
    
    .itworx_icons dt img { float: left; margin: 0 15px 15px 0; }
    
    .itworx_icons dd { margin: 0 0 15px 0; color:#333; padding: 3px 3px 11px 0px; font-size:12px; }
    
    .itworx_icons dd h4 { margin: 0; padding: 0; }
	
	.note
	{
		margin-top: 1em;
		margin-bottom: 1em;
		padding: 0.5em;
		border:1px solid #f4a04e;
		background-color: #fff7de;
		border-radius: 5px;
	}
	
	.note p
	{
		margin: 0px;
		padding:0px;
		display: inline;
	}
	
/* index page (end) */
