
/*CSS by Solid State Group 2007*/

    body {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #000;
        }


/*General style*/


    img {
        border: 0;
        }


    h1 {
        color: #f0002d;
        font-size: 21pt;

        }

    h2 {
        color: #FFF;
        font-size: 16pt;
        font-weight: normal;
        display: block;
        }

    h3 {
        color: #f0002d;
        font-size: 15pt;
        }

    h4 {
        color: #f0002d;
        font-size: 14pt;
        }

        h4.black {
            color: #000;
            }

    .floatright {
        float: right;
        }

    .floatleft {
        float: left;
        }

    .red {
        color:#f0002d;
        }

    .black {
        color: #000;
        }

    .blue {
        color:#0275b7;
        }

    .green {
        color:#71b859;
    }

.center {
    text-align: center;
    }


table p{
           font-size: 9pt;
}



/*a tag*/

   a {
        text-decoration: none;
        color: #666;
        }

        .content a{
            color: #f0002d;
            }

        a.bluelink,
        .bluelink a{
            color: #0275b7;
            }

        a.redlink,
        .redlink a {
            color: #f0002d;
        }

        a:hover {
            text-decoration: underline;
            }


/*Layout styles*/

    #wrapper {
        padding: 5px
        }

        #navigation,
        #left,
        #right,
        #footer,
        #header #banner-holder{
            display: none;
            }

        #copyright{
            font-size: 8pt;
            }

        #right-banner-holder {
            display: none;
            }

.centre {
    text-align: center;
    }


/*Blog*/

.blog {
    margin-bottom: 20px;
}

.blog .content {
    width: 641px;
    float: left;
    padding: 10px 37px 0 2px;
}

.blog  #left {
    width: 0;
    float: left;
    /*margin-top: 11px;*/
    }

/*Content*/

.whatsnew {
    height: 25em;
    }

    .whatsnew div{
        width: 119px;
        float: left;
        margin: 5px 6px 0 0px;
        }

table.jobsTable {
    display: none;
    }

.breadcrumb {
    font-weight:bold;
    }

    .breadcrumb a{
        color: #ed222b;
        }

    .breadcrumb span {
        color: #000;
        }

.image-fixed {}

	.image-fixed p {
		margin-top: 0;
		}

	img.fixed-left {
		float: left;
		padding-right: 15px;
		}

	img.fixed-right {
		float: right;
		padding-left: 15px;
		}

	.image-fixed div {
		display: table;
		}

		*:first-child+html {} * html .image-fixed div {
			height: 1%;
			}


/*Tabs*/

#tabs {
    display: none;
}

.centre-image{
	display: block;
    margin-left: auto;
    margin-right: auto
    }

.image-fixed {}

	.image-fixed p {
		margin-top: 0;
		}

	img.fixed-left {
		float: left;
		padding-right: 15px;
		}

	img.fixed-right {
		float: right;
		padding-left: 15px;
		}

	.image-fixed div {
		display: table;
		}

		*:first-child+html {} * html .image-fixed div {
			height: 1%;
			}

.image-flowing {
	margin-top: 5px;
	}

	img.flow-left {
		float: left;
		padding-right: 15px;
		margin-top: 5px;
		}

	img.flow-right {
		float: right;
		padding-left: 15px;
		margin-top: 5px;
		}


.sponsor {
    border: 1px solid #a7a7a7;
    padding: 3px 6px 3px 6px;
    margin-top: 3px;
    }

table.tabTable {
    margin: 10px 0 0 0;
    }

    table.tabTable td {
        vertical-align:top;
        padding: 4px 0 4px 0;
        }

    table.tabTable img {
        padding-right: 10px;
        }

   table.tabTable h4 {
        margin: 0;
       padding: 0 0 5px 0;
        }

.registration table td {
    padding: 5px;
    }
    .registration table .inputWidth {
        width: 275px;
    }
    .registration table td select {
        width: 280px;
        }

.filerSelect {
    width: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    }


#miniSearch .input{
    width: 150px;
    padding: 3px 0 3px 0;
    }

#miniSearch .check {
      margin: 0 0 0 38px;
    }

.imgfloatleft {
    float: left;
    margin-right: 10px;
    }

.imgfloatright {
    float: right;
    margin-left: 10px;
    }


.holderTag {
        display: none;
        }


table.employer {
    margin: 15px 0 5px 0;
    }

.content img {
    margin: 3px 0 7px 0;
    }

.searchSector {
    width: 100%;
    }

    .searchSector td{
        padding: 0 2px 0 2px;
        }

    .searchSector p{
        margin:0;
        padding : 2px 0 2px 0;
        }


.greyback {
     background: #d0d1d3;
    }


.comments {
    border: 1px solid #999;
    padding: 10px 20px 10px 10px;
    }

.posted {
    font-size: 0.9em;
    }

.ajaxOptions {
    padding-bottom: 10px;
    }

#Comments.displayPost {
    width: 349px;
    }

.rss {
    font-size: 0.9em;
    margin-bottom: 4px;
    }

    .rss span {
        padding-bottom: 3px;
        margin-top: -3px;
        }

    .rss img{
        float: left;
        margin-right: 3px;
        margin-top: -3px;
        }

.searchblog {
    height: 64px;
    }

    .searchblog .input {
        width: 140px;
        }


.jobsearch {
    color: #666;
    }

    .jobsearch select {
        width: 300px;
        }

.or {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    }

#miniSearch {
    display: none;
}

.employerprofile .floatright {
    display: none;
}

.topTags,
.bookmark,
.postAComment,
.ajaxOptions,
.sendtoafriendArea,
.filerSelect{
    display:none;
}

.noprint {
   display:none;
}